mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
Lengthen variable name, we can afford to now
This commit is contained in:
parent
6f9551f1cb
commit
6a6f0ca9cb
@ -262,9 +262,9 @@ class PbuilderDist:
|
||||
|
||||
othermirrors = []
|
||||
if self.target_distro in self._debian_distros:
|
||||
di = DebianDistroInfo()
|
||||
if (di.codename(self.target_distro) or self.target_distro
|
||||
in (di.devel(), 'experimental')):
|
||||
debian_info = DebianDistroInfo()
|
||||
if (debian_info.codename(self.target_distro) or self.target_distro
|
||||
in (debian_info.devel(), 'experimental')):
|
||||
self.enable_security = False
|
||||
self.enable_updates = False
|
||||
self.enable_proposed = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user