autopkgtest.py: set release for adt-britney

bzr-import-20160707
Colin Watson 11 years ago
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…
Cancel
Save