- migrate to _service file to make it a bit more clear the .tar is

not a random tar

OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=395
This commit is contained in:
Stephan Kulow
2012-09-25 13:51:28 +00:00
committed by Git OBS Bridge
parent 0ab4b91ed9
commit 67f98445dd
5 changed files with 25 additions and 7 deletions

12
_service Normal file
View File

@@ -0,0 +1,12 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">12.3</param>
<param name="url">git://gitorious.org/opensuse/aaa_base.git</param>
<param name="scm">git</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>