Files
rinstall/_service
Danilo Spinella 13a7513bee Accepting request 978136 from home:dspinella:branches:Base:System
- Update to version 0.2.0:
  * install.yml:
    + Add new `systemd-user-units` key
  * **Breaking changes**:
    + Use `XDG_DATA_HOME` as `localstatedir` in non system-wide installations
    + Use `/usr/local/lib/systemd` as systemd_unitsdir instead of
      `/usr/local/lib/systemd/system`
    + `user-config` will be installed as docs in system-wide installations
    + Move default command to an install subcommand
  * Add colored output
  * Add new `--rust-debug-target` flag
  * Small improvements to dry mode and warnings
  * Improved README.md documentation
  * Add autogenerated man pages and completions
  * Add $PROJECTDIR placeholder for rust projects
  * Take multiple packages in `uninstall` command
  * Add support for pkginfo files as argument in `uninstall`
  * Rework rinstall arguments
  * Enable system mode dependending on the flag; previously it was
    always enabled when rinstall was executed as root
  * Add --update flag to install command
  * Improved messages
  * Add elvish completions

OBS-URL: https://build.opensuse.org/request/show/978136
OBS-URL: https://build.opensuse.org/package/show/Base:System/rinstall?expand=0&rev=4
2022-05-19 14:02:51 +00:00

28 lines
1.0 KiB
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/danyspin97/rinstall</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">0.2.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">disable</param>
<param name="changesauthor">danilo.spinella@suse.com</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">rinstall</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">rinstall</param>
</service>
</services>