diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-05-10 15:20:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-11 09:26:39 +0200 |
commit | 628faa31cbc18d7f147432ab7dadd26522c9b907 (patch) | |
tree | 9275c8abd3ad77adb04c7b6bb0afb02c0af5c084 | |
parent | 55fd9026b672e510ec13a9041f12b1d1b45c5ed1 (diff) | |
download | jenkins.debian.net-628faa31cbc18d7f147432ab7dadd26522c9b907.tar.xz |
reproducible: remote_scheduler: more debug
-rwxr-xr-x | bin/reproducible_remote_scheduler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py index edd2caba..e010eb7d 100755 --- a/bin/reproducible_remote_scheduler.py +++ b/bin/reproducible_remote_scheduler.py @@ -59,6 +59,7 @@ log.debug('Reason: ' + reason) log.debug('Artifacts: ' + str(artifacts)) log.debug('Architecture: ' + defaultarch) log.debug('Suite: ' + suite) +log.debug('Packages: ' + ' '.join(packages)) if suite not in SUITES: log.critical('The specified suite is not being tested.') |