Replace the superrepo hooks with an update hook that rejects all
[invirt/scripts/git-hooks.git] / super / pre-receive
diff --git a/super/pre-receive b/super/pre-receive
deleted file mode 100755 (executable)
index bf0a2c0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-file=`mktemp -t git-pre-receive.XXXXXX` || exit $?
-cat >$file
-
-"$PWD"/hooks/build-pre-receive <$file
-
-rm -f $file