mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-22 21:37:35 -08:00
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/42437 Signed-off-by: Sam James <sam@gentoo.org>
16 lines
411 B
Diff
16 lines
411 B
Diff
|
|
Properly set the binary name in the promu config instead of doing
|
|
renaming acrobatics in the ebuild.
|
|
|
|
--- a/.promu.yml
|
|
+++ b/.promu.yml
|
|
@@ -5,6 +5,8 @@ go:
|
|
repository:
|
|
path: github.com/superq/chrony_exporter
|
|
build:
|
|
+ binaries:
|
|
+ - name: chrony_exporter
|
|
ldflags: |
|
|
-X github.com/prometheus/common/version.Version={{.Version}}
|
|
-X github.com/prometheus/common/version.Revision={{.Revision}}
|