2017-05-18 00:07:04 +02:00
|
|
|
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
|
|
<param name="url">https://github.com/prometheus/prometheus.git</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="exclude">.git</param>
|
2017-11-18 18:00:03 +01:00
|
|
|
<param name="versionformat">2.0.0</param>
|
|
|
|
<param name="revision">v2.0.0</param>
|
2017-05-18 00:07:04 +02:00
|
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
|
|
<param name="file">prometheus-*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
|
|
<param name="basename">prometheus</param>
|
|
|
|
</service>
|
|
|
|
</services>
|