[Qa-jenkins-scm] [jenkins.debian.net] 09/09: reproducible: build: refactor: another local variable

Holger Levsen holger at moszumanska.debian.org
Sat Apr 18 16:06:46 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 e56d58595af1d2814278f1a48fd1ce8d37c47754
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Thu Apr 9 16:21:15 2015 +0200

    reproducible: build: refactor: another local variable
---
 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 569a318..d4b1878 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -261,11 +261,11 @@ choose_package () {
 
 init() {
 	if [ $SAVE_ARTIFACTS -eq 1 ] ; then
-		AANOUNCE=" Artifacts will be preserved."
+		local AANOUNCE="Artifacts will be preserved."
 	fi
 	create_results_dirs
 	echo "============================================================================="
-	echo "Trying to reproducibly build ${SRCPACKAGE} in ${SUITE} on ${ARCH} now.$AANOUNCE"
+	echo "Trying to reproducibly build ${SRCPACKAGE} in ${SUITE} on ${ARCH} now. $AANOUNCE"
 	echo "============================================================================="
 	# mark build attempt
 	sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO schedule (package_id, date_scheduled, date_build_started) VALUES ('$SRCPKGID', '$SCHEDULED_DATE', '$DATE');"

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