remove fd-commit, no active devs use it, and requires Auto Name/Name

fd-commit and checkupdates both require that there are two name fields,
AutoName: and Name:.  This is only used for the commit messages.  Since the
current devs do it manually, we can remove the fd-commit shell script, then
focus on checkupdates when revamping AutoName/Name.

https://botbot.me/freenode/fdroid-dev/msg/82539152
This commit is contained in:
Hans-Christoph Steiner 2017-12-06 22:48:08 +01:00
parent 6fc507da39
commit 6902160e89
4 changed files with 2 additions and 125 deletions

View file

@ -352,11 +352,6 @@ _fdroid() {
}
}
_fd-commit() {
__package
}
complete -F _fdroid fdroid
complete -F _fd-commit fd-commit
return 0