switch default catalogs to HTTPS

This commit is contained in:
Matthew Flatt 2016-01-06 08:04:06 -07:00
parent 273bc4ea49
commit c706ee2c05
5 changed files with 11 additions and 11 deletions

View File

@ -131,7 +131,7 @@ treated as a explicitly installed package.
The PLT @tech{package catalog} at The PLT @tech{package catalog} at
@centerline{@url{http://pkgs.racket-lang.org}} @centerline{@url{https://pkgs.racket-lang.org}}
provides a centralized listing of available Racket packages. The PLT provides a centralized listing of available Racket packages. The PLT
@tech{package catalog} normally will be the first place you check when @tech{package catalog} normally will be the first place you check when
@ -445,7 +445,7 @@ by a simple name until it is listed on a @tech{package catalog}.
If you'd like to use the PLT @tech{package catalog}, browse If you'd like to use the PLT @tech{package catalog}, browse
to to
@link["http://pkgs.racket-lang.org/"]{http://pkgs.racket-lang.org/} @link["https://pkgs.racket-lang.org/"]{https://pkgs.racket-lang.org/}
and upload a new package. You will need to create an account and log and upload a new package. You will need to create an account and log
in first. in first.
@ -558,7 +558,7 @@ In your @racket[info.rkt], you should:
] ]
Finally, when listing your package on Finally, when listing your package on
@url{http://pkgs.racket-lang-org}, you should supply a GitHub source @url{https://pkgs.racket-lang-org}, you should supply a GitHub source
using the URL format using the URL format
@tt{github://github.com/@nonterm{user}/@nonterm{repo}/@nonterm{rev}@optional{/@nonterm{path}}} (not @tt{github://github.com/@nonterm{user}/@nonterm{repo}/@nonterm{rev}@optional{/@nonterm{path}}} (not
the @tt{git://} or @exec{http://} format). the @tt{git://} or @exec{http://} format).

View File

@ -102,7 +102,7 @@ develops only a few of them. The intended workflow is as follows:
@commandline{@command{update} --lookup --catalog @nonterm{catalog} --clone @nonterm{path-to}/@nonterm{pkg-name}} @commandline{@command{update} --lookup --catalog @nonterm{catalog} --clone @nonterm{path-to}/@nonterm{pkg-name}}
A suitable @nonterm{catalog} might be @url{http://pkgs.racket-lang.org}.} A suitable @nonterm{catalog} might be @url{https://pkgs.racket-lang.org}.}
@item{A newly cloned package will have the specified (or existing @item{A newly cloned package will have the specified (or existing
installation's) repository as its Git @exec{origin}. If you want to installation's) repository as its Git @exec{origin}. If you want to

View File

@ -337,7 +337,7 @@ URL indicates a remote server, and a @litchar{file://} URL indicates a
local catalog in the form of an SQLite database or a directory tree. local catalog in the form of an SQLite database or a directory tree.
PLT supports two @tech{package catalog} servers that are enabled by PLT supports two @tech{package catalog} servers that are enabled by
default: @url{http://pkgs.racket-lang.org} for new packages and default: @url{https://pkgs.racket-lang.org} for new packages and
@url{http://planet-compats.racket-lang.org} for automatically @url{http://planet-compats.racket-lang.org} for automatically
generated packages for old @|PLaneT| packages. Anyone may host a generated packages for old @|PLaneT| packages. Anyone may host a
@tech{package catalog}, and any file-serving HTTP host can act @tech{package catalog}, and any file-serving HTTP host can act
@ -1426,10 +1426,10 @@ tests, and documentation from a package before installing it.
site (where a Racket distribution downloaded from the site is site (where a Racket distribution downloaded from the site is
configured to consult the site for packages), at least for packages configured to consult the site for packages), at least for packages
associated with the distribution. Beware that associated with the distribution. Beware that
@url{http://pkgs.racket-lang.org/} generally refers to @tech{source @url{https://pkgs.racket-lang.org/} generally refers to @tech{source
packages}, not @tech{built packages}. In the near future, built packages}, not @tech{built packages}. In the near future, built
variants of the @url{http://pkgs.racket-lang.org/} packages will be variants of the @url{https://pkgs.racket-lang.org/} packages will be
provided at @url{http://pkg-build.racket-lang.org/catalog/}. provided at @url{https://pkg-build.racket-lang.org/catalog/}.
Some packages have been split at the source level into separate Some packages have been split at the source level into separate
library, test, and documentation packages. For example, library, test, and documentation packages. For example,

View File

@ -28,7 +28,7 @@ many other installed libraries. Run @exec{raco docs} to find
documentation for libraries that are installed on your system and documentation for libraries that are installed on your system and
specific to your user account. specific to your user account.
@link["http://pkgs.racket-lang.org/"]{The Racket package repository} @link["https://pkgs.racket-lang.org/"]{The Racket package repository}
offer even more downloadable packages that are contributed by offer even more downloadable packages that are contributed by
Racketeers. Racketeers.

View File

@ -45,8 +45,8 @@
(define (get-default) (define (get-default)
(match k (match k
['catalogs ['catalogs
(list "http://pkgs.racket-lang.org" (list "https://pkgs.racket-lang.org"
"http://planet-compats.racket-lang.org")] "https://planet-compats.racket-lang.org")]
['default-scope "user"] ['default-scope "user"]
['installation-name (version)] ['installation-name (version)]
['download-cache-dir (build-path (find-system-path 'addon-dir) ['download-cache-dir (build-path (find-system-path 'addon-dir)