File _service of Package booth
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/jjzhang/booth.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="version"></param>
<!--
This option requires an updated obs-service-tar_scm from openSUSE:Tools.
See https://github.com/SUSE/cloud/wiki/Packaging-HOWTO for more details.
<param name="versionformat">%at.%h</param>
-->
<!--
Use this if you want a specific branch / tag / revision, or comment it
out to get the latest master.
-->
<!--
<param name="revision">a1b2c3d4</param>
-->
</service>
<service name="recompress" mode="disabled">
<param name="file">booth*.tar</param>
<param name="compression">bz2</param>
</service>
<!--
<service name="set_version" mode="disabled">
<param name="basename">booth</param>
</service>
-->
</services>