File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,8 @@ Other enhancements:
201201 precedence over the existing ` casa-repo-prefix ` key. The latter is deprecated.
202202 The new key also allows Stack's use of a Casa (content-addressable storage
203203 archive) server to be disabled and the maximum number of keys per request to
204- be configured. The defaults are unchanged.
204+ be configured. The default Casa prefix references https://casa.stackage.org ,
205+ instead of https://casa.fpcomplete.com .
205206* Add option ` --progress-bar=<format> ` to Stack's ` build ` command to configure
206207 the format of the progress bar, where ` <format> ` is one of ` none ` ,
207208 ` count-only ` (only the package count), ` capped ` (capped to a length equal to
Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ Default:
639639~~~yaml
640640casa :
641641 enable : true # Use a Casa server?
642- repo-prefix : https://casa.fpcomplete.com # Unless casa-repo-prefix is set.
642+ repo-prefix : https://casa.stackage.org # Unless casa-repo-prefix is set.
643643 max-keys-per-request : 1280 # Maximum number of keys per request.
644644~~~
645645
@@ -659,7 +659,7 @@ deprecated) and has precedence if both keys are set.
659659
660660Deprecated in favour of [`casa`](#casa), which takes precedence if present.
661661
662- Default : ` https://casa.fpcomplete.com `
662+ Default : ` https://casa.stackage.org `
663663
664664This option specifies the prefix for the URL used to pull information from the
665665Casa server.
You can’t perform that action at this time.
0 commit comments