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-214-g6ffd11f


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-214-g6ffd11f
Date: Sun, 18 May 2014 20:27:35 +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  6ffd11f129405c7bd663201096d8fcfcde6344a9 (commit)
       via  d5b429abda948c21a61032a1da9d472410edaa90 (commit)
       via  72b9d60df4723541e1a65f7a3d14abb757fbed97 (commit)
       via  bb31e0a3ee2ba23fa7a57471b0aa2363404f4c27 (commit)
       via  15d299874c635d14a84710005d0ed4b05968ff6f (commit)
      from  1691b4cdc619caf47700eef22023066985afb877 (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 6ffd11f129405c7bd663201096d8fcfcde6344a9
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 18 22:06:38 2014 +0200

    system: Prevent grub.cfg from being GC'd.
    
    * guix/build/install.scm (install-grub): Use 'copy-file' instead of
      'symlink' for GRUB.CFG.

commit d5b429abda948c21a61032a1da9d472410edaa90
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 18 21:58:01 2014 +0200

    system: Add 'grub-configuration' record.
    
    * gnu/system/grub.scm (<grub-configuration>): New record type.
      (grub-configuration-file): Add 'config' parameter; remove
      #:default-entry and #:timeout.  Honor CONFIG.
    * gnu/system.scm (<operating-system>): Remove 'bootloader-entries'
      field; remove default value for 'bootloader' field.
      (operating-system-grub.cfg): Pass the 'bootloader' field to
      'grub-configuration-file'.
    * build-aux/hydra/demo-os.scm (bootloader): New field.

commit 72b9d60df4723541e1a65f7a3d14abb757fbed97
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 18 21:32:57 2014 +0200

    guix system: Add 'init' sub-command.
    
    * guix/scripts/system.scm (install): New procedure.
      (guix-system)[parse-option]: Remove check for extraneous arguments.
      [match-pair, option-arguments]: New procedures.
      Use 'option-arguments'.  Honor 'init'.
      (show-help): Document 'init'.
    * doc/guix.texi (Invoking guix system): Document 'init'.

commit bb31e0a3ee2ba23fa7a57471b0aa2363404f4c27
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 18 19:12:43 2014 +0200

    store: Change #:store parameter to #:prefix.
    
    * guix/store.scm (register-path): Change #:store to #:prefix.

commit 15d299874c635d14a84710005d0ed4b05968ff6f
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 18 19:11:53 2014 +0200

    vm: Avoid resetting timestamps twice.
    
    * guix/build/vm.scm (initialize-hard-disk): Don't call
      'reset-timestamps' when REGISTER-CLOSURES? is true.
    * guix/build/install.scm (register-closure): Mention timestamps in
      docstring.

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

Summary of changes:
 build-aux/hydra/demo-os.scm |    3 +
 doc/guix.texi               |   15 +++++++
 gnu/system.scm              |   11 ++---
 gnu/system/grub.scm         |   39 +++++++++++++++----
 guix/build/install.scm      |   19 ++++++---
 guix/build/vm.scm           |    5 ++-
 guix/scripts/system.scm     |   87 ++++++++++++++++++++++++++++++++++++++----
 guix/store.scm              |   10 ++--
 8 files changed, 153 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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