mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Start rewriting options and config as common.py globals
This commit is contained in:
parent
1d88ba5450
commit
c3be06fb1d
12 changed files with 129 additions and 99 deletions
2
fdroid
2
fdroid
|
@ -52,7 +52,7 @@ def main():
|
|||
sys.exit(1)
|
||||
|
||||
if not os.path.isfile('config.py'):
|
||||
print "ERROR: No config.py configuration file present"
|
||||
print "Missing config file - is this a repo directory?"
|
||||
sys.exit(2)
|
||||
|
||||
for basedir in ('metadata', 'tmp'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue