mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-24 17:01:31 +00:00
autopkgtest.py: set release for adt-britney
This commit is contained in:
parent
71d7092550
commit
f4f6efbd3f
@ -56,12 +56,13 @@ class AutoPackageTest(object):
|
|||||||
with open(self.rc_path, "w") as rc_file:
|
with open(self.rc_path, "w") as rc_file:
|
||||||
home = os.path.expanduser("~")
|
home = os.path.expanduser("~")
|
||||||
print(dedent("""\
|
print(dedent("""\
|
||||||
|
release: %s
|
||||||
aptroot: ~/.chdist/%s-proposed-amd64/
|
aptroot: ~/.chdist/%s-proposed-amd64/
|
||||||
apturi: file:%s/mirror/ubuntu
|
apturi: file:%s/mirror/ubuntu
|
||||||
components: main restricted universe multiverse
|
components: main restricted universe multiverse
|
||||||
rsync_host: rsync://10.189.74.2/adt/
|
rsync_host: rsync://10.189.74.2/adt/
|
||||||
datadir: ~/proposed-migration/autopkgtest/data""" %
|
datadir: ~/proposed-migration/autopkgtest/data""" %
|
||||||
(self.series, home)), file=rc_file)
|
(self.series, self.series, home)), file=rc_file)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def _request_path(self):
|
def _request_path(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user