summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py3
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 = []