guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.6-225-gb10e9ff


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-225-gb10e9ff
Date: Mon, 19 May 2014 21:52:48 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  b10e9ff6da886a787e37c3bf34da9e80406ae14b (commit)
       via  52ddf2ae6fb369ec64aae75fc311d6cc57a713b6 (commit)
       via  79b0d4e1049afe1ceb5d420a9ceb11c230a1da24 (commit)
       via  c56d19fb113d96a5af7c6d0500d256e633fe3eb9 (commit)
       via  d467e640aa763e3440231270c832028b5c804a6a (commit)
       via  c79d54fe41b0a85c76b11ab2643895de2823d477 (commit)
       via  e38e18ff010e53a788cec30f25ee3d59341b0708 (commit)
      from  a54aefead6bfcc35bce0ac2aebb4cd32eb94208e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b10e9ff6da886a787e37c3bf34da9e80406ae14b
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 19 23:52:11 2014 +0200

    gnu: Add Linux kbd.
    
    * gnu/packages/linux.scm (kbd): New variable.

commit 52ddf2ae6fb369ec64aae75fc311d6cc57a713b6
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 19 23:08:43 2014 +0200

    ui: Gracefully deal with zero-output derivations.
    
    * guix/ui.scm (show-what-to-build)[built-or-substitutable?]: New
      procedure.  Check whether OUT is #f.
      Use it.
    * tests/ui.scm ("show-what-to-build, zero outputs"): New test.

commit 79b0d4e1049afe1ceb5d420a9ceb11c230a1da24
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 19 22:47:27 2014 +0200

    guix system: Check whether we are installing to /.
    
    * guix/scripts/system.scm (install): Check whether TARGET is / and warn.

commit c56d19fb113d96a5af7c6d0500d256e633fe3eb9
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 19 22:42:34 2014 +0200

    guix system: Factorize out closure copy.
    
    * guix/scripts/system.scm (copy-closure): New procedure.
      (install): Use it.

commit d467e640aa763e3440231270c832028b5c804a6a
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 19 22:38:44 2014 +0200

    doc: Show the 'bootloader' field in system example.
    
    * doc/guix.texi (Using the Configuration System): Add 'bootloader'
      field.

commit c79d54fe41b0a85c76b11ab2643895de2823d477
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 19 22:36:15 2014 +0200

    guix system: 'guix system init' installs GRUB by default.
    
    * guix/scripts/system.scm (install): Add #:grub?, #:grub.cfg, and
      #:device parameters; honor them.
      (show-help): Document '--no-grub'.
      (%options): Add '--no-grub'.
      (%default-options): Add 'install-grub?'.
      (guix-system): Honor 'install-grub?' option from OPTS.  Adjust
      'install' call accordingly.
    * doc/guix.texi (Invoking guix system): Document '--no-grub'.

commit e38e18ff010e53a788cec30f25ee3d59341b0708
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 19 22:00:46 2014 +0200

    vm: Make the device name a parameter.
    
    * guix/build/vm.scm (initialize-partition-table): Honor 'device'
      parameter.
      (initialize-hard-disk): Add 'device' parameter and honor it.
    * gnu/system/vm.scm (qemu-image): Adjust accordingly.

-----------------------------------------------------------------------

Summary of changes:
 doc/guix.texi           |    5 ++
 gnu/packages/linux.scm  |   38 +++++++++++++++
 gnu/system/vm.scm       |    3 +-
 guix/build/vm.scm       |   18 ++++---
 guix/scripts/system.scm |  122 ++++++++++++++++++++++++++++++----------------
 guix/ui.scm             |   17 ++++---
 tests/ui.scm            |   12 +++++
 7 files changed, 156 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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