From a573688a44b8cdef3d2df9f159e5ed894d7cec15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Mon, 4 Jul 2016 12:01:58 +0100 Subject: [PATCH] makebs: flip arch64 bool The last commit was missing this. --- makebuildserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makebuildserver b/makebuildserver index 20aa3d56..ccc987c6 100755 --- a/makebuildserver +++ b/makebuildserver @@ -49,7 +49,7 @@ options, args = parser.parse_args() # set up default config cachedir = os.path.join(os.getenv('HOME'), '.cache', 'fdroidserver') config = { - 'arch64': False, + 'arch64': True, 'basebox': 'jessie64', # TODO in py3, convert this to pathlib.Path(absolute_path_string).as_uri() 'baseboxurl': [ -- 2.30.2