SHA256
1
0
forked from pool/chezmoi
chezmoi/_service
Filippo Bonazzi 59d1a775ab Accepting request 1117035 from home:fbonazzi:branches:utilities
- Update to version 2.40.2:
  * upstream version bump
- Update to version 2.40.1:
  * feat: Add Path Separator and Path List Separator to provided template values.
  * feat: Ignore AppleDouble files in externals
  * feat: find[One]Executable in user-supplied paths
  * fix: Only invoke diff pager if command modifies filesystem
  * fix: Don't use replace-executable for WinGet installations
  * fix: Add chattr +remove support for files

OBS-URL: https://build.opensuse.org/request/show/1117035
OBS-URL: https://build.opensuse.org/package/show/utilities/chezmoi?expand=0&rev=73
2023-10-11 15:08:13 +00:00

17 lines
601 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/twpayne/chezmoi.git</param>
<param name="revision">v2.40.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="go_modules" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="manual"/>
</services>