Author: tille
Date: 2011-12-25 18:06:47 +0000 (Sun, 25 Dec 2011)
New Revision: 9100
Modified:
trunk/packages/sofa-framework/trunk/debian/get-orig-source
Log:
I had some trouble wget-ing the files on testing which seems to regard
certificates
Modified: trunk/packages/sofa-framework/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/get-orig-source 2011-12-24
23:02:47 UTC (rev 9099)
+++ trunk/packages/sofa-framework/trunk/debian/get-orig-source 2011-12-25
18:06:47 UTC (rev 9100)
@@ -27,10 +27,10 @@
if [ -e ../${NAME}-${VERSION}.zip ] ; then
mv ../${NAME}-${VERSION}.zip .
else
- wget -q -N `grep framework.*\.zip download | sed
"s?^.*\(https://gforge.inria.fr/frs/download.php/[0-9]\+/sofa-framework-${VERSION}\.zip\).*?\1?"`
+ wget -q -N --no-check-certificate `grep framework.*\.zip download | sed
"s?^.*\(https://gforge.inria.fr/frs/download.php/[0-9]\+/sofa-framework-${VERSION}\.zip\).*?\1?"`
fi
-wget -q -N `grep modules.*\.zip download | sed
"s?^.*\(https://gforge.inria.fr/frs/download.php/[0-9]\+/sofa-modules-${VERSION}\.zip\).*?\1?"`
-wget -q -N `grep applications.*\.zip download | sed
"s?^.*\(https://gforge.inria.fr/frs/download.php/[0-9]\+/sofa-applications-${VERSION}\.zip\).*?\1?"`
+wget -q -N --no-check-certificate `grep modules.*\.zip download | sed
"s?^.*\(https://gforge.inria.fr/frs/download.php/[0-9]\+/sofa-modules-${VERSION}\.zip\).*?\1?"`
+wget -q -N --no-check-certificate `grep applications.*\.zip download | sed
"s?^.*\(https://gforge.inria.fr/frs/download.php/[0-9]\+/sofa-applications-${VERSION}\.zip\).*?\1?"`
rm download
OUTPUTDIR=sofa-${VERSION}
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit