From cd49a7eae426d54ff5dce93ee4cca19ec99efd41 Mon Sep 17 00:00:00 2001 From: Celso Providelo Date: Thu, 5 Feb 2015 14:04:52 -0500 Subject: [PATCH] Calling boottest-britney with -dPU (debug, use -proposed and do not update caches) and also rsyncing boottest data to the correct place on d-jenkins (/var/local/boottest). --- boottest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boottest.py b/boottest.py index 3feae36..44f5b5f 100644 --- a/boottest.py +++ b/boottest.py @@ -165,7 +165,7 @@ class BootTest(object): aptroot: ~/.chdist/%s-proposed-armhf/ apturi: file:%s/mirror/%s components: main restricted universe multiverse - rsync_host: rsync://tachash.ubuntu-ci/adt/ + rsync_host: rsync://tachash.ubuntu-ci/boottest/ datadir: ~/proposed-migration/boottest/data""" % (self.series, self.series, home, self.distribution)), file=rc_file) @@ -178,6 +178,7 @@ class BootTest(object): return '-' command = [ self.script_path, + "-dPU", "-c", self.rc_path, "-r", self.series, ]