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-23-g616d9e1


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-23-g616d9e1
Date: Fri, 11 Apr 2014 17:08:34 +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  616d9e1d2cc5f2c2dbee86008d040e701692a416 (commit)
       via  55651ff20740037ddeb29ffe9d93097935bd023b (commit)
       via  ade5ce7abcbf2a748f2afb02b6837c770281ca70 (commit)
       via  7bd9604cded81cf46bdde7909b79925b35d64e98 (commit)
       via  ef09fdfb67d9c123dd807124e3f8381875d7d12c (commit)
       via  e1a87b904a7f889bf080085c2aaef035b55d111a (commit)
      from  772d63658e4a90eb85bc07ceb9a5dd518baab270 (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 616d9e1d2cc5f2c2dbee86008d040e701692a416
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 11 18:49:02 2014 +0200

    hydra: Specify the image size of the QEMU image.
    
    * build-aux/hydra/gnu-system.scm (qemu-jobs): Specify
      #:disk-image-size.

commit 55651ff20740037ddeb29ffe9d93097935bd023b
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 11 18:44:53 2014 +0200

    vm: Move image creation to (guix build vm); split into several procedures.
    
    * guix/build/vm.scm (read-reference-graph, initialize-partition-table,
      install-grub, populate-store, evaluate-populate-directive,
      reset-timestamps, initialize-hard-disk): New procedures.
    * gnu/system/vm.scm (qemu-image): Change 'builder' to a call to
      'initialize-hard-disk'.

commit ade5ce7abcbf2a748f2afb02b6837c770281ca70
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 11 18:42:30 2014 +0200

    vm: 'expression->derivation-in-linux-vm' can import modules in the VM.
    
    * gnu/system/vm.scm (%imported-modules): New procedure.
      (expression->derivation-in-linux-vm): Add #:imported-modules
      parameter; remove #:modules.  Add LOADER, and change BUILDER to load
      it.
      (qemu-image): Remove useless #:modules argument.

commit 7bd9604cded81cf46bdde7909b79925b35d64e98
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 11 18:26:35 2014 +0200

    vm: Strip import list.
    
    * gnu/system/vm.scm: Strip #:select for (gnu packages base).

commit ef09fdfb67d9c123dd807124e3f8381875d7d12c
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 11 13:48:55 2014 +0200

    vm: Factorize input conversion.
    
    * gnu/system/vm.scm (input->name+output): New procedure.
      (expression->derivation-in-linux-vm): Use it for 'input-alist'.
      (qemu-image)[input->name+derivation]: Remove.  Use
      'input->name+output' instead.

commit e1a87b904a7f889bf080085c2aaef035b55d111a
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 11 13:38:11 2014 +0200

    vm: Add (guix build vm) module.
    
    * guix/build/vm.scm: New file.
    * Makefile.am (MODULES): Add it.
    * gnu/system/vm.scm (expression->derivation-in-linux-vm): Use it.

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

Summary of changes:
 Makefile.am                    |    1 +
 build-aux/hydra/gnu-system.scm |    7 +-
 gnu/system/vm.scm              |  329 ++++++++++------------------------------
 guix/build/vm.scm              |  232 ++++++++++++++++++++++++++++
 4 files changed, 317 insertions(+), 252 deletions(-)
 create mode 100644 guix/build/vm.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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