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:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user