forked from pool/chezmoi
- Update to version 2.40.0: * feat: Implement the path-style flag for status * feat: Add plugin support * feat: Allow overlapping, non-conflicting externals * feat: Add decryption of non-armored files to age command * fix: Use diff pager for all diff output if configured * fix: provide a consistent error for cd to file OBS-URL: https://build.opensuse.org/request/show/1112336 OBS-URL: https://build.opensuse.org/package/show/utilities/chezmoi?expand=0&rev=71
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.40.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>
|