Commit: 3162a39a2c0068c7ad0d718df30599a660d3bd2b Author: David Soria Parra(d...@php.net) Sun, 18 Mar 2012 21:21:18 +0100 Committer: David Soria Parra(d...@php.net) Sun, 18 Mar 2012 21:21:18 +0100 Parents: dcfc507197f7dfbe260cbd5ad6ce01697194676e
Link: http://git.php.net/?p=karma.git;a=commitdiff;h=3162a39a2c0068c7ad0d718df30599a660d3bd2b Log: Disable bugsweb for a moment Changed paths: M hooks/post-receive Diff: 3162a39a2c0068c7ad0d718df30599a660d3bd2b diff --git a/hooks/post-receive b/hooks/post-receive index 2016acb..a27808f 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,4 +1,4 @@ #!/bin/sh [ -f 'hooks/post-receive.mail' ] && hooks/post-receive.mail -[ -f 'hooks/post-receive.bugsweb' ] && hooks/post-receive.bugsweb +# [ -f 'hooks/post-receive.bugsweb' ] && hooks/post-receive.bugsweb [ -f 'hooks/post-receive.mirror' ] && hooks/post-receive.mirror -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php