Commit: a805c5336965215eda3f10c6ad33b5f9e8b93f83 Author: David Soria Parra(d...@php.net) Mon, 19 Mar 2012 17:36:35 +0100 Committer: David Soria Parra(d...@php.net) Mon, 19 Mar 2012 17:36:35 +0100 Parents: 646e2bada8160e850b3f5cc004a83d3a798ae2e1
Link: http://git.php.net/?p=karma.git;a=commitdiff;h=a805c5336965215eda3f10c6ad33b5f9e8b93f83 Log: Renable bugsweb script Changed paths: M hooks/post-receive Diff: a805c5336965215eda3f10c6ad33b5f9e8b93f83 diff --git a/hooks/post-receive b/hooks/post-receive index a27808f..2016acb 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