- 13 May, 2021 1 commit
-
-
Izzy authored
-
- 17 Nov, 2020 1 commit
-
-
https://f-droid.org/packages/app.id/Hans-Christoph Steiner authored
fdroidserver#845 fdroidclient#1000 jekyll-fdroid!60 ``` sed -i 's,\[\[\([^ :]*\)\]\],https://f-droid.org/packages/\1,g' metadata/*.yml metadata/*/*/description.txt ```
-
- 21 Aug, 2019 1 commit
-
-
Hans-Christoph Steiner authored
-
- 19 Aug, 2019 1 commit
-
-
Hans-Christoph Steiner authored
```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
-