mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
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:
parent
6fc507da39
commit
6902160e89
4 changed files with 2 additions and 125 deletions
|
@ -11,7 +11,7 @@ if [ -z "$files" ]; then
|
|||
PY_FILES="fdroid makebuildserver setup.py examples/*.py buildserver/*.py fdroidserver/*.py"
|
||||
PY_TEST_FILES="tests/*.TestCase"
|
||||
SH_FILES="hooks/pre-commit"
|
||||
BASH_FILES="fd-commit jenkins-build-all jenkins-setup-build-environment jenkins-test completion/bash-completion buildserver/provision-*"
|
||||
BASH_FILES="jenkins-build-all jenkins-setup-build-environment jenkins-test completion/bash-completion buildserver/provision-*"
|
||||
RB_FILES="buildserver/Vagrantfile"
|
||||
else
|
||||
# if actually committing right now, then only run on the files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue