COMMIT
xemacs-builds ChangeLog patch:
Diff command: cvs -q diff -U 0
Files affected: ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs-builds/ChangeLog,v
retrieving revision 1.73
diff -u -U0 -r1.73 ChangeLog
--- ChangeLog 12 Feb 2006 16:40:36 -0000 1.73
+++ ChangeLog 2 Jun 2006 22:13:12 -0000
@@ -0,0 +1,6 @@
+2006-06-03 Adrian Aichner <adrian(a)xemacs.org>
+
+ * adrian/website/package-get-2-download-sites.el
+ (package-get-2-download-sites-map-ftp-to-http): Welcome
+
nl.xemacs.org and Thanks!
+
xemacs-builds source patch:
Diff command: cvs -f -z3 -q diff -u -w -N
Files affected: adrian/website/package-get-2-download-sites.el
Index: adrian/website/package-get-2-download-sites.el
===================================================================
RCS file:
/pack/xemacscvs/XEmacs/xemacs-builds/adrian/website/package-get-2-download-sites.el,v
retrieving revision 1.6
diff -u -w -r1.6 package-get-2-download-sites.el
--- adrian/website/package-get-2-download-sites.el 30 Jan 2006 21:17:39 -0000 1.6
+++ adrian/website/package-get-2-download-sites.el 2 Jun 2006 22:12:52 -0000
@@ -76,6 +76,8 @@
((string-match "ftp\\.hk\\.xemacs\\.org" host)
(concat "xemacsftp.hkmirror.org/"
(substring path (length "pub/xemacsftp/"))))
+ ((string-match "ftp\\.nl\\.xemacs\\.org" host)
+ (concat host "/" (replace-in-string path "/ftp/"
"/")))
(t
(concat host "/" path))))
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/