Skip to content

Commit 732822b

Browse files
committed
Document effect of adopting pantry >= 0.9.2 re Casa prefix
1 parent 29e9be6 commit 732822b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ChangeLog.md

+2-1
Original file line numberDiff line numberDiff 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

doc/yaml_configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ Default:
639639
~~~yaml
640640
casa:
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

660660
Deprecated in favour of [`casa`](#casa), which takes precedence if present.
661661

662-
Default: `https://casa.fpcomplete.com`
662+
Default: `https://casa.stackage.org`
663663

664664
This option specifies the prefix for the URL used to pull information from the
665665
Casa server.

0 commit comments

Comments
 (0)