SHA256
1
0
forked from pool/terragrunt

Accepting request 1230712 from home:ojkastl_buildservice:Branch_systemsmanagement_terraform

update to 0.69.12

OBS-URL: https://build.opensuse.org/request/show/1230712
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terragrunt?expand=0&rev=375
This commit is contained in:
2024-12-13 06:21:00 +00:00
committed by Git OBS Bridge
commit 4ae98f22fe
40 changed files with 2442 additions and 0 deletions

19
_service Normal file
View File

@@ -0,0 +1,19 @@
<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/gruntwork-io/terragrunt</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.69.12</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">terragrunt</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>