SHA256
1
0
forked from pool/buildah

Accepting request 593480 from devel:CaaSP:Head:ControllerNode

OBS-URL: https://build.opensuse.org/request/show/593480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=2
This commit is contained in:
2018-04-05 13:33:27 +00:00
committed by Git OBS Bridge
parent 2beff1f899
commit 4a37a2124b
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 4 09:52:25 UTC 2018 - vrothberg@suse.com
- Change build date to SOURCE_DATE_EPOCH to make builds reproducible.
-------------------------------------------------------------------
Thu Mar 29 08:50:12 UTC 2018 - vrothberg@suse.com
- Fix `buildah version` by compiling the build date into the binary.
-------------------------------------------------------------------
Tue Mar 6 08:28:55 UTC 2018 - vrothberg@suse.com

View File

@@ -88,7 +88,7 @@ export BUILDTAGS="seccomp apparmor containers_image_ostree_stub"
# Build buildah
go build -tags "$BUILDTAGS" \
-i -ldflags '-s -w -X main.gitCommit=%{commit}' \
-i -ldflags '-s -w -X main.gitCommit=%{commit} -X main.buildInfo='$SOURCE_DATE_EPOCH'' \
-o bin/buildah \
%{project}/cmd/buildah