summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-26 10:01:08 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-26 10:01:08 +0200
commitb39f01520a09007a3cb80ea79ab72aa4451bc989 (patch)
tree9970e35a43bfc7be0ca8149f6a89beca86f3f183 /bin
parent4a8adc206fb04ccfd79ab4a0908e970c977aaef5 (diff)
downloadjenkins.debian.net-b39f01520a09007a3cb80ea79ab72aa4451bc989.tar.xz
reproducible: rename ng-mode to master-mode
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index e0d42f9d..ce723b72 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -101,7 +101,7 @@ cleanup_all() {
irc_message "$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS"
fi
gzip -9fvn $RBUILDLOG
- if [ "$MODE" = "legacy" ] || [ "$MODE" = "ng" ] ; then
+ if [ "$MODE" = "legacy" ] || [ "$MODE" = "master" ] ; then
# XXX quite ugly: this is just needed to update the sizes of the
# compressed files in the html. It's cheap and quite safe so, *shrugs*...
gen_package_html $SRCPACKAGE
@@ -453,7 +453,7 @@ init_package_build() {
get_source_package() {
local RESULT
- if [ "$MODE" != "ng" ] ; then
+ if [ "$MODE" != "master" ] ; then
schroot --directory $TMPDIR -c source:jenkins-reproducible-$SUITE apt-get -- --download-only --only-source source ${SRCPACKAGE} 2>&1 | tee -a ${RBUILDLOG}
RESULT=$?
else
@@ -470,7 +470,7 @@ get_source_package() {
ls -l ${SRCPACKAGE}* | tee -a ${RBUILDLOG}
echo "$(date -u ) - sleeping 5m before re-trying..." | tee -a ${RBUILDLOG}
sleep 5m
- if [ "$MODE" != "ng" ] ; then
+ if [ "$MODE" != "master" ] ; then
schroot --directory $TMPDIR -c source:jenkins-reproducible-$SUITE apt-get -- --download-only --only-source source ${SRCPACKAGE} 2>&1 | tee -a ${RBUILDLOG}
RESULT=$?
else
@@ -481,7 +481,7 @@ get_source_package() {
PARSED_RESULT=$(egrep 'E: Failed to fetch.*(Unable to connect to|Connection failed|Size mismatch|Cannot initiate the connection to|Bad Gateway)' ${RBUILDLOG} || true)
fi
if [ $RESULT != 0 ] || [ "$(ls ${SRCPACKAGE}_*.dsc 2> /dev/null)" = "" ] || [ ! -z "$PARSED_RESULT" ] ; then
- if [ "$MODE" = "legacy" ] || [ "$MODE" = "ng" ] ; then
+ if [ "$MODE" = "legacy" ] || [ "$MODE" = "master" ] ; then
handle_404
else
exit 404
@@ -726,7 +726,7 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then
echo "$(date -u) - build #$MODE for $SRCPACKAGE/$SUITE/$ARCH on $HOSTNAME done"
exit 0
elif [ "$2" != "" ] ; then
- MODE="ng"
+ MODE="master"
NODE1="$(echo $1 | cut -d ':' -f1).debian.net"
NODE2="$(echo $2 | cut -d ':' -f1).debian.net"
PORT1="$(echo $1 | cut -d ':' -f2)"
@@ -748,7 +748,7 @@ elif [ "$2" != "" ] ; then
fi
#
-# main - for both legacy and ng-mode
+# main - for both legacy and master-mode
#
delay_start
choose_package # defines SUITE, PKGID, SRCPACKAGE, SCHEDULED_DATE, SAVE_ARTIFACTS, NOTIFY