[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible netbsd: drop useless pipes, thanks #debian-reproducible

Holger Levsen holger at moszumanska.debian.org
Thu Jan 21 12:46:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit ee13df39c4f0dc8e9296f5e962366da0fe454a51
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jan 21 13:46:29 2016 +0100

    reproducible netbsd: drop useless pipes, thanks #debian-reproducible
---
 bin/reproducible_netbsd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 91712eb..2b07c88 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."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list