summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-10 20:10:43 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-10 20:10:43 +0200
commitcaf660a2756c236dcb0488892563f45977615035 (patch)
tree1a1e583a5090ab1552b6d47af1ea5d917fd17ef7 /bin
parentc67f36360893df78871cc50a42cb9a6a24ca5e3f (diff)
downloadjenkins.debian.net-caf660a2756c236dcb0488892563f45977615035.tar.xz
reproducible: better explain legacy and ng-mode
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 32ef5016..702db812 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