2021-12-01 11:02:17 +00:00
|
|
|
<!-- Downloads revision vx.x and removes proprietary data/windows -->
|
|
|
|
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
|
|
<param name="url">https://git.code.sf.net/p/rosegarden/git</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="exclude">.git</param>
|
2022-06-19 05:55:32 +00:00
|
|
|
<param name="match-tag">22.06</param>
|
|
|
|
<param name="versionformat">22.06</param>
|
2021-12-01 11:02:17 +00:00
|
|
|
<param name="changesgenerate">enable</param>
|
|
|
|
<param name="filename">rosegarden</param>
|
|
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
|
|
<param name="file">*.tar</param>
|
2022-03-28 06:29:45 +00:00
|
|
|
<param name="compression">zst</param>
|
2021-12-01 11:02:17 +00:00
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
|
|
</service>
|
|
|
|
</services>
|