5
0
forked from pool/chezmoi
Files
chezmoi/_service
Filippo Bonazzi 66c69d9186 Accepting request 1298085 from home:fbonazzi:branches:utilities
- Update to version 2.64.0:
  - Features
    * feat: Remove support for deprecated Hashicorp Vault Secrets
    * feat: Add hardlink test to doctorcmd
    * feat: Add --age-recipients-file flag to add command
    * feat: Add --age-recipient flag to add command
    * feat: Add automatic Bitwarden CLI unlock
    * feat: Rename returnEmpty template function to abortEmpty
    * feat: Add returnEmpty template function
  - Fixes
    * fix: Always use diff.pager if configured
    * fix: Use external diff tool for apply and re-add previews
    * fix: Fix bad skip instruction in test script issue4479
  - Documentation updates
    * docs: Add notes on edit watch and hardlink subtleties
    * docs: Add Beyond Compare merge tool configuration

OBS-URL: https://build.opensuse.org/request/show/1298085
OBS-URL: https://build.opensuse.org/package/show/utilities/chezmoi?expand=0&rev=164
2025-08-07 07:53:07 +00:00

18 lines
652 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.64.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="manual"/>
<service name="format_spec_file" mode="manual"/>
<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>
</services>