[C] xemacs-builds: Remove ftp.us from package-get-2-download-sites-map-ftp-to-http exceptions

Adrian Aichner adrian at xemacs.org
Fri Aug 17 02:48:44 EDT 2007


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.77
diff -u -U0 -r1.77 ChangeLog
--- ChangeLog	29 Jul 2007 17:23:21 -0000	1.77
+++ ChangeLog	17 Aug 2007 06:47:46 -0000
@@ -0,0 +1,6 @@
+2007-08-17  Adrian Aichner  <adrian at xemacs.org>
+
+	* adrian/website/package-get-2-download-sites.el
+	(package-get-2-download-sites-map-ftp-to-http): Remove ftp.us from
+	exceptions.
+

xemacs-builds source patch:
Diff command:   cvs -f -z3 -q diff -u -w -N
Files affected: adrian/website/package-get-2-download-sites.el
===================================================================
RCS

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.10
diff -u -w -r1.10 package-get-2-download-sites.el
--- adrian/website/package-get-2-download-sites.el	29 Jul 2007 17:23:24 -0000	1.10
+++ adrian/website/package-get-2-download-sites.el	17 Aug 2007 06:46:12 -0000
@@ -69,8 +69,7 @@
    ((string-match
      (regexp-opt
       '("ftp.be.xemacs.org"
-        "ftp.ch.xemacs.org"
-        "ftp.us.xemacs.org")
+        "ftp.ch.xemacs.org")
       'words) host)
     (concat host "/ftp/" path))
    ;; http path needs initial substring removed from ftp path

-- 
Adrian Aichner
 mailto:adrian at xemacs.org
 http://www.xemacs.org/



More information about the XEmacs-Patches mailing list