mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-03 14:41:30 +00:00
in check-out mode, nobreakall shuold be empty
This commit is contained in:
parent
1768a56d7b
commit
ac69b8d8b7
@ -242,6 +242,10 @@ class Britney:
|
|||||||
apt_pkg.init()
|
apt_pkg.init()
|
||||||
self.systems = {}
|
self.systems = {}
|
||||||
|
|
||||||
|
# in check-out mode, nobreakall shuold be empty
|
||||||
|
if self.options.check_out:
|
||||||
|
self.options.nobreakall_arches = ''
|
||||||
|
|
||||||
# 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:
|
||||||
self.__log("Building the list of not installable packages for the full archive", type="I")
|
self.__log("Building the list of not installable packages for the full archive", type="I")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user