2024-05-03 21:01:03 +02:00
|
|
|
<services>
|
2024-09-25 17:14:15 +02:00
|
|
|
<service name="tar_scm" mode="manual">
|
2024-05-03 21:01:03 +02:00
|
|
|
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
|
|
|
<param name="scm">git</param>
|
2024-12-04 09:22:55 +01:00
|
|
|
<param name="revision">hypothesis-python-6.119.1</param>
|
2024-05-03 21:01:03 +02:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="versionrewrite-pattern">hypothesis-python-(.*)</param>
|
2024-12-04 09:22:55 +01:00
|
|
|
<param name="subdir">hypothesis-python</param>
|
|
|
|
<param name="filename">hypothesis-python</param>
|
2024-05-03 21:01:03 +02:00
|
|
|
</service>
|
2024-09-25 17:14:15 +02:00
|
|
|
<service name="recompress" mode="manual">
|
2024-05-03 21:01:03 +02:00
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">gz</param>
|
|
|
|
</service>
|
2024-09-25 17:14:15 +02:00
|
|
|
<service name="set_version" mode="manual" />
|
2024-05-03 21:01:03 +02:00
|
|
|
</services>
|