mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 15:02:51 +03:00
makebs: flip arch64 bool
The last commit was missing this.
This commit is contained in:
parent
bfd80d12d9
commit
a573688a44
1 changed files with 1 additions and 1 deletions
|
@ -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': [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue