Accepting request 1073740 from home:ojkastl_buildservice:Branch_Virtualization_containers

new package melange: Build APKs from source code

OBS-URL: https://build.opensuse.org/request/show/1073740
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/melange?expand=0&rev=1
This commit is contained in:
Martin Pluskal
2023-03-22 13:14:58 +00:00
committed by Git OBS Bridge
commit ff343b4f3f
9 changed files with 186 additions and 0 deletions

22
_service Normal file
View File

@@ -0,0 +1,22 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/chainguard-dev/melange</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.2.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">melange</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled">
<param name="archive">melange-0.2.0.obscpio</param>
</service>
</services>