This port needs an extra react web UI package that I provide. Building react is a nightmare and to complicated for bulk builds. Also embedding the web UI into the go binary makes it hard to extract it from other offical builds. OK rsadowski@ sthen@
17 lines
655 B
Plaintext
17 lines
655 B
Plaintext
$OpenBSD: patch-_promu_yml,v 1.2 2021/02/15 09:18:37 claudio Exp $
|
|
|
|
Don't include user and hostname into build.
|
|
|
|
Index: .promu.yml
|
|
--- .promu.yml.orig
|
|
+++ .promu.yml
|
|
@@ -15,7 +15,7 @@ build:
|
|
-X github.com/prometheus/common/version.Version={{.Version}}
|
|
-X github.com/prometheus/common/version.Revision={{.Revision}}
|
|
-X github.com/prometheus/common/version.Branch={{.Branch}}
|
|
- -X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
|
|
+ -X github.com/prometheus/common/version.BuildUser=OpenBSD
|
|
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
|
|
tarball:
|
|
files:
|