From b56ec8959be505c73bf78be90a7d1ca7ec9696a3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 3 Jan 2015 14:25:59 +0100 Subject: reproducible: enable debugging for this script for now --- bin/reproducible_scheduler.sh | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3-54-g00ecf