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

Use correct dates

parent d8dc215e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ SOURCE_PATH=/tmp/fdroid
cd $SOURCE_PATH
mkdir -p $SOURCE_PATH/repo/
while true; do
s3cmd sync $APP $SOURCE_PATH/repo/
s3cmd sync --preserve $APP $SOURCE_PATH/repo/
rm -rf $SOURCE_PATH/repo/*-latest.apk
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