2017-07-10 00:12:48 +00:00
|
|
|
<services>
|
|
|
|
<service name="obs_scm">
|
|
|
|
<param name="url">https://github.com/processone/p1_oauth2.git</param>
|
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="scm">git</param>
|
2024-06-04 21:43:55 +00:00
|
|
|
<param name="revision">0.6.14</param>
|
2017-07-10 00:12:48 +00:00
|
|
|
<param name="changesgenerate">enable</param>
|
|
|
|
</service>
|
2019-03-05 00:01:01 +00:00
|
|
|
<service mode="buildtime" name="tar"/>
|
2017-07-10 00:12:48 +00:00
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
2019-03-05 00:01:01 +00:00
|
|
|
<service mode="buildtime" name="set_version"/>
|
2017-07-10 00:12:48 +00:00
|
|
|
</services>
|