CVS update by adrian xemacs-builds/adrian/website ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Fri Aug 17 02:48:03 EDT 2007


  User: adrian  
  Date: 07/08/17 08:48:03

  Modified:    xemacs-builds/adrian/website package-get-2-download-sites.el
Log:
xemacs-builds: Remove ftp.us from package-get-2-download-sites-map-ftp-to-http exceptions

-------------------- ChangeLog entries follow: --------------------

ChangeLog addition:

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.

Revision  Changes    Path
1.78      +6 -0      XEmacs/xemacs-builds/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs-builds/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -p -r1.77 -r1.78
--- ChangeLog	2007/07/29 17:23:21	1.77
+++ ChangeLog	2007/08/17 06:47:58	1.78
@@ -1,3 +1,9 @@
+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.
+
 2007-07-29  Adrian Aichner  <adrian at xemacs.org>
 
 	* adrian/website/package-get-2-download-sites.el:



1.11      +1 -2      XEmacs/xemacs-builds/adrian/website/package-get-2-download-sites.el

Index: 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
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- package-get-2-download-sites.el	2007/07/29 17:23:24	1.10
+++ package-get-2-download-sites.el	2007/08/17 06:48:03	1.11
@@ -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





More information about the XEmacs-CVS mailing list