SHA256
1
0
forked from pool/chezmoi
chezmoi/_service
Filippo Bonazzi 3a37a21c19 Accepting request 1060685 from home:fbonazzi:branches:utilities
- Update to version 2.29.3:
  * feat: Add --recursive flag to chattr command
  * feat: Check config file format in doctor command
  * fix: Support .zip files with empty internal directories
  * fix: Only prompt once for KeePassXC password
  * fix: Remove problematic username guessing in init command

OBS-URL: https://build.opensuse.org/request/show/1060685
OBS-URL: https://build.opensuse.org/package/show/utilities/chezmoi?expand=0&rev=24
2023-01-24 18:19:49 +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.29.3</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>