mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add config.buildserver.py to the pre-commit hook
This commit is contained in:
parent
ec8291ba77
commit
b891689bc5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# Redirect output to stderr.
|
||||
exec 1>&2
|
||||
|
||||
FILES="fdroid makebuildserver examples/*.py fdroidserver/*.py"
|
||||
FILES="fdroid makebuildserver examples/*.py buildserver/*.py fdroidserver/*.py"
|
||||
|
||||
cmd_exists() {
|
||||
command -v $1 1>/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue