f8eef95c93
update to 2.45.0 OBS-URL: https://build.opensuse.org/request/show/1095301 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-prometheus?expand=0&rev=79
19 lines
673 B
Plaintext
19 lines
673 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.45.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="go_modules" mode="disabled">
|
|
<param name="archive">prometheus-2.45.0.tar.gz</param>
|
|
</service>
|
|
</services>
|