diff options
Diffstat (limited to 'bin/reproducible_scheduler.sh')
-rwxr-xr-x | bin/reproducible_scheduler.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_scheduler.sh b/bin/reproducible_scheduler.sh index c780cbec..9688bd42 100755 --- a/bin/reproducible_scheduler.sh +++ b/bin/reproducible_scheduler.sh @@ -245,6 +245,7 @@ fi echo "Requesting $OLD old+failed packages..." select_old_failures $OLD echo -n "Found $AMOUNT old+failed packages, " +set -x deselect_old_with_buildinfo $PACKAGES echo "kept $AMOUNT old packages without .buildinfo files." let "TOTAL=$TOTAL+$AMOUNT" |