forked from pool/chezmoi
- Update to version 2.32.0: * fix: Allow underscores and dots in GitHub dotfile repo name guesses * Improve chezmoi cd command * feat: Add support for the JSONC format * feat: Refuse to add chezmoi files to chezmoi * feat: Add pre- and post-command hooks * chore: Miscellaneous password manager cleanups * feat: Add rbw template function for Bitwarden * chore: Update dependencies OBS-URL: https://build.opensuse.org/request/show/1071208 OBS-URL: https://build.opensuse.org/package/show/utilities/chezmoi?expand=0&rev=36
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.32.0</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>
|