makebs: flip arch64 bool

The last commit was missing this.
This commit is contained in:
Daniel Martí 2016-07-04 12:01:58 +01:00
parent bfd80d12d9
commit a573688a44

View file

@ -49,7 +49,7 @@ options, args = parser.parse_args()
# set up default config # set up default config
cachedir = os.path.join(os.getenv('HOME'), '.cache', 'fdroidserver') cachedir = os.path.join(os.getenv('HOME'), '.cache', 'fdroidserver')
config = { config = {
'arch64': False, 'arch64': True,
'basebox': 'jessie64', 'basebox': 'jessie64',
# TODO in py3, convert this to pathlib.Path(absolute_path_string).as_uri() # TODO in py3, convert this to pathlib.Path(absolute_path_string).as_uri()
'baseboxurl': [ 'baseboxurl': [