Accepting request 452165 from Virtualization:containers

this exclude i586

OBS-URL: https://build.opensuse.org/request/show/452165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etcd?expand=0&rev=1
This commit is contained in:
2017-01-31 11:39:33 +00:00
committed by Git OBS Bridge
commit 37a5bfb8a9
10 changed files with 694 additions and 0 deletions

16
_service Normal file
View File

@@ -0,0 +1,16 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/coreos/etcd.git</param>
<param name="exclude">.git</param>
<param name="filename">etcd</param>
<param name="versionformat">3.1.0</param>
<param name="revision">v3.1.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>