chiark / gitweb /
makebs: flip arch64 bool
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 4 Jul 2016 11:01:58 +0000 (12:01 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 4 Jul 2016 11:01:58 +0000 (12:01 +0100)
The last commit was missing this.

makebuildserver

index 20aa3d562eddb121321b81dde3c0423cb2a882ee..ccc987c6d5d8cf2c7c45106e1d2ce466036a0978 100755 (executable)
@@ -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': [