mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-04-23 16:29:39 -04:00
Add config.buildserver.py to the pre-commit hook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user