forked from pool/golang-github-prometheus-promu
- Update to 0.5.0 + Features: * Add support for aix/ppc64. #151 * Fallback to git describe output if no VERSION. #130 * Make extldflags extensible by configuration. #125 + Enhancements: * cmd/release: add --timeout option. #142 * cmd/release: create release in GitHub if none exists. #148 * Avoid bind-mounting to allow building with a remote docker engine #95 + Bug Fixes: * cmd/tarball: restore --prefix flag. #133 * cmd/release: don't leak credentials in case of error. #136 - Use obs-service-go_modules OBS-URL: https://build.opensuse.org/request/show/772196 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=6
21 lines
722 B
Plaintext
21 lines
722 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/prometheus/promu.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">v0.5.0</param>
|
|
<param name="versionrewrite-pattern">v(.*)</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">promu</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
<param name="archive">promu-0.5.0.tar.gz</param>
|
|
</service>
|
|
</services>
|