Skip to content
Snippets Groups Projects
Verified Commit 7198dd1b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Small hack to fix metadata

parent 895a53ca
No related branches found
No related tags found
Loading
......@@ -5,11 +5,12 @@ cd $SOURCE_PATH
mkdir -p $SOURCE_PATH/repo/
while true; do
cd $SOURCE_PATH/repo/
rm -rf *.apk
rm -rf *
for app in $APPS; do
s3cmd get --recursive $app .
rm -rf *-latest.apk
done
cp -r metadata/* .
cd $SOURCE_PATH
fdroid update && fdroid server update
sleep $UPDATE_WAIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment