Elisei Roca
9c4f8402dd
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
15 lines
479 B
Plaintext
15 lines
479 B
Plaintext
<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>
|