SHA256
1
0
forked from pool/eppic

Change services to localonly.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/eppic?expand=0&rev=22
This commit is contained in:
Petr Tesařík
2021-02-03 13:52:08 +00:00
committed by Git OBS Bridge
parent 39c556b19e
commit aaeae928f3
5 changed files with 11 additions and 13 deletions

View File

@@ -1,11 +1,14 @@
<services>
<service name="obs_scm">
<service mode="localonly" name="tar_scm">
<param name="scm">git</param>
<param name="url">https://github.com/lucchouina/eppic.git</param>
<param name="subdir">libeppic</param>
<param name="filename">libeppic</param>
<param name="versionprefix">3.99.git</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="set_version" />
<service mode="localonly" name="recompress">
<param name="file">libeppic-*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="localonly" name="set_version" />
</services>