summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-21 13:46:29 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-21 13:46:29 +0100
commitee13df39c4f0dc8e9296f5e962366da0fe454a51 (patch)
treea2ed377871bdcecbd2808417fac169a58736f987 /bin/reproducible_netbsd.sh
parent3f07f90c0693973a19b000c292f6093ff098c4df (diff)
downloadjenkins.debian.net-ee13df39c4f0dc8e9296f5e962366da0fe454a51.tar.xz
reproducible netbsd: drop useless pipes, thanks #debian-reproducible
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh2
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."