aboutsummaryrefslogtreecommitdiff
path: root/tests/pki.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-01-25 22:51:50 +0100
committerLudovic Courtès <ludo@gnu.org>2023-01-25 22:53:20 +0100
commitebcb5c8e120b39a3dd07c27bc17d520ee653ec23 (patch)
tree6df64317b114d2e567af0e8687d52f6f64e1f7c1 /tests/pki.scm
parent852908d24de244cca438450f6b4844b8a7e40683 (diff)
downloadguix-ebcb5c8e120b39a3dd07c27bc17d520ee653ec23.tar.gz
guix-ebcb5c8e120b39a3dd07c27bc17d520ee653ec23.zip
tests: Do not try to create "$HOME/.config".
Previously this test would fail when HOME=/homeless-shelter and said directory cannot be created. * tests/guix-refresh.sh: Pass '--keyring' together with '-u'.
Diffstat (limited to 'tests/pki.scm')
0 files changed, 0 insertions, 0 deletions
amples/lightweight-desktop.tmpl: Likewise. * gnu/system/examples/raspberry-pi-64-nfs-root.tmpl: Likewise. * gnu/system/examples/raspberry-pi-64.tmpl: Likewise. * gnu/system/examples/vm-image.tmpl: Likewise. Maxim Cournoyer 2022-08-09maint: Use a pretty version string in ISO and VM images....* gnu/system/examples/vm-image.tmpl: Use the 'GUIX_DISPLAYED_VERSION' environment variable in 'label'. * gnu/system/install.scm (%installation-os): Likewise. * Makefile.am (release): Set 'GUIX_DISPLAYED_VERSION'. Ludovic Courtès 2022-08-09system: install: Always use 'current-guix'....Fixes <https://issues.guix.gnu.org/53210>. Reported by Mathieu Othacehe <othacehe@gnu.org>. * gnu/system/install.scm (%installation-services): Set 'guix' to use (current-guix) in 'guix-configuration'. * gnu/system/examples/vm-image.tmpl: Likewise. * gnu/tests/install.scm (operating-system-with-current-guix): Remove. (run-install, installation-os-for-gui-tests): Remove its uses. * Makefile.am (release): Remove intermediate use of 'update-guix-package.scm' and subsequent 'git commit' invocation. Ludovic Courtès