From 7045c6e54980404de580737efb199c11b8998577 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Fri, 11 Nov 2011 13:30:53 +0000 Subject: [PATCH] Pass the list of supported architectures to MigrationItem Signed-off-by: Adam D. Barratt --- britney.py | 1 + 1 file changed, 1 insertion(+) diff --git a/britney.py b/britney.py index 922962b..0883aee 100755 --- a/britney.py +++ b/britney.py @@ -243,6 +243,7 @@ class Britney: # parse the command line arguments self.__parse_arguments() + MigrationItem.set_architectures(self.options.architectures) # initialize the apt_pkg back-end apt_pkg.init()