SHA256
1
0
forked from pool/MirrorCache

Accepting request 898516 from home:andriinikitin:MirrorCache

Time to do the switch

OBS-URL: https://build.opensuse.org/request/show/898516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=1
This commit is contained in:
2021-06-08 17:23:24 +00:00
committed by Git OBS Bridge
commit 9c4f8402dd
11 changed files with 264 additions and 0 deletions

14
_service Normal file
View File

@@ -0,0 +1,14 @@
<services>
<service name="obs_scm">
<param name="extract">dist/rpm/*</param>
<param name="url">git://github.com/openSUSE/MirrorCache.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
</service>
<service name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
</services>