diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-28 14:04:54 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-28 14:04:54 +0100 |
commit | fc84314001a8de28e2500cfafd9aad728221f9a8 (patch) | |
tree | 8ae14040a71eb6036740765649a96d44aa1a8071 /bin | |
parent | 158733ffb0983bcdf674476709ad08284ea6fb9f (diff) | |
download | jenkins.debian.net-fc84314001a8de28e2500cfafd9aad728221f9a8.tar.xz |
reproducible: dont wrap kgb message in quotes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index a75a20e6..387564a9 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -243,9 +243,8 @@ def scheduler(suite): str(len(old)) + ' with the same version (total: ' + \ str(total) + ')' kgb = ['kgb-client', '--conf', '/srv/jenkins/kgb/debian-reproducible.conf', - '--relay-msg', '"'] + '--relay-msg'] kgb.extend(message.split()) - kgb.append('"') # finally all_scheduled_pkgs = [] |