From 8ae9e1c028db5d5ad69c87c9c63c47a1b0a28b01 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 28 Feb 2015 14:45:19 +0100 Subject: reproducible: fix copy+paste error --- bin/reproducible_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_scheduler.py') 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: -- cgit v1.2.3-54-g00ecf