forked from pool/golang-github-prometheus-prometheus
b43b413cd2
- update to 2.44.0: - rebase patch 0001-Do-not-force-the-pure-Go-name-resolver.patch - remove builtinassets from flags, as it is already used in the tags above OBS-URL: https://build.opensuse.org/request/show/1087461 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-prometheus?expand=0&rev=77
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.44.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.44.0.tar.gz</param>
|
|
</service>
|
|
</services>
|