File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,8 @@ Other enhancements:
201
201
precedence over the existing ` casa-repo-prefix ` key. The latter is deprecated.
202
202
The new key also allows Stack's use of a Casa (content-addressable storage
203
203
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 .
205
206
* Add option ` --progress-bar=<format> ` to Stack's ` build ` command to configure
206
207
the format of the progress bar, where ` <format> ` is one of ` none ` ,
207
208
` 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:
639
639
~~~yaml
640
640
casa :
641
641
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.
643
643
max-keys-per-request : 1280 # Maximum number of keys per request.
644
644
~~~
645
645
@@ -659,7 +659,7 @@ deprecated) and has precedence if both keys are set.
659
659
660
660
Deprecated in favour of [`casa`](#casa), which takes precedence if present.
661
661
662
- Default : ` https://casa.fpcomplete.com `
662
+ Default : ` https://casa.stackage.org `
663
663
664
664
This option specifies the prefix for the URL used to pull information from the
665
665
Casa server.
You can’t perform that action at this time.
0 commit comments