2017-05-31 19:47:52 +02:00
|
|
|
<services>
|
|
|
|
<service name="obs_scm" mode="disabled">
|
2021-11-08 15:05:44 +01:00
|
|
|
<param name="url">https://github.com/AppImage/AppImageKit.git</param>
|
2018-02-28 10:20:47 +01:00
|
|
|
<param name="revision">10</param>
|
|
|
|
<param name="version">10</param>
|
2017-05-31 19:47:52 +02:00
|
|
|
<param name="submodules">enable</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
</service>
|
|
|
|
<service mode="disabled" name="set_version" />
|
|
|
|
<service mode="buildtime" name="tar" />
|
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
|
|
|
</services>
|