r193 - /svnhooks/post-commit

plessy at users.alioth.debian.org plessy at users.alioth.debian.org
Sat Jul 23 07:55:18 UTC 2011


Author: plessy
Date: Sat Jul 23 07:55:17 2011
New Revision: 193

URL: http://svn.debian.org/wsvn/dep/?sc=1&rev=193
Log:
Using wget instead of curl, not available on vasks.

Modified:
    svnhooks/post-commit

Modified: svnhooks/post-commit
URL: http://svn.debian.org/wsvn/dep/svnhooks/post-commit?rev=193&op=diff
==============================================================================
--- svnhooks/post-commit (original)
+++ svnhooks/post-commit Sat Jul 23 07:55:17 2011
@@ -6,4 +6,4 @@
 
 /usr/bin/svn-mailer --commit --config "$1/hooks/svnmailer.conf" --repository "$1" --revision "$2" &
 printf "Pinging Ikiwiki:\t"
-curl 'http://dep.debian.net/cgi-bin/ikiwiki.cgi?do=ping'
+wget -qO - 'http://dep.debian.net/cgi-bin/ikiwiki.cgi?do=ping'




More information about the dep-commits mailing list