Accepting request 1186562 from home:ojkastl_buildservice:Branch_terraform

update to 0.60.1

OBS-URL: https://build.opensuse.org/request/show/1186562
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terragrunt?expand=0&rev=288
This commit is contained in:
2024-07-10 08:48:23 +00:00
committed by Git OBS Bridge
commit 5ebd66672a
11 changed files with 1719 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.60.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</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>