summaryrefslogtreecommitdiff
path: root/lib/spack/docs/getting_started.rst
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-10-29 21:24:26 +0200
committerGitHub <noreply@github.com>2022-10-29 12:24:26 -0700
commit7e645f54c5d0ab78592436988576a0f2765e9fab (patch)
tree059b3e0aa1072c1cd73adb87ecc32317e37bd4b9 /lib/spack/docs/getting_started.rst
parent29f1e8395c16831d2fe06cfa9aa8c49dc8cc96a6 (diff)
downloadspack-7e645f54c5d0ab78592436988576a0f2765e9fab.tar.gz
spack-7e645f54c5d0ab78592436988576a0f2765e9fab.tar.bz2
spack-7e645f54c5d0ab78592436988576a0f2765e9fab.tar.xz
spack-7e645f54c5d0ab78592436988576a0f2765e9fab.zip
Deprecate spack bootstrap trust/untrust (#33600)
* Deprecate spack bootstrap trust/untrust * Update CI * Update tests
Diffstat (limited to 'lib/spack/docs/getting_started.rst')
-rw-r--r--lib/spack/docs/getting_started.rst28
1 files changed, 3 insertions, 25 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index d174a45468..2fc43906a9 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -177,35 +177,13 @@ Spack fall back to bootstrapping from sources:
.. code-block:: console
- $ spack bootstrap untrust github-actions-v0.2
- ==> "github-actions-v0.2" is now untrusted and will not be used for bootstrapping
+ $ spack bootstrap disable github-actions-v0.3
+ ==> "github-actions-v0.2" is now disabled and will not be used for bootstrapping
You can verify that the new settings are effective with:
-.. code-block:: console
-
- $ spack bootstrap list
- Name: github-actions-v0.2 UNTRUSTED
-
- Type: buildcache
-
- Info:
- url: https://mirror.spack.io/bootstrap/github-actions/v0.2
- homepage: https://github.com/spack/spack-bootstrap-mirrors
- releases: https://github.com/spack/spack-bootstrap-mirrors/releases
-
- Description:
- Buildcache generated from a public workflow using Github Actions.
- The sha256 checksum of binaries is checked before installation.
-
- [ ... ]
-
- Name: spack-install TRUSTED
-
- Type: install
+.. command-output:: spack bootstrap list
- Description:
- Specs built from sources by Spack. May take a long time.
.. note::