1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

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
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': [