meta/new-web: adjust download-site list
This commit is contained in:
parent
8da2692b85
commit
d37be5f6c5
|
@ -43,4 +43,6 @@ To upload:
|
||||||
* You'll need credentials to upload to S3, and those credentials
|
* You'll need credentials to upload to S3, and those credentials
|
||||||
should be in "~/.aws-keys".
|
should be in "~/.aws-keys".
|
||||||
|
|
||||||
|
* You'll need the "s3-sync" Racket package installed.
|
||||||
|
|
||||||
* Run the "sync.rkt" script: racket -l meta/new-web/sync
|
* Run the "sync.rkt" script: racket -l meta/new-web/sync
|
||||||
|
|
|
@ -51,18 +51,23 @@
|
||||||
["sit" "StuffIt Archive"]))
|
["sit" "StuffIt Archive"]))
|
||||||
|
|
||||||
(define -mirrors-
|
(define -mirrors-
|
||||||
'(["USA, East"
|
'(#;
|
||||||
|
["USA, East"
|
||||||
main
|
main
|
||||||
"Matthew Flatt"
|
"Matthew Flatt"
|
||||||
"mflatt@cs.utah.edu"]
|
"mflatt@cs.utah.edu"]
|
||||||
|
["USA, Massachusetts (Northeastern University)"
|
||||||
|
"http://mirror.racket-lang.org/installers/"
|
||||||
|
"Eli Barzilay"
|
||||||
|
"eli@barzilay.org"]
|
||||||
|
["USA, Utah (University of Utah)"
|
||||||
|
"http://www.cs.utah.edu/plt/installers/"
|
||||||
|
"Matthew Flatt"
|
||||||
|
"mflatt@cs.utah.edu"]
|
||||||
["USA, Illinois (Northwestern University)"
|
["USA, Illinois (Northwestern University)"
|
||||||
"http://www.eecs.northwestern.edu/racket/"
|
"http://www.eecs.northwestern.edu/racket/"
|
||||||
"Robby Findler"
|
"Robby Findler"
|
||||||
"robby@eecs.northwestern.edu"]
|
"robby@eecs.northwestern.edu"]
|
||||||
["USA, Utah (University of Utah)"
|
|
||||||
"http://www.cs.utah.edu/plt/installers/"
|
|
||||||
"Matthew Flatt"
|
|
||||||
"mflatt@cs.utah.edu"]
|
|
||||||
["Canada, Ontario (University of Waterloo)"
|
["Canada, Ontario (University of Waterloo)"
|
||||||
"http://mirror.csclub.uwaterloo.ca/racket/racket-installers/"
|
"http://mirror.csclub.uwaterloo.ca/racket/racket-installers/"
|
||||||
"Systems Committee"
|
"Systems Committee"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user