summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-18 20:47:16 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-18 20:47:16 +0100
commit1269c81ffaeb537053318fed6469a51f935bf3b2 (patch)
tree9ed56abbaf4f1e075b4b2d564293165406e24321 /bin/reproducible_maintenance.sh
parent87b2cf2bf0ee530d42452866838d1750a036997f (diff)
downloadjenkins.debian.net-1269c81ffaeb537053318fed6469a51f935bf3b2.tar.xz
reproducible debian armhf: also test experimental
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 8f8a2b31..ba777dd8 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -51,7 +51,7 @@ if [ ! -z "$http_proxy" ] ; then
pbuilder_http_proxy="--http-proxy $http_proxy"
fi
for s in $SUITES ; do
- if [ "$ARCH" = "armhf" ] && [ "$s" != "unstable" ] ; then
+ if [ "$ARCH" = "armhf" ] && [ "$s" = "testing" ] ; then
continue
fi
#
@@ -177,7 +177,7 @@ 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" != "unstable" ] ; then
+ 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)