mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Fix pep8 warnings in makebuildserver
This commit is contained in:
parent
b594558811
commit
e5854b7e13
1 changed files with 15 additions and 13 deletions
|
|
@ -60,6 +60,7 @@ if options.clean:
|
|||
cachedir = os.path.join('buildserver', 'cache')
|
||||
if not os.path.exists(cachedir):
|
||||
os.mkdir(cachedir)
|
||||
|
||||
cachefiles = [
|
||||
('android-sdk_r22.6-linux.tgz',
|
||||
'https://dl.google.com/android/android-sdk_r22.6-linux.tgz',
|
||||
|
|
@ -92,6 +93,7 @@ cachefiles = [
|
|||
'https://pypi.python.org/packages/source/K/Kivy/Kivy-1.7.2.tar.gz',
|
||||
'0485e2ef97b5086df886eb01f8303cb542183d2d71a159466f99ad6c8a1d03f1')
|
||||
]
|
||||
|
||||
if config['arch64']:
|
||||
cachefiles.extend([
|
||||
('android-ndk-r9b-linux-x86_64.tar.bz2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue