mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 10:10:30 +03:00
Start using config and options as common.py globals
This commit is contained in:
parent
4bd64de501
commit
66a431a14a
12 changed files with 128 additions and 100 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