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).

This commit is contained in:
Celso Providelo 2015-02-05 14:04:52 -05:00
parent a729746fa8
commit cd49a7eae4

View File

@ -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,
]