2017-07-09 23:17:50 +00:00
|
|
|
<services>
|
|
|
|
<service name="obs_scm">
|
2017-07-10 23:50:08 +00:00
|
|
|
<param name="url">https://github.com/processone/stringprep.git</param>
|
2017-07-09 23:17:50 +00:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="scm">git</param>
|
2024-07-25 23:33:59 +00:00
|
|
|
<param name="revision">1.0.30</param>
|
2017-07-09 23:17:50 +00:00
|
|
|
<param name="changesgenerate">enable</param>
|
|
|
|
</service>
|
2019-06-03 17:17:06 +00:00
|
|
|
<service mode="buildtime" name="tar"/>
|
2017-07-09 23:17:50 +00:00
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
2019-06-03 17:17:06 +00:00
|
|
|
<service mode="buildtime" name="set_version"/>
|
2017-07-09 23:17:50 +00:00
|
|
|
</services>
|