guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] guix source archive branch, master, updated. v0.1-184-g0408601


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.1-184-g0408601
Date: Sat, 16 Feb 2013 02:28:58 +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  040860152e63bbafb2eb3e93619e18d107c96b55 (commit)
       via  f09d925b1632d5a8dd0999651dab6424847deeea (commit)
       via  161ed5476d27a69bbb940fd4a76f67976bd1d91e (commit)
       via  d510ab46144b4c7cb27e383f0031c9b363335cd3 (commit)
       via  0228826262b2fd01371cdaf78cfe22371b18f2d7 (commit)
       via  36439572609d38c4d8e7d380d3ac9c39e36f5bf8 (commit)
       via  ffb1ee524d076d32596bbf2ff90212ca12cae83a (commit)
       via  3665b4dc60cd1f7867c179806427c792f99dbf2b (commit)
      from  e04f30e02307fb7660e3fb36ada8d5bcd53977f1 (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 040860152e63bbafb2eb3e93619e18d107c96b55
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 03:28:26 2013 +0100

    Add (gnu system vm).
    
    * gnu/system/vm.scm: New file.
    * Makefile.am (MODULES): Add it.

commit f09d925b1632d5a8dd0999651dab6424847deeea
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 03:25:59 2013 +0100

    gnu: Add support for Guile in Linux initrd.
    
    * gnu/packages/linux-initrd.scm: New file.

commit 161ed5476d27a69bbb940fd4a76f67976bd1d91e
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 02:09:10 2013 +0100

    gnu: qemu-kvm: Add patch to have multiple SMB shares.
    
    * gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable.
    * gnu/packages/patches/qemu-multiple-smb-shares.patch: New file.
    * Makefile.am (dist_patch_DATA): Add it.

commit d510ab46144b4c7cb27e383f0031c9b363335cd3
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 01:37:26 2013 +0100

    packages: Add `package-output'.
    
    * guix/packages.scm (package-output): New procedure.
    * tests/packages.scm ("package-output"): New test.

commit 0228826262b2fd01371cdaf78cfe22371b18f2d7
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 00:30:25 2013 +0100

    gnu: guile-static: Change `name' field.
    
    * gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with
      `-static' suffix.

commit 36439572609d38c4d8e7d380d3ac9c39e36f5bf8
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 00:29:43 2013 +0100

    gnu: guile-static: Add bindings for `reboot'.
    
    * gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'.

commit ffb1ee524d076d32596bbf2ff90212ca12cae83a
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 15 22:36:05 2013 +0100

    gnu: qemu: Add dependency on Samba.
    
    * gnu/packages/qemu.scm (qemu-kvm): Add dependency on Samba; pass
      `--smbd' to ./configure.

commit 3665b4dc60cd1f7867c179806427c792f99dbf2b
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 15 22:04:51 2013 +0100

    gnu: samba: Augment the RUNPATH of executables to point to $out/lib.
    
    * gnu/packages/samba.scm (samba): Add `add-lib-to-runpath' phase, and
      PatchELF as an input.

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

Summary of changes:
 Makefile.am                                        |    5 +-
 gnu/packages/linux-initrd.scm                      |  288 ++++++++++++++++++++
 gnu/packages/make-bootstrap.scm                    |    1 +
 gnu/packages/patches/guile-linux-syscalls.patch    |   46 +++-
 .../patches/qemu-multiple-smb-shares.patch         |   20 ++
 gnu/packages/qemu.scm                              |   24 ++-
 gnu/packages/samba.scm                             |   47 +++-
 gnu/system/vm.scm                                  |  263 ++++++++++++++++++
 guix/packages.scm                                  |   13 +
 tests/packages.scm                                 |    9 +-
 10 files changed, 704 insertions(+), 12 deletions(-)
 create mode 100644 gnu/packages/linux-initrd.scm
 create mode 100644 gnu/packages/patches/qemu-multiple-smb-shares.patch
 create mode 100644 gnu/system/vm.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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