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.3-90-g88840f0


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.3-90-g88840f0
Date: Wed, 28 Aug 2013 22:05:51 +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  88840f02469de4686d5d67f44baa47e436602e27 (commit)
       via  e47185a4a7214f1a6fb6d7e2d799f9734ccb49f0 (commit)
       via  f989fa392f1786720cf18e75cc085e4f0f8d76d9 (commit)
      from  f02b5474f1ff93ffeb72e7aa7c7ee6e6b6b6b163 (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 88840f02469de4686d5d67f44baa47e436602e27
Author: Ludovic Courtès <address@hidden>
Date:   Thu Aug 29 00:04:04 2013 +0200

    gnu: linux-initrd: Add (guix build linux-initrd) and use it.
    
    * gnu/packages/linux-initrd.scm (qemu-initrd): Add #:modules argument.
      Factorize and move some of the code to...
    * guix/build/linux-initrd.scm: ... here.  New file.
    * Makefile.am (MODULES): Add it.

commit e47185a4a7214f1a6fb6d7e2d799f9734ccb49f0
Author: Ludovic Courtès <address@hidden>
Date:   Wed Aug 28 22:43:01 2013 +0200

    gnu: make-bootstrap: Remove the `debug' output from the static Coreutils.
    
    * gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Add
      `outputs' field.

commit f989fa392f1786720cf18e75cc085e4f0f8d76d9
Author: Ludovic Courtès <address@hidden>
Date:   Wed Aug 28 23:59:14 2013 +0200

    gnu: linux-initrd: Allow Guile modules to be embedded in the initrd.
    
    * gnu/packages/linux-initrd.scm (raw-build-system): New macro.
      (module-package, compiled-module-package): New procedures.
      (expression->initrd): Add `modules' keyword parameter.
      Add "modules" and "modules/compiled" inputs; copy them onto the
      initrd.
    * guix/derivations.scm (imported-modules, compiled-modules): Publicize.

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

Summary of changes:
 Makefile.am                     |    1 +
 gnu/packages/linux-initrd.scm   |  177 ++++++++++++++++++++++----------------
 gnu/packages/make-bootstrap.scm |    5 +-
 guix/build/linux-initrd.scm     |  107 +++++++++++++++++++++++
 guix/derivations.scm            |    2 +
 5 files changed, 216 insertions(+), 76 deletions(-)
 create mode 100644 guix/build/linux-initrd.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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