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-234-g29decd1


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-234-g29decd1
Date: Tue, 20 May 2014 21:37:17 +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  29decd1f368e769ac176822c0b5e0d54e056b7d2 (commit)
       via  c5df183956016cf3205971f4fa30aa834dca3281 (commit)
       via  eb7ccb1afaaa5db3a6c4fdec0a9f22919d100952 (commit)
       via  9bea3b42b49434bccd9acd296569d2a874eddb6e (commit)
      from  5bbd6bf1815398f3cbe3d2f218b537a82f7219a7 (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 29decd1f368e769ac176822c0b5e0d54e056b7d2
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 20 23:18:02 2014 +0200

    Augment (guix).
    
    * guix.scm (%public-modules): Add 'monads' and 'gexp'.

commit c5df183956016cf3205971f4fa30aa834dca3281
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 20 21:59:08 2014 +0200

    Add (gnu system file-systems).
    
    This fixes a circular dependency between (gnu system) and (gnu system
    linux-initrd), where the latter could end up being compiled before
    'file-system-type' was defined as a macro.
    
    * gnu/system.scm (<file-system>, %fuse-control-file-system,
      %binary-format-file-system): Move to...
    * gnu/system/file-systems.scm: ... here.  New file.
    * build-aux/hydra/demo-os.scm, gnu/system/linux-initrd.scm,
      gnu/system/vm.scm: Use it.
    * gnu-system.am (GNU_SYSTEM_MODULES): Add it.

commit eb7ccb1afaaa5db3a6c4fdec0a9f22919d100952
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 20 21:56:20 2014 +0200

    linux-initrd: Display a backtrace when the initial program fails.
    
    * guix/build/linux-initrd.scm (boot-system): Add pre-unwind handler in
      'catch' form around 'primitive-load', and call 'format' and
      'display-backtrace' from there.

commit 9bea3b42b49434bccd9acd296569d2a874eddb6e
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 20 21:52:31 2014 +0200

    vm: Fix typo.
    
    Regression introduced in e38e18f.
    
    * guix/build/vm.scm (initialize-hard-disk)[partition]: Use a string.

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

Summary of changes:
 build-aux/hydra/demo-os.scm |    2 +
 gnu-system.am               |    1 +
 gnu/system.scm              |   53 +------------------------------
 gnu/system/file-systems.scm |   72 +++++++++++++++++++++++++++++++++++++++++++
 gnu/system/linux-initrd.scm |    2 +-
 gnu/system/vm.scm           |    1 +
 guix.scm                    |    6 ++-
 guix/build/linux-initrd.scm |    4 ++-
 guix/build/vm.scm           |    2 +-
 9 files changed, 87 insertions(+), 56 deletions(-)
 create mode 100644 gnu/system/file-systems.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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