2013-04-25 16:12:58 +00:00
|
|
|
<services>
|
2017-07-09 02:30:21 +00:00
|
|
|
<service name="obs_scm">
|
2019-12-01 03:38:19 +00:00
|
|
|
<param name="url">https://github.com/davisp/jiffy.git/</param>
|
2017-07-09 02:29:18 +00:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
2024-07-25 23:32:55 +00:00
|
|
|
<param name="revision">1.1.2</param>
|
2013-04-25 16:12:58 +00:00
|
|
|
<param name="scm">git</param>
|
2017-07-09 02:29:18 +00:00
|
|
|
<param name="changesgenerate">enable</param>
|
2013-04-25 16:12:58 +00:00
|
|
|
</service>
|
2019-12-01 03:38:19 +00:00
|
|
|
<service mode="buildtime" name="tar"/>
|
2017-07-09 02:29:18 +00:00
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
2013-04-25 16:12:58 +00:00
|
|
|
</service>
|
2019-12-01 03:38:19 +00:00
|
|
|
<service mode="buildtime" name="set_version"/>
|
2013-04-25 16:12:58 +00:00
|
|
|
</services>
|