[Pkg-voip-commits] r4806 - /wengophone/trunk/debian/get-orig-source.sh

cavedon-guest at alioth.debian.org cavedon-guest at alioth.debian.org
Fri Nov 2 10:40:51 UTC 2007


Author: cavedon-guest
Date: Fri Nov  2 10:40:51 2007
New Revision: 4806

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4806
Log:
Fix for get-orig-source.sh

Modified:
    wengophone/trunk/debian/get-orig-source.sh

Modified: wengophone/trunk/debian/get-orig-source.sh
URL: http://svn.debian.org/wsvn/pkg-voip/wengophone/trunk/debian/get-orig-source.sh?rev=4806&op=diff
==============================================================================
--- wengophone/trunk/debian/get-orig-source.sh (original)
+++ wengophone/trunk/debian/get-orig-source.sh Fri Nov  2 10:40:51 2007
@@ -14,8 +14,8 @@
 svn_url=$2
 
 # ugly hack to install dev.openwengo.com certificate 
-if ! svn --password guest --username guest --non-interactive info http://dev.openwengo.org/svn/openwengo > /dev/null; then
-   echo "p" | svn --password guest --username guest info http://dev.openwengo.org/svn/openwengo > /dev/null
+if ! svn --password guest --username guest --non-interactive info https://dev.openwengo.com/svn/openwengo > /dev/null; then
+   echo "p" | svn --password guest --username guest info https://dev.openwengo.com/svn/openwengo > /dev/null
 fi
 
 if [ -n "$3" ]; then




More information about the Pkg-voip-commits mailing list