From: Chuck Hagenbuch Date: Mon, 30 Aug 2010 01:11:16 +0000 (-0400) Subject: Add example git and svn hook scripts X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b38817b0cdf67194a7c72d92c04b6031e12a5893;p=horde.git Add example git and svn hook scripts --- diff --git a/whups/scripts/whups-git-hook-conf.php.dist b/whups/scripts/whups-git-hook-conf.php.dist new file mode 100644 index 000000000..e78035bd2 --- /dev/null +++ b/whups/scripts/whups-git-hook-conf.php.dist @@ -0,0 +1,16 @@ + '', + 'pass' => ''); diff --git a/whups/scripts/whups-git-hook.php b/whups/scripts/whups-git-hook.php new file mode 100755 index 000000000..618dfa84d --- /dev/null +++ b/whups/scripts/whups-git-hook.php @@ -0,0 +1,135 @@ +#!/usr/bin/env php +getMessage()); + } + + return true; +} diff --git a/whups/scripts/whups-svn-hook-conf.php.dist b/whups/scripts/whups-svn-hook-conf.php.dist new file mode 100644 index 000000000..72fba8bc1 --- /dev/null +++ b/whups/scripts/whups-svn-hook-conf.php.dist @@ -0,0 +1,17 @@ + '', + 'pass' => ''); diff --git a/whups/scripts/whups-svn-hook.php b/whups/scripts/whups-svn-hook.php new file mode 100755 index 000000000..48b433bd8 --- /dev/null +++ b/whups/scripts/whups-svn-hook.php @@ -0,0 +1,122 @@ +#!/usr/bin/env php +getMessage()); + } + + return true; +}