mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 03:41:08 +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:
|
||||
home = os.path.expanduser("~")
|
||||
print(dedent("""\
|
||||
release: %s
|
||||
aptroot: ~/.chdist/%s-proposed-amd64/
|
||||
apturi: file:%s/mirror/ubuntu
|
||||
components: main restricted universe multiverse
|
||||
rsync_host: rsync://10.189.74.2/adt/
|
||||
datadir: ~/proposed-migration/autopkgtest/data""" %
|
||||
(self.series, home)), file=rc_file)
|
||||
(self.series, self.series, home)), file=rc_file)
|
||||
|
||||
@property
|
||||
def _request_path(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user