chiark / gitweb /
New field: scandelete, like scanignore but deleting
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 1 Nov 2013 12:46:19 +0000 (13:46 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 1 Nov 2013 12:46:19 +0000 (13:46 +0100)
commite07d35f91354a5faa5d66e676fd76094dbe10960
tree172935509a6564cee1f44448f0b02c78af3c368b
parentd507b2e894a556559ea495877ebce5c2a7384879
New field: scandelete, like scanignore but deleting

Also, many improvements:

* scanning algorithm is much clearer
* Now paths start by '/', which means the repo dir root.
  - If they don't, '/' is added
  - If they start by './', the dot is removed
  - If "." is in the paths, it is replaced by "/"
* Handling/removing of problems is much easier
* Removed last initfun/funambol bits
docs/fdroid.texi
fdroidserver/common.py