aboutsummaryrefslogtreecommitdiff
path: root/doc/build.scm
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2020-01-17 18:30:00 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2020-01-18 13:08:11 +0100
commite478fd9747c0a97212ec86871c68feb1641961bb (patch)
treeb9c3144a0c57ddba784424c97b48331bbe2792c3 /doc/build.scm
parent1cc9c38e902aeb03295e9728b4cf40ff2b302716 (diff)
downloadguix-e478fd9747c0a97212ec86871c68feb1641961bb.tar.gz
guix-e478fd9747c0a97212ec86871c68feb1641961bb.zip
refresh: Fix internal variable name.
* guix/scripts/refresh.scm (%option): Fix internal variable name.
Diffstat (limited to 'doc/build.scm')
0 files changed, 0 insertions, 0 deletions
rm alongside ratpoison....* gnu/installer/services.scm (%system-services) <"ratpoison">: Add xterm. Ludovic Courtès 2019-06-07installer: Install companion packages alongside i3....Fixes <http://bugs.gnu.org/36008>. Suggested by Giovanni Biscuolo <g@xelera.eu>. * gnu/installer/services.scm (%system-services) <"i3">: Add i3status, dmenu, and st. Ludovic Courtès 7fbcf1eb5e178d26'>installer: Use UUIDs in the 'swap-devices' field....Note: This change requires an updated 'guix' package that contains Linux-swap support in (gnu build file-systems). * gnu/installer/parted.scm (user-partitions->configuration): Use UUIDs in the 'swap-devices' field. * gnu/installer/newt/final.scm (run-final-page)[wait-for-clients]: New procedure. Use it. * gnu/installer/tests.scm (choose-partitioning): Wait for 'starting-final-step' message and move configuration file dialog handling to... (conclude-installation): ... here. Send over PORT the reply corresponding to 'starting-final-step'. * gnu/tests/install.scm (gui-test-program): When ENCRYPTED? is false, invoke 'swaplabel' in the marionette. (installation-target-os-for-gui-tests): When ENCRYPTED? is false, except a fixed UUID. Ludovic Courtès 2020-04-10installer: tests: Don't install to a CD/DVD....* gnu/installer/tests.scm (choose-partitioning): Use 'find' to select the disk. Ludovic Courtès 2020-03-26installer: tests: Use a filter to select desktop-environments....* gnu/installer/tests.scm (choose-services): Turn desktop-environments list into a choose-desktop-environment procedure. This way, it is easier to select all desktop-environments or none, in the same way as choose-network-service? and choose-network-management-tool? arguments. Mathieu Othacehe 2020-03-05tests: install: Add "gui-installed-os"....* gnu/installer/tests.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add it. * gnu/tests/install.scm (run-install): Add #:gui-test. Add (gnu installer tests) to the marionette imported modules. Honor GUI-TEST. Check whether SCRIPT is true. (%root-password, %syslog-conf): New variable. (operating-system-with-console-syslog, gui-test-program) (guided-installation-test): New procedures. (%extra-packages, installation-os-for-gui-tests) (%test-gui-installed-os): New variable. Ludovic Courtès