mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
purge all vestiges of the unused fdroid stats
, closes #839
* for f in locale/*/LC_MESSAGES/fdroidserver.po; do msgattrib --set-obsolete --no-wrap --ignore-file=locale/fdroidserver.pot -o $f $f; done * sed -i 's, \.\./fdroidserver/stats\.py,,' locale/*/LC_MESSAGES/fdroidserver.po
This commit is contained in:
parent
798fe90c67
commit
b8f59097f7
46 changed files with 44 additions and 1012 deletions
|
@ -261,12 +261,6 @@ __complete_nightly() {
|
|||
__complete_options
|
||||
}
|
||||
|
||||
__complete_stats() {
|
||||
opts="-v -q -d"
|
||||
lopts="--verbose --quiet --download"
|
||||
__complete_options
|
||||
}
|
||||
|
||||
__complete_deploy() {
|
||||
opts="-i -v -q"
|
||||
lopts="--identity-file --local-copy-dir --sync-from-local-copy-dir
|
||||
|
@ -317,7 +311,6 @@ rewritemeta \
|
|||
scanner \
|
||||
signatures \
|
||||
signindex \
|
||||
stats \
|
||||
update \
|
||||
verify \
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue