All stubs are accessible through HTTP on the download server.
This commit is contained in:
parent
0905701e89
commit
05877f4537
|
@ -18,5 +18,4 @@
|
||||||
;; Each is a "hostname:dest-path", and then a list of directories to
|
;; Each is a "hostname:dest-path", and then a list of directories to
|
||||||
;; put in that path. (Warning: "dest" should not be a top-level
|
;; put in that path. (Warning: "dest" should not be a top-level
|
||||||
;; directory that already exists.)
|
;; directory that already exists.)
|
||||||
'(["champlain:/www" "www" "download" "lists" "stubs/mailman"]
|
'(["champlain:/www" "www" "download" "lists" "stubs"]))
|
||||||
["winooski:~wwwplanet/html-template/" "stubs/planet/"])) ; note "/"s
|
|
||||||
|
|
|
@ -5,8 +5,9 @@
|
||||||
(define (in-ftp . paths)
|
(define (in-ftp . paths)
|
||||||
(string-join (cons "/var/ftp/pub/racket" paths) "/"))
|
(string-join (cons "/var/ftp/pub/racket" paths) "/"))
|
||||||
|
|
||||||
(define docs (symlink (in-ftp "docs")))
|
(define docs (symlink (in-ftp "docs")))
|
||||||
(define installers (symlink (in-ftp "installers")))
|
(define installers (symlink (in-ftp "installers")))
|
||||||
|
(define stubs (symlink "/www/stubs"))
|
||||||
|
|
||||||
(provide index)
|
(provide index)
|
||||||
(define index
|
(define index
|
||||||
|
|
Loading…
Reference in New Issue
Block a user