2024-05-29 11:09:19 +00:00
|
|
|
<services>
|
|
|
|
|
<service name="obs_scm" mode="manual">
|
|
|
|
|
<param name="url">https://github.com/Pylons/hupper</param>
|
|
|
|
|
<param name="scm">git</param>
|
|
|
|
|
<param name="exclude">docs/*</param>
|
2025-09-23 01:25:53 +00:00
|
|
|
<param name="exclude">CONTRIBUTORS.txt</param>
|
2024-05-29 11:09:19 +00:00
|
|
|
<param name="version">1.12.1</param>
|
|
|
|
|
<param name="revision">1.12.1</param>
|
|
|
|
|
</service>
|
|
|
|
|
<service mode="manual" 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>
|