diff options
-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 = [] |