Skip to content
  • Hans-Christoph Steiner's avatar
    rewrite all .txt with 'Auto Update Mode:None' (a-c) · 6dc775b2
    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
    ```
    6dc775b2