From: Hans-Christoph Steiner Date: Mon, 4 Jul 2016 10:34:00 +0000 (+0200) Subject: switch to new 64-bit base box image: https://f-droid.org/jessie64.box X-Git-Tag: 0.7.0~38 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=fdroidserver.git;a=commitdiff_plain;h=bfd80d12d93b0535f9f1c136d9db7ec5ecd74f15 switch to new 64-bit base box image: https://f-droid.org/jessie64.box build-tools and other SDK bits from android-24 require 64-bit GNU/Linux --- diff --git a/makebuildserver b/makebuildserver index 356848fe..20aa3d56 100755 --- a/makebuildserver +++ b/makebuildserver @@ -50,11 +50,11 @@ options, args = parser.parse_args() cachedir = os.path.join(os.getenv('HOME'), '.cache', 'fdroidserver') config = { 'arch64': False, - 'basebox': 'jessie32', + 'basebox': 'jessie64', # TODO in py3, convert this to pathlib.Path(absolute_path_string).as_uri() 'baseboxurl': [ - 'file://' + os.path.join(cachedir, 'jessie32.box'), - 'https://f-droid.org/jessie32.box', + 'file://' + os.path.join(cachedir, 'jessie64.box'), + 'https://f-droid.org/jessie64.box', ], 'debian_mirror': 'http://http.debian.net/debian/', 'apt_package_cache': False,