chiark / gitweb /
Keep consistency in config defaults and writes
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 15 Sep 2014 10:34:40 +0000 (12:34 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 15 Sep 2014 10:34:40 +0000 (12:34 +0200)
commit88dc0b2bb56b2df559a11fd9a14a524d6a90c7cd
tree6403c2a184873861fb333883bdd6647b2c4968c8
parent8d1c4c1d60690f5c4e3d856ce9181e1e43fc2e22
Keep consistency in config defaults and writes

* Default paths are not expanded
* When writing to config.py in "fdroid init", don't write expanded paths
  either
* Support changes in e.g. $ANDROID_HOME after a config.py is generated thanks
  to the fix above
fdroidserver/common.py
fdroidserver/init.py