[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: better explain legacy and ng-mode

Holger Levsen holger at moszumanska.debian.org
Thu Sep 10 18:11:24 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 caf660a2756c236dcb0488892563f45977615035
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Sep 10 20:10:43 2015 +0200

    reproducible: better explain legacy and ng-mode
---
 bin/reproducible_build.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 32ef501..702db81 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -640,7 +640,9 @@ BAD_LOCKFILE=false
 BUILDER="${JOB_NAME#reproducible_builder_}/${BUILD_ID}"
 ARCH="$(dpkg --print-architecture)"
 
+#
 # determine mode
+#
 if [ "$1" = "" ] ; then
 	MODE="legacy"
 elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then
@@ -684,6 +686,9 @@ elif [ "$2" != "" ] ; then
 	fi
 fi
 
+#
+# main - for both legacy and ng-mode
+#
 delay_start
 choose_package  # defines SUITE, PKGID, SRCPACKAGE, SCHEDULED_DATE, SAVE_ARTIFACTS, NOTIFY
 init_package_build

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