diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-15 14:04:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-15 14:04:52 +0200 |
commit | 0a35f0082d675bfbe3d4f9dbf2e82111dbfd1704 (patch) | |
tree | 58070d8c6adcd7f96bbcfa0b2a139f412a1ae781 /bin | |
parent | 9ef112a49a2d9bb6b81ca82714b8961804790ff9 (diff) | |
download | jenkins.debian.net-0a35f0082d675bfbe3d4f9dbf2e82111dbfd1704.tar.xz |
reproducible: fixup check for failed builds which was broken by moving files in the reprodcucible subdirectory
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_maintenance.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 45b1e1d5..527d4ae2 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -76,8 +76,8 @@ if [ ! -z "$FAILED_BUILDS" ] ; then echo "$FAILED_BUILDS" echo echo "Rescheduling packages: " - for SUITE in $(echo $FAILED_BUILDS | sed "s# #\n#g" | cut -d "/" -f7 | sort -u) ; do - CANDIDATES=$(for PKG in $(echo $FAILED_BUILDS | sed "s# #\n#g" | grep "/$SUITE/" | cut -d "/" -f9 | cut -d "_" -f1) ; do echo -n "$PKG " ; done) + for SUITE in $(echo $FAILED_BUILDS | sed "s# #\n#g" | cut -d "/" -f8 | sort -u) ; do + CANDIDATES=$(for PKG in $(echo $FAILED_BUILDS | sed "s# #\n#g" | grep "/$SUITE/" | cut -d "/" -f10 | cut -d "_" -f1) ; do echo -n "$PKG " ; done) check_candidates if [ $TOTAL -ne 0 ] ; then echo " - in $SUITE: $CANDIDATES" |