2018-10-13 12:02:25 +00:00
|
|
|
<services>
|
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
|
|
|
<param name="url">https://github.com/python/typeshed.git</param>
|
|
|
|
|
<param name="scm">git</param>
|
|
|
|
|
<param name="exclude">.git*</param>
|
|
|
|
|
<param name="changesgenerate">enable</param>
|
2019-12-12 12:33:18 +00:00
|
|
|
<param name="versionformat">0.0.1+git.%cd.%h</param>
|
2018-10-13 12:02:25 +00:00
|
|
|
</service>
|
|
|
|
|
<service name="recompress" mode="disabled">
|
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
|
</service>
|
|
|
|
|
<service name="set_version" mode="disabled"/>
|
|
|
|
|
</services>
|