[debian-edu-commits] debian-edu/debian-edu-doc.git (#1557) - master (branch) updated: 1.5_20130727_7.1-6-g1756525

David Prévot taffit at alioth.debian.org
Tue Aug 13 16:15:49 UTC 2013


The branch, master has been updated
       via  1756525f209a3ab594bbc913cc532bd81af4c44a (commit)
      from  4a664c0c7f8977582ee52885febee18fe5f903fb (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 -----------------------------------------------------------------
commit 1756525f209a3ab594bbc913cc532bd81af4c44a
Author: David Prévot <taffit at debian.org>
Date:   Tue Aug 13 17:59:04 2013 +0200

    Turn of SSL certificate checking
    
    Set PERL_LWP_SSL_VERIFY_HOSTNAME=0 to access the wiki from ravel.

-----------------------------------------------------------------------

Summary of changes:
 documentation/debian-edu-squeeze/Makefile |    2 +-
 documentation/debian-edu-wheezy/Makefile  |    2 +-
 documentation/scripts/get_manual          |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/documentation/debian-edu-squeeze/Makefile b/documentation/debian-edu-squeeze/Makefile
index 9876f3c..9447296 100644
--- a/documentation/debian-edu-squeeze/Makefile
+++ b/documentation/debian-edu-squeeze/Makefile
@@ -3,7 +3,7 @@
 #
 url=https://wiki.debian.org/DebianEdu/Documentation/Squeeze/
 name=debian-edu-squeeze-manual
-VERSION:=$(shell GET -H User-Agent: $(url)?action=raw |sed -n '1p'|sed -r 's/^([^0-9])*|([^0-9])*$$//g')
+VERSION:=$(shell PERL_LWP_SSL_VERIFY_HOSTNAME=0 GET -H User-Agent: $(url)?action=raw |sed -n '1p'|sed -r 's/^([^0-9])*|([^0-9])*$$//g')
 DEBIAN_EDU_DOC_TITLE=Debian\ Edu\ /\ Skolelinux\ Squeeze\ $(VERSION)\ Manual
 path1=DebianEdu/Documentation/Squeeze
 path2='\/DebianEdu\/Documentation\/'
diff --git a/documentation/debian-edu-wheezy/Makefile b/documentation/debian-edu-wheezy/Makefile
index 9009c23..827c07b 100644
--- a/documentation/debian-edu-wheezy/Makefile
+++ b/documentation/debian-edu-wheezy/Makefile
@@ -3,7 +3,7 @@
 #
 url=https://wiki.debian.org/DebianEdu/Documentation/Wheezy/
 name=debian-edu-wheezy-manual
-VERSION:=$(shell GET -H User-Agent: $(url)?action=raw |sed -n '1p'|sed -r 's/^([^0-9])*|([^0-9])*$$//g')
+VERSION:=$(shell PERL_LWP_SSL_VERIFY_HOSTNAME=0 GET -H User-Agent: $(url)?action=raw |sed -n '1p'|sed -r 's/^([^0-9])*|([^0-9])*$$//g')
 DEBIAN_EDU_DOC_TITLE=Debian\ Edu\ /\ Skolelinux\ Wheezy\ $(VERSION)\ Manual
 path1=DebianEdu/Documentation/Wheezy
 path2='\/DebianEdu\/Documentation\/'
diff --git a/documentation/scripts/get_manual b/documentation/scripts/get_manual
index deea7c7..5930f1a 100755
--- a/documentation/scripts/get_manual
+++ b/documentation/scripts/get_manual
@@ -72,7 +72,7 @@ unique_section_ids() {
 # the last but one sed "preserves" the 2nd matched regex
 # the last sed does the same as dos2unix
 # head at the end chops of the last two lines with the Category:Permalink entry
-GET -H User-Agent: "${url}AllInOne?action=raw"|sed "s%<<Include(%%g" | sed "s%)>>%%g" | sed "s%$path1%%g" |sed 's/.$//'|head -n -2> id
+PERL_LWP_SSL_VERIFY_HOSTNAME=0 GET -H User-Agent: "${url}AllInOne?action=raw"|sed "s%<<Include(%%g" | sed "s%)>>%%g" | sed "s%$path1%%g" |sed 's/.$//'|head -n -2> id
 
 for i in `cat id` ; do
 	NAME=`echo "${i}" |sed "s/\(.*\)\/\(.*\)/\2/" `
@@ -88,7 +88,7 @@ for i in `cat id` ; do
 	#   - remove the Category:Permalink line
 	#   - add some linebreaks
 	#   - delete the first line containing the XML declaration
-	GET "${url}${i}?action=show&mimetype=text/docbook" | 
+	PERL_LWP_SSL_VERIFY_HOSTNAME=0 GET "${url}${i}?action=show&mimetype=text/docbook" | 
 	# replace tags:
 	sed "s%code>%computeroutput>%g" |
 	sed "s%/htdocs/rightsidebar/img/%./images/%g" |


hooks/post-receive
-- 
debian-edu-doc.git (Debian package debian-edu-doc)

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 "debian-edu-doc.git" (Debian package debian-edu-doc).




More information about the debian-edu-commits mailing list