From 45322a7fc6a464b51f79024734aa3fdfdb4631b7 Mon Sep 17 00:00:00 2001 From: Fabio Tranchitella Date: Wed, 30 Apr 2008 19:00:25 +0000 Subject: [PATCH] In fact, running in check-out mode all the architectures are nobreakarch; thanks dato. --- britney.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney.py b/britney.py index 04d7007..b0684ff 100644 --- a/britney.py +++ b/britney.py @@ -242,9 +242,9 @@ class Britney: apt_pkg.init() 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: - self.options.nobreakall_arches = '' + self.options.nobreakall_arches = ' '.join(self.options.architectures) # if requested, build the non-installable status and save it if not self.options.nuninst_cache: