Start rewriting options and config as common.py globals

This commit is contained in:
Daniel Martí 2013-11-01 12:10:57 +01:00
parent 1d88ba5450
commit c3be06fb1d
12 changed files with 129 additions and 99 deletions

2
fdroid
View file

@ -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'):