aboutsummaryrefslogtreecommitdiff
path: root/tests/git-authenticate.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2023-09-11 23:21:01 +0800
committerMarius Bakke <marius@gnu.org>2023-09-22 01:29:18 +0800
commit397a6860f64ee6b7f768e614c53eaca610437f8a (patch)
treed1b9a7e8fc5d821f184a775c062c8ad09c8a9d4e /tests/git-authenticate.scm
parentf2e2c51ec945e78faea7d2325ea7f1ff8282a0de (diff)
downloadguix-397a6860f64ee6b7f768e614c53eaca610437f8a.tar.gz
guix-397a6860f64ee6b7f768e614c53eaca610437f8a.zip
gnu: Add python-aioquic.
* gnu/packages/python-web.scm (python-aioquic): New variable.
Diffstat (limited to 'tests/git-authenticate.scm')
0 files changed, 0 insertions, 0 deletions
perating-system-boot-mapped-devices, implicit dependency"): Likewise. Ludovic Courtès 2018-02-19marionette: Use QEMU's "VM channel" mechanism....* gnu/tests.scm (<marionette-configuration>)[device]: Default to "/dev/virtio-ports/org.gnu.guix.port.0". * gnu/tests.scm (marionette-shepherd-service): Remove (guix build syscalls) from 'modules'. Remove 'tcsetattr' call from 'start'. * gnu/build/marionette.scm (make-marionette): Use "-virtserialport" instead of "-virtconsole". Ludovic Courtès 2018-01-09tests: marionette-operating-system: Add initrd parameter and kernel-arguments....* gnu/tests.scm (marionette-operating-system): Use initrd parameter "on-error" and kernel-arguments "panic". Danny Milosavljevic 2017-12-06gnu, doc, tests: Use ‘bootloader-configuration’ everywhere....* doc/guix.texi (Proceeding with the Installation): Replace the old-style ‘grub-configuration’ with the newer ‘bootloader-configuration’ syntax. * gnu/system/examples/vm-image.tmpl: Likewise. * gnu/system/install.scm (installation-os): Likewise. * gnu/tests.scm (%simple-os): Likewise. * gnu/tests/install.scm (%minimal-os, %minimal-os-on-vda, %separate-home-os) (%separate-store-os, %raid-root-os, %encrypted-root-os, %btrfs-root-os): Likewise. * gnu/tests/nfs.scm (%base-os): Likewise. * tests/guix-system.scm (OS_BASE, make_user_config): Likewise. * tests/system.scm (%os, %os-with-mapped-device): Likewise. Tobias Geerinckx-Rice 2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target"....* gnu/bootloader.scm (<bootloader-configuration>): Deprecate "device" field in favor of "target" field. This is mostly a renaming but also a generalization to support UEFI targets being paths to a mounted partition instead of a device name. * gnu/system/examples/bare-bones.tmpl: * gnu/system/examples/desktop.tmpl: * gnu/system/examples/lightweight-desktop.tmpl: * gnu/system/examples/vm-image.tmpl: * gnu/system/install.scm: * gnu/tests.scm: * gnu/tests/install.scm: * gnu/tests/nfs.scm: * tests/system.scm: Adapt all invocations of bootloader-configuration. * guix/scripts/system.scm (perform-action): Rename device argument to bootloader-target. (process-action): Adapt caller. * doc/guix.texi (Proceeding with the Installation): * doc/guix.texi (Bootloader Configuration): Update documentation. Andy Wingo