mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-08 15:31:29 +00:00
Use DISTRIBUTION instead of DIST to override the default distribution of {p,cow}builder-dist.
Closes: #659060
This commit is contained in:
parent
a9386ef070
commit
f245b24f30
@ -344,7 +344,7 @@ class PbuilderDist:
|
|||||||
self.auth,
|
self.auth,
|
||||||
'HOME=' + os.path.expanduser('~'),
|
'HOME=' + os.path.expanduser('~'),
|
||||||
'ARCH=' + self.build_architecture,
|
'ARCH=' + self.build_architecture,
|
||||||
'DIST=' + self.target_distro,
|
'DISTRIBUTION=' + self.target_distro,
|
||||||
self.builder,
|
self.builder,
|
||||||
] + arguments
|
] + arguments
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user