SHA256
1
0
forked from pool/chezmoi
chezmoi/_service
Filippo Bonazzi 99c8011a48 Accepting request 1087348 from home:fbonazzi:branches:utilities
- Update to version 2.33.6:
  * fix: Only create empty files if they have the empty_ attribute
  * chore: Refactor internal handling of remove_ directories
  * chore(editorconfig): Remove quotes from editorconfig file
  * fix: Set CHEZMOI_SOURCE_DIR env var in init when using .chezmoiroot
  * chore: Update dependencies

OBS-URL: https://build.opensuse.org/request/show/1087348
OBS-URL: https://build.opensuse.org/package/show/utilities/chezmoi?expand=0&rev=50
2023-05-16 07:44:26 +00:00

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.33.6</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>