diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-10 20:10:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-10 20:10:43 +0200 |
commit | caf660a2756c236dcb0488892563f45977615035 (patch) | |
tree | 1a1e583a5090ab1552b6d47af1ea5d917fd17ef7 | |
parent | c67f36360893df78871cc50a42cb9a6a24ca5e3f (diff) | |
download | jenkins.debian.net-caf660a2756c236dcb0488892563f45977615035.tar.xz |
reproducible: better explain legacy and ng-mode
-rwxr-xr-x | bin/reproducible_build.sh | 5 |
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 |