summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_scheduler.sh')
-rwxr-xr-xbin/reproducible_scheduler.sh1
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"