From caf660a2756c236dcb0488892563f45977615035 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 10 Sep 2015 20:10:43 +0200 Subject: reproducible: better explain legacy and ng-mode --- bin/reproducible_build.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf