2021-10-20 14:27:40 +00:00
|
|
|
<services>
|
2021-11-09 19:53:57 +00:00
|
|
|
<service mode="localonly" name="obs_scm">
|
2021-10-20 14:27:40 +00:00
|
|
|
<param name="scm">git</param>
|
|
|
|
|
<param name="url">https://github.com/archiecobbs/bom</param>
|
2021-11-03 22:42:36 +00:00
|
|
|
<param name="versionformat">1.0.1</param>
|
|
|
|
|
<param name="revision">1.0.1</param>
|
2021-10-20 14:27:40 +00:00
|
|
|
<param name="filename">bom</param>
|
|
|
|
|
</service>
|
|
|
|
|
<service mode="buildtime" name="tar"/>
|
|
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
|
<param name="compression">gz</param>
|
|
|
|
|
</service>
|
|
|
|
|
<service mode="buildtime" name="set_version"/>
|
|
|
|
|
</services>
|