diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-21 13:46:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-21 13:46:29 +0100 |
commit | ee13df39c4f0dc8e9296f5e962366da0fe454a51 (patch) | |
tree | a2ed377871bdcecbd2808417fac169a58736f987 | |
parent | 3f07f90c0693973a19b000c292f6093ff098c4df (diff) | |
download | jenkins.debian.net-ee13df39c4f0dc8e9296f5e962366da0fe454a51.tar.xz |
reproducible netbsd: drop useless pipes, thanks #debian-reproducible
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 91712eb0..2b07c88e 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -60,7 +60,7 @@ git log -1 # different switches to make two builds from the same source tree # result in the same build results. export MKREPRO="yes" -MK_TIMESTAMP=$(git show --pretty=format:%ai|head -1|date -u "+%s") +MK_TIMESTAMP=$(git log -1 --pretty=%ct) echo "=============================================================================" echo "$(date -u) - Building NetBSD ${NETBSD_VERSION} - first build run." |