2022-09-19 16:28:33 +00:00
|
|
|
<?xml version="1.0"?>
|
2020-03-27 16:53:40 +00:00
|
|
|
<services>
|
2022-09-19 16:28:33 +00:00
|
|
|
<service name="obs_scm" mode="manual">
|
2021-01-14 18:27:26 +00:00
|
|
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git</param>
|
2020-03-27 16:53:40 +00:00
|
|
|
<param name="scm">git</param>
|
2023-09-12 08:20:50 +00:00
|
|
|
<param name="revision">refs/tags/45.rc</param>
|
2020-03-27 16:53:40 +00:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
2023-09-12 08:20:50 +00:00
|
|
|
<!-- <param name="changesgenerate">enable</param> -->
|
2020-03-27 16:53:40 +00:00
|
|
|
</service>
|
|
|
|
<service mode="buildtime" name="tar" />
|
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
2022-09-19 16:28:33 +00:00
|
|
|
<service mode="manual" name="set_version" />
|
2020-03-27 16:53:40 +00:00
|
|
|
</services>
|