guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (2c2b1ef -> bc8b2ff)


From: guix-commits
Subject: branch master updated (2c2b1ef -> bc8b2ff)
Date: Thu, 5 Mar 2020 17:42:24 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

    from 2c2b1ef  gnu: java-openjfx-build: Add snippet.
     new 91ba90c  tests: 'run-basic-test' can enter a root password.
     new 5ce84b1  installer: Use a Guile-Newt snapshot that supports 
'form-watch-fd'.
     new 63b8c08  installer: Implement a dialog on /var/guix/installer-socket.
     new f901f5d  installer: Bypass connectivity check when 
/tmp/installer-assume-online exists.
     new 8a4b11c  installer: Run commands without hopping through the shell.
     new e458726  installer: Honor /tmp/installer-system-init-options.
     new ccb1a8c  tests: install: Add "gui-installed-os".
     new 64704be  installer: Fix cow-store umount.
     new e666a92  tests: install: Add %test-gui-installed-os-encrypted.
     new 530e31b  hydra: Remove uses of _IOLBF.
     new bc8b2ff  ci: Adjust 'channel-build-system' for when the source is a 
file name.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build-aux/hydra/gnu-system.scm   |   4 +-
 build-aux/hydra/guix-modular.scm |   4 +-
 gnu/ci.scm                       |   6 +-
 gnu/installer.scm                |  21 ++
 gnu/installer/final.scm          |  98 ++++++-
 gnu/installer/newt/final.scm     |  40 ++-
 gnu/installer/newt/network.scm   |  10 +-
 gnu/installer/newt/page.scm      | 587 +++++++++++++++++++++++++--------------
 gnu/installer/newt/partition.scm |   8 +-
 gnu/installer/newt/user.scm      |  64 +++--
 gnu/installer/newt/welcome.scm   |  44 ++-
 gnu/installer/steps.scm          |  25 +-
 gnu/installer/tests.scm          | 340 +++++++++++++++++++++++
 gnu/installer/utils.scm          | 158 ++++++++---
 gnu/local.mk                     |   3 +-
 gnu/tests/base.scm               |  23 +-
 gnu/tests/install.scm            | 204 +++++++++++++-
 17 files changed, 1307 insertions(+), 332 deletions(-)
 create mode 100644 gnu/installer/tests.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]