This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via c60a22a5a5b17a4557f036b974e6a36cc0931709 (commit)
from 61d0583b268d3e1a7265ec767f63568562ac1c5a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=c60a22a5a5b17a4557f036b974e6a36cc0931709
commit c60a22a5a5b17a4557f036b974e6a36cc0931709
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Aug 3 18:32:33 2017 +0200
Remove duplicates
diff --git a/src/plugins/scmhook/library/scmgit/hooks/committracker/post.php
b/src/plugins/scmhook/library/scmgit/hooks/committracker/post.php
index b2ea41e..016d4e4 100755
--- a/src/plugins/scmhook/library/scmgit/hooks/committracker/post.php
+++ b/src/plugins/scmhook/library/scmgit/hooks/committracker/post.php
@@ -204,8 +204,6 @@ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $vars);
-curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
-curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
$result = curl_exec($ch);
//$info = curl_getinfo($ch);
curl_close($ch);
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmhook/library/scmgit/hooks/committracker/post.php | 2 --
1 file changed, 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits