mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-16 04:51:32 +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/
|
aptroot: ~/.chdist/%s-proposed-armhf/
|
||||||
apturi: file:%s/mirror/%s
|
apturi: file:%s/mirror/%s
|
||||||
components: main restricted universe multiverse
|
components: main restricted universe multiverse
|
||||||
rsync_host: rsync://tachash.ubuntu-ci/adt/
|
rsync_host: rsync://tachash.ubuntu-ci/boottest/
|
||||||
datadir: ~/proposed-migration/boottest/data""" %
|
datadir: ~/proposed-migration/boottest/data""" %
|
||||||
(self.series, self.series, home, self.distribution)),
|
(self.series, self.series, home, self.distribution)),
|
||||||
file=rc_file)
|
file=rc_file)
|
||||||
@ -178,6 +178,7 @@ class BootTest(object):
|
|||||||
return '-'
|
return '-'
|
||||||
command = [
|
command = [
|
||||||
self.script_path,
|
self.script_path,
|
||||||
|
"-dPU",
|
||||||
"-c", self.rc_path,
|
"-c", self.rc_path,
|
||||||
"-r", self.series,
|
"-r", self.series,
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user