init: switch to config.yml as the default format

This commit is contained in:
Hans-Christoph Steiner 2020-10-22 23:34:47 +02:00
parent 4bbbf35511
commit a9fdb5b401
17 changed files with 344 additions and 240 deletions

View file

@ -98,7 +98,7 @@ else
fi
cd fdroiddata
echo "build_server_always = True" > config.py
echo "build_server_always: true" > config.yml
if [ -z $ANDROID_HOME ]; then
if [ -e ~/.android/bashrc ]; then