From bbe60b09dd79b59e98880e9cd331a0187d7e7341 Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 14 Apr 2013 23:03:02 +0000 Subject: [PATCH] fixed svn2cl config example and download url git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6347 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/release.py b/Scripts/release.py index 3dd058c9..06768f97 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -37,7 +37,7 @@ PURGE_URL=http://nsis.sourceforge.net/%s?action=purge UPDATE_URL=http://nsis.sourceforge.net/Special:Simpleupdate?action=raw [svn2cl] -SVN2CL_XSL=svl2cl.xsl +SVN2CL_XSL=svn2cl.xsl ========================= 7zatarbz2.bat: @@ -294,7 +294,7 @@ def CreateChangeLog(): print 'downloading svn2cl.xsl stylesheet...' - urllib.urlretrieve('http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn2cl/svn2cl.xsl', SVN2CL_XSL) + urllib.urlretrieve('http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svn2cl/svn2cl.xsl', SVN2CL_XSL) print 'generating ChangeLog...'