6
0

- switch to _service file to avoid silent tar updates

OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=87
This commit is contained in:
Stephan Kulow
2014-01-07 20:12:12 +00:00
committed by Git OBS Bridge
parent 778417472c
commit 8a73925ea2
5 changed files with 24 additions and 8 deletions

13
_service Normal file
View File

@@ -0,0 +1,13 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">13.2</param>
<param name="versionformat">13.2+git%cd.%h</param>
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
<param name="scm">git</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>