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-320-gc17b5ab


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-320-gc17b5ab
Date: Wed, 04 Jun 2014 16:16:04 +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  c17b5ab4db140f142f38cdc99468e63e66c91912 (commit)
       via  d3bbe992ec33860aedccb26734a7a83d263e7ec3 (commit)
       via  4654439be74353825fccf483b3a7827197179be6 (commit)
       via  56ef7fcc50f9fdced7d65d95cd0ddf6c1263360c (commit)
       via  2c5c696c39b2d80b1e1b1f477822a6711d779b71 (commit)
       via  202adef2ec8d7bbfb6a7c216e96b2306e03c759f (commit)
       via  6f436c54d6d9698e62639de31a845cd9b9167423 (commit)
      from  39d4fde3bfd27607980eb58f0b17b837953b1e4c (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 c17b5ab4db140f142f38cdc99468e63e66c91912
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 4 17:26:54 2014 +0200

    tests: Skip tests that would hit the shebang length limitation.
    
    * tests/gexp.scm (shebang): New variable.
      Skip "gexp->script" when SHEBANG is longer than 127 chars.
    * guix/gexp.scm (gexp->script): Add comment on the issue.

commit d3bbe992ec33860aedccb26734a7a83d263e7ec3
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 4 16:22:48 2014 +0200

    system: Tell module-init-tools where to look for modules.
    
    * gnu/packages/linux.scm (module-init-tools)[source](patches): New
      field.
    * gnu/packages/patches/module-init-tools-moduledir.patch: New file.
    * gnu-system.am (dist_patch_DATA): Add it.
    * gnu/system.scm (etc-directory): Add #:kernel parameter.  Set
      'LINUX_MODULE_DIRECTORY' in bashrc.
      (operating-system-etc-directory): Pass #:kernel to 'etc-directory'.

commit 4654439be74353825fccf483b3a7827197179be6
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 4 16:08:26 2014 +0200

    system: Rename activation script.
    
    * gnu/system.scm (operating-system-activation-script): Change file name
      to "activate".

commit 56ef7fcc50f9fdced7d65d95cd0ddf6c1263360c
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 4 16:07:37 2014 +0200

    vm: Add #:name parameter for 'system-disk-image'.
    
    * gnu/system/vm.scm (system-disk-image): Add #:name parameter; pass it
      to 'qemu-image'.

commit 2c5c696c39b2d80b1e1b1f477822a6711d779b71
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 4 16:07:09 2014 +0200

    install: Register the hydra.gnu.org key on the installation image.
    
    * gnu/services/base.scm (hydra-key-authorization): New procedure.
      (guix-service): Add #:authorize-hydra-key? parameter; honor it using
      'hydra-key-authorization'.
    * gnu/system/install.scm (installation-services): Pass
      #:authorize-hydra-key? #t.

commit 202adef2ec8d7bbfb6a7c216e96b2306e03c759f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 4 16:01:53 2014 +0200

    gnu: guix: Use /etc as sysconfdir.
    
    * gnu/packages/package-management.scm (guix)[arguments]: Pass
      --sysconfdir=/etc.

commit 6f436c54d6d9698e62639de31a845cd9b9167423
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 4 14:59:24 2014 +0200

    system: Define '%base-packages' and use it.
    
    * gnu/system.scm (<operating-system>)[packages]: Change default value to
      %BASE-PACKAGES.
      (%base-packages): New variable.
    * gnu/system/install.scm (installation-os): Use it when defining the
      'packages' field.
    * doc/guix.texi (Using the Configuration System): Use %BASE-PACKAGES in
      example.  Remove now unneeded module imports.  Explain this.

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

Summary of changes:
 build-aux/hydra/demo-os.scm                        |   14 +--
 doc/guix.texi                                      |   31 ++---
 gnu-system.am                                      |    1 +
 gnu/packages/linux.scm                             |    4 +-
 gnu/packages/package-management.scm                |    1 +
 .../patches/module-init-tools-moduledir.patch      |  168 ++++++++++++++++++++
 gnu/services/base.scm                              |   35 ++++-
 gnu/system.scm                                     |   38 +++--
 gnu/system/install.scm                             |   22 +--
 gnu/system/vm.scm                                  |    4 +-
 guix/gexp.scm                                      |    4 +
 tests/gexp.scm                                     |    8 +
 12 files changed, 269 insertions(+), 61 deletions(-)
 create mode 100644 gnu/packages/patches/module-init-tools-moduledir.patch


hooks/post-receive
-- 
guix source archive



reply via email to

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