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
|
||||
;; put in that path. (Warning: "dest" should not be a top-level
|
||||
;; directory that already exists.)
|
||||
'(["champlain:/www" "www" "download" "lists" "stubs/mailman"]
|
||||
["winooski:~wwwplanet/html-template/" "stubs/planet/"])) ; note "/"s
|
||||
'(["champlain:/www" "www" "download" "lists" "stubs"]))
|
||||
|
|
|
@ -5,8 +5,9 @@
|
|||
(define (in-ftp . paths)
|
||||
(string-join (cons "/var/ftp/pub/racket" paths) "/"))
|
||||
|
||||
(define docs (symlink (in-ftp "docs")))
|
||||
(define installers (symlink (in-ftp "installers")))
|
||||
(define docs (symlink (in-ftp "docs")))
|
||||
(define installers (symlink (in-ftp "installers")))
|
||||
(define stubs (symlink "/www/stubs"))
|
||||
|
||||
(provide index)
|
||||
(define index
|
||||
|
|
Loading…
Reference in New Issue
Block a user