forked from pool/chezmoi
- Update to version 2.38.0: * feat: Add gitHubReleases and gitHubTags * chore: Reformat long lines * feat: Add promptChoice and promptChoiceOnce template functions * fix: Fix minor issues with promptBool docs and errors * feat: Restore --autotemplate flag to add command * fix: Fix race condition in concurrent parsing of externals * chore: Update dependencies OBS-URL: https://build.opensuse.org/request/show/1107788 OBS-URL: https://build.opensuse.org/package/show/utilities/chezmoi?expand=0&rev=66
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.38.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>
|