summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-01 17:59:56 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-01 17:59:56 +0100
commit3b5b249d024c1ce454f3f8ae43f3a8f820b405b2 (patch)
treeff84f040b94738d2f11e4deb8f2d29e86d8ecce8 /bin/reproducible_maintenance.sh
parent0148477a69cb709f069cf87f59d731ff9bc580d5 (diff)
downloadjenkins.debian.net-3b5b249d024c1ce454f3f8ae43f3a8f820b405b2.tar.xz
reproducible armhf: enable testing of testing
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index ba777dd8..2a60a70c 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -51,9 +51,6 @@ if [ ! -z "$http_proxy" ] ; then
pbuilder_http_proxy="--http-proxy $http_proxy"
fi
for s in $SUITES ; do
- if [ "$ARCH" = "armhf" ] && [ "$s" = "testing" ] ; then
- continue
- fi
#
# schroot update
#
@@ -177,9 +174,6 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
REASON="maintenance reschedule: reschedule builds which failed due to network errors"
for SUITE in $(echo $FAILED_BUILDS | sed "s# #\n#g" | cut -d "/" -f8 | sort -u) ; do
for ARCH in $(echo $FAILED_BUILDS | sed "s# #\n#g" | cut -d "/" -f9 | sort -u) ; do
- if [ "$ARCH" = "armhf" ] && [ "$SUITE" = "testing" ] ; then
- continue
- fi
CANDIDATES=$(for PKG in $(echo $FAILED_BUILDS | sed "s# #\n#g" | grep "/$SUITE/$ARCH/" | cut -d "/" -f10 | cut -d "_" -f1) ; do echo "$PKG" ; done)
# double check those builds actually failed
TO_SCHEDULE=""