osc copypac from project:devel:openQA package:os-autoinst revision:1575, using client side copy

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=1
This commit is contained in:
2017-04-06 08:13:15 +00:00
committed by Git OBS Bridge
commit a4b70ce479
8 changed files with 564 additions and 0 deletions

14
_service Normal file
View File

@@ -0,0 +1,14 @@
<services>
<service name="tar_scm">
<param name="versionprefix">4.4</param>
<param name="versionformat">%ct.%h</param>
<param name="url">git://github.com/os-autoinst/os-autoinst.git</param>
<param name="scm">git</param>
<param name="revision">master</param>
</service>
<service name="recompress">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version"/>
</services>