chiark / gitweb /
buildserver: remove Kivy, unused since 2013 and out of date
[fdroidserver.git] / hooks / pre-commit
index 45a5b05234da3ecd3b4e5dea4f8b8cb0dcf0ebe5..e1449f6c16675891c7ebf4a6dd611769f941404b 100755 (executable)
@@ -12,7 +12,7 @@ if [ -z "$files" ]; then
     PY_TEST_FILES="tests/*.TestCase"
     SH_FILES="hooks/pre-commit"
     BASH_FILES="fd-commit jenkins-build docs/update.sh completion/bash-completion buildserver/provision-*"
-    RB_FILES="buildserver/cookbooks/*/recipes/*.rb buildserver/Vagrantfile"
+    RB_FILES="buildserver/Vagrantfile"
 else
     # if actually committing right now, then only run on the files
     # that are going to be committed at this moment