2017-07-09 02:21:33 +00:00
|
|
|
<services>
|
|
|
|
<service name="obs_scm">
|
|
|
|
<param name="url">https://github.com/processone/epam.git</param>
|
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
2023-01-18 11:24:32 +00:00
|
|
|
<param name="revision">1.0.14</param>
|
2017-07-09 02:21:33 +00:00
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="changesgenerate">enable</param>
|
|
|
|
</service>
|
2019-03-05 00:19:00 +00:00
|
|
|
<service mode="buildtime" name="tar"/>
|
2017-07-09 02:21:33 +00:00
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
2019-03-05 00:19:00 +00:00
|
|
|
<service mode="buildtime" name="set_version"/>
|
2017-07-09 02:21:33 +00:00
|
|
|
</services>
|