mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 11:51:09 +00:00
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:
parent
a729746fa8
commit
cd49a7eae4
@ -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,
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user