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.7-160-g6fd1a79


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-160-g6fd1a79
Date: Thu, 04 Sep 2014 21:25: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  6fd1a7967481037560d2ab25f31da182822ef889 (commit)
       via  b21a1c5a18e2e0f564812bd8a94a587d0234c68d (commit)
       via  39c4563aeaa525e71328d1ec08ef568c8a124152 (commit)
      from  457f60fa068c7becf60841daa2b6fc5121aedead (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 6fd1a7967481037560d2ab25f31da182822ef889
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 4 23:05:12 2014 +0200

    vm: Move store copy handling to (guix build store-copy).
    
    * gnu/build/vm.scm (read-reference-graph, populate-store): Move to...
    * guix/build/store-copy.scm: ... here.  New file.
    * Makefile.am (MODULES): Add it.
    * gnu/system/vm.scm (expression->derivation-in-linux-vm): Adjust default
      #:modules values accordingly.
    * tests/gexp.scm ("gexp->derivation, store copy"): New test.

commit b21a1c5a18e2e0f564812bd8a94a587d0234c68d
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 4 22:50:10 2014 +0200

    linux-initrd: Move Linux module tree flattening to another derivation.
    
    * gnu/system/linux-initrd.scm (expression->initrd)[string->regexp]:
      Remove.
      Use 'flat-linux-module-directory'.  Remove the equivalent logic from
      'builder'.
      (flat-linux-module-directory): New procedure.

commit 39c4563aeaa525e71328d1ec08ef568c8a124152
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 4 21:35:57 2014 +0200

    profiles: Use a real arrow to denote upgrades in ASCII.
    
    Suggested by Alex Kost.
    
    * guix/profiles.scm (right-arrow): Fall back to "->".
    * tests/profiles.scm ("manifest-show-transaction"): Adjust accordingly.

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

Summary of changes:
 Makefile.am                 |    1 +
 gnu/build/vm.scm            |   37 +----------------------
 gnu/system/linux-initrd.scm |   60 +++++++++++++++++++++++--------------
 gnu/system/vm.scm           |    3 +-
 guix/build/store-copy.scm   |   69 +++++++++++++++++++++++++++++++++++++++++++
 guix/profiles.scm           |    2 +-
 tests/gexp.scm              |   38 +++++++++++++++++++++++
 tests/profiles.scm          |    2 +-
 8 files changed, 150 insertions(+), 62 deletions(-)
 create mode 100644 guix/build/store-copy.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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