, package-get-review-download-sites.el
...
User: adrian
Date: 05/10/25 01:46:15
Modified: xemacs-builds/adrian/website
package-get-review-download-sites.el
Log:
And another exception and some TODO.
Revision Changes Path
1.3 +12 -10
XEmacs/xemacs-builds/adrian/website/package-get-review-download-sites.el
Index: package-get-review-download-sites.el
===================================================================
RCS file:
/pack/xemacscvs/XEmacs/xemacs-builds/adrian/website/package-get-review-download-sites.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- package-get-review-download-sites.el 2005/10/24 23:15:19 1.2
+++ package-get-review-download-sites.el 2005/10/24 23:46:15 1.3
@@ -6,9 +6,10 @@
; and
; xemacsweb/Releases/index.content
-; 2005-10-22
+; TODO:
+; Handle sites with missing beta directories (use xemacs-21.5 instead).
+; Substitution rule can take care of this.
-
; DONE: 2005-10-23
; xemacsweb/Download/index.content
;-> Feature link to Releases/index.content more prominently!
@@ -25,17 +26,18 @@
; HTTP Exceptions (only ftp available!):
(defconst package-get-review-ftp-only-regexp
(regexp-opt
- '("xemacs.xmundo.net"
- "ftp.br.xemacs.org"
- "ftp.nrc.ca"
- "ftp.pasteur.fr"
- "mirror.cict.fr"
+ '("ftp.br.xemacs.org"
"ftp.crc.ca"
- "ftp.stealth.net"
- "ftp.pt.xemacs.org"
"ftp.cz.xemacs.org"
"ftp.jp.xemacs.org"
- "ftp.nz.xemacs.org")
+ "ftp.nrc.ca"
+ "ftp.nz.xemacs.org"
+ "ftp.pasteur.fr"
+ "ftp.pt.xemacs.org"
+ "ftp.stealth.net"
+ "ftp.sunsite.utk.edu"
+ "mirror.cict.fr"
+ "xemacs.xmundo.net")
'words))
; Missing from package-get.el:
Show replies by date