aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-05-11 10:33:57 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-05-11 10:35:16 -0400
commitef0aa7ff8b54041ae6718c0d77c1de69a3175231 (patch)
treef500fac5774433a8a4a2fc0c2c6ada4055b58f8c /gnu/tests.scm
parentb718e42c96d6cd48539d9b452a7ab2b8c88df469 (diff)
downloadguix-ef0aa7ff8b54041ae6718c0d77c1de69a3175231.tar.gz
guix-ef0aa7ff8b54041ae6718c0d77c1de69a3175231.zip
.guix-authorizations: Authorize Simon Tournier.
* .guix-authorizations (zimoun): Add OpenPGP key fingerprint.
Diffstat (limited to 'gnu/tests.scm')
0 files changed, 0 insertions, 0 deletions
installer/steps.scm (%current-result): New variable. (run-installer-steps): Update it. * gnu/installer.scm (installer-program): Add tar and gip to the installer path. Add guile-webutils and gnutls to the Guile extensions. Generate and send the crash dump report. * gnu/installer/newt.scm (exit-error): Add a report argument. Display the report id. (dump-page): New procedure. (newt-installer): Update it. Mathieu Othacehe