From ac69b8d8b7588b5455a9b9bd816561bf03fbc36a Mon Sep 17 00:00:00 2001 From: Fabio Tranchitella Date: Tue, 29 Apr 2008 07:26:13 +0000 Subject: [PATCH] in check-out mode, nobreakall shuold be empty --- britney.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/britney.py b/britney.py index a49852a..04d7007 100644 --- a/britney.py +++ b/britney.py @@ -242,6 +242,10 @@ class Britney: apt_pkg.init() 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 not self.options.nuninst_cache: self.__log("Building the list of not installable packages for the full archive", type="I")