[Qa-jenkins-scm] [jenkins.debian.net] 01/01: refactor, bah

Holger Levsen holger at moszumanska.debian.org
Sun Aug 30 22:39:08 UTC 2015


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 1a1fc1f7abce8ddfb93357c525ed14123d936f9f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Aug 31 00:38:45 2015 +0200

    refactor, bah
---
 bin/reproducible_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 2708855..9529437 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -387,6 +387,8 @@ init() {
 	fi
 	echo "Starting to build ${SRCPACKAGE}/${SUITE}/${ARCH} on $DATE" | tee ${RBUILDLOG}
 	echo "The jenkins build log is/was available at ${BUILD_URL}console" | tee -a ${RBUILDLOG}
+	# used to catch race conditions when the same package is being built by two parallel jobs
+	LOCKFILE="/tmp/reproducible-lockfile-${SUITE}-${ARCH}-${SRCPACKAGE}"
 }
 
 get_source_package() {
@@ -415,8 +417,6 @@ get_source_package() {
 	DBDREPORT="${SRCPACKAGE}_${EVERSION}.debbindiff.html"
 	DBDTXT="${SRCPACKAGE}_${EVERSION}.debbindiff.txt"
 	BUILDINFO="${SRCPACKAGE}_${EVERSION}_${ARCH}.buildinfo"
-	# used to catch race conditions when the same package is being built by two parallel jobs
-	LOCKFILE="/tmp/reproducible-lockfile-${SUITE}-${ARCH}-${SRCPACKAGE}"
 }
 
 check_suitability() {

-- 
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