summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 38e0c376..8f4259d7 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -27,7 +27,7 @@ def call_apt_update(suite):
# try three times, before failing the job
for i in [1, 2, 3]:
if not call(['schroot', '--directory', '/root', '-u', 'root', \
- '-c', 'source:jenkins-'+suite, '--', \
+ '-c', 'source:jenkins-reproducible-'+suite, '--', \
'apt-get', 'update']):
return
else: