forked from pool/chezmoi
- 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
17 lines
601 B
Plaintext
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>
|