diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-03 14:25:59 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-03 14:25:59 +0100 |
commit | b56ec8959be505c73bf78be90a7d1ca7ec9696a3 (patch) | |
tree | cc25609f642a1ff57e6eba280f4078e8adb13b8e | |
parent | 3ffc464cb913d2227efcfd25d1f0bda05c22d846 (diff) | |
download | jenkins.debian.net-b56ec8959be505c73bf78be90a7d1ca7ec9696a3.tar.xz |
reproducible: enable debugging for this script for now
-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" |