diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-28 14:45:19 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-28 14:45:26 +0100 |
commit | 8ae9e1c028db5d5ad69c87c9c63c47a1b0a28b01 (patch) | |
tree | 9d8d76d679f9bcb2de06ff761fde0ad7a8dfb050 /bin | |
parent | d6b1fa5d9b805bf0183bcc12606c88e33ff6e5f9 (diff) | |
download | jenkins.debian.net-8ae9e1c028db5d5ad69c87c9c63c47a1b0a28b01.tar.xz |
reproducible: fix copy+paste error
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: |