Hans-Christoph Steiner 2016-08-23 20:30:27 +02:00
parent a6a8d34528
commit 6126b55136
3 changed files with 7 additions and 7 deletions

View file

@ -147,13 +147,13 @@ $fdroid init
cp -a $WORKSPACE/tests/metadata $WORKSPACE/tests/repo $REPOROOT/
echo "accepted_formats = ['json', 'txt', 'xml', 'yml']" >> config.py
echo "install_list = 'org.adaway'" >> config.py
echo "delete_list = {'com.android.vending', 'com.facebook.orca',}" >> config.py
echo "uninstall_list = {'com.android.vending', 'com.facebook.orca',}" >> config.py
$fdroid update --verbose
test -e repo/index.xml
test -e repo/index.jar
grep -F '<application id=' repo/index.xml > /dev/null
grep -F '<install packageName=' repo/index.xml > /dev/null
grep -F '<delete packageName=' repo/index.xml > /dev/null
grep -F '<uninstall packageName=' repo/index.xml > /dev/null
#------------------------------------------------------------------------------#