summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-28 14:45:19 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-28 14:45:26 +0100
commit8ae9e1c028db5d5ad69c87c9c63c47a1b0a28b01 (patch)
tree9d8d76d679f9bcb2de06ff761fde0ad7a8dfb050 /bin/reproducible_scheduler.py
parentd6b1fa5d9b805bf0183bcc12606c88e33ff6e5f9 (diff)
downloadjenkins.debian.net-8ae9e1c028db5d5ad69c87c9c63c47a1b0a28b01.tar.xz
reproducible: fix copy+paste error
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: