forked from pool/golang-github-prometheus-prometheus
Eric Schirra
80c7fe49de
massive update to 2.41.0; fails to build with golang-github-prometheus-promu OBS-URL: https://build.opensuse.org/request/show/1057939 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-prometheus?expand=0&rev=62
22 lines
779 B
Plaintext
22 lines
779 B
Plaintext
<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>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">v2.41.0</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="match-tag">v2*</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">prometheus</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
<param name="archive">prometheus-2.41.0.tar.gz</param>
|
|
</service>
|
|
</services>
|