forked from pool/chezmoi
- Features * feat: Support YubiKeys in KeePassXC open mode - Documentation updates * docs: Add FAQ entry on using delta as the diff tool * docs: Add FAQ entry on running scripts periodically * docs: Add FAQ entry on running a script when a git-repo external changes * docs: Add FAQ entry on literal {{ and }} in templates * docs: Add warning on using externals for large files or archives * docs: Add how to use VSCode as the diff and merge tool OBS-URL: https://build.opensuse.org/package/show/utilities/chezmoi?expand=0&rev=124
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.52.2</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>
|