mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
import: remove google code support
Google code is dead and going read-only. import is just a helper program, and we don't want to help people add apps from google code anymore. Apps should move to other hosting sites.
This commit is contained in:
parent
261ed09d7c
commit
e8a7a56d2e
2 changed files with 5 additions and 83 deletions
|
@ -169,10 +169,10 @@ __complete_checkupdates() {
|
|||
}
|
||||
|
||||
__complete_import() {
|
||||
opts="-u -s -r -q"
|
||||
lopts="--url --subdir --repo --rev --quiet"
|
||||
opts="-u -s -q"
|
||||
lopts="--url --subdir --rev --quiet"
|
||||
case "${prev}" in
|
||||
-u|--url|-r|--repo|-s|--subdir|--rev) return 0;;
|
||||
-u|--url|-s|--subdir|--rev) return 0;;
|
||||
esac
|
||||
__complete_options
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue