S3 doesn't give up HTTPS, so turn it off

This commit is contained in:
Jay McCarthy 2013-10-07 09:50:26 -06:00
parent 3d0acf4f71
commit 0371ade45e
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
(file->string
(build-path pkg-depo pkg-depo-dir (format "~a.plt.CHECKSUM" pkg-name)))
'source
(format "https://planet-compat.racket-lang.org/~a/~a.plt"
(format "http://planet-compat.racket-lang.org/~a/~a.plt"
pkg-depo-dir pkg-name)
'url
(let ()

View File

@ -240,7 +240,7 @@ local catalog in the form of an SQLite database or a directory tree.
PLT supports two @tech{package catalog} servers that are enabled by
default: @url{https://pkg.racket-lang.org} for new packages and
@url{https://planet-compat.racket-lang.org} for automatically
@url{http://planet-compat.racket-lang.org} for automatically
generated packages for old @|PLaneT| packages. Anyone may host a
@tech{package catalog}, and any file-serving HTTP host can act
as a basic @tech{package catalog} server. See @secref["catalog-protocol"]
@ -796,7 +796,7 @@ PLT maintains a @tech{package catalog} to serve packages that
were developed using the original @seclink[#:doc '(lib
"planet/planet.scrbl") "top"]{@|Planet1|} package system. This
compatibility catalog is at
@link["https://planet-compat.racket-lang.org/"]{https://planet-compat.racket-lang.org/},
@link["http://planet-compat.racket-lang.org/"]{http://planet-compat.racket-lang.org/},
which is included by default in the package-server search path.
Copies of @|Planet1| packages are automatically created by the

View File

@ -559,7 +559,7 @@
(match k
['catalogs
(list "https://pkg.racket-lang.org"
"https://planet-compat.racket-lang.org")]
"http://planet-compat.racket-lang.org")]
['default-scope "user"]
['installation-name (version)]
[_ #f]))