mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-08 00:51:36 +00:00
In fact, running in check-out mode all the architectures are nobreakarch; thanks dato.
This commit is contained in:
parent
ac69b8d8b7
commit
45322a7fc6
@ -242,9 +242,9 @@ class Britney:
|
|||||||
apt_pkg.init()
|
apt_pkg.init()
|
||||||
self.systems = {}
|
self.systems = {}
|
||||||
|
|
||||||
# in check-out mode, nobreakall shuold be empty
|
# in check-out mode, nobreakall should include all the architectures
|
||||||
if self.options.check_out:
|
if self.options.check_out:
|
||||||
self.options.nobreakall_arches = ''
|
self.options.nobreakall_arches = ' '.join(self.options.architectures)
|
||||||
|
|
||||||
# if requested, build the non-installable status and save it
|
# if requested, build the non-installable status and save it
|
||||||
if not self.options.nuninst_cache:
|
if not self.options.nuninst_cache:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user