Fixing references now that DNS is in place
This commit is contained in:
parent
51a3094fdc
commit
780d29f114
|
@ -1,8 +1,5 @@
|
|||
// xxx change this once the new dns entries are in
|
||||
//var dynamic_host = "pkgd.racket-lang.org";
|
||||
//var dynamic_port = 443;
|
||||
var dynamic_host = "plt-etc.byu.edu";
|
||||
var dynamic_port = 9004;
|
||||
var dynamic_host = "pkgd.racket-lang.org";
|
||||
var dynamic_port = 443;
|
||||
|
||||
function dynamic_url ( u ) {
|
||||
return "https://" + dynamic_host + ":" + dynamic_port + u + "?callback=?"; }
|
||||
|
|
|
@ -86,7 +86,7 @@ table.packages tbody tr.even {
|
|||
.package table tr:nth-child(3) td {
|
||||
height: 2.5em;
|
||||
}
|
||||
.package table tr:nth-child(8) td {
|
||||
.package table tr:nth-child(9) td {
|
||||
height: 3.5em;
|
||||
}
|
||||
.package table td:nth-child(1) {
|
||||
|
|
|
@ -5,4 +5,4 @@ PATH=~/local/new-plt/racket/bin:$PATH
|
|||
cd ~/local/new-plt/pkgs/plt-services/meta/pkg-index/planet-compat
|
||||
racket update.rkt
|
||||
racket static.rkt
|
||||
s3cmd -c ~/.s3cfg-plt sync --recursive --delete-removed root/cache/ s3://planet-compat.racket-lang.org/
|
||||
s3cmd -c ~/.s3cfg-plt sync --recursive --delete-removed root/cache/ s3://planet-compats.racket-lang.org/
|
||||
|
|
Loading…
Reference in New Issue
Block a user