diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
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: |