guix-commits
[Top][All Lists]
Advanced

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

branch master updated (0885881 -> bdff55e)


From: Ludovic Courtès
Subject: branch master updated (0885881 -> bdff55e)
Date: Tue, 12 Jul 2016 20:48:19 +0000 (UTC)

civodul pushed a change to branch master
in repository guix.

      from  0885881   gnu: obs: Remove compiler flags for non-Intel hardware.
       new  affd776   gexp: Keep only a single 'references' field.
       new  0bb9929   gexp: Add 'with-imported-modules' macro.
       new  4ee96a7   gnu: Switch to 'with-imported-modules'.
       new  43dcce8   linux-container: Fix list of imported modules.
       new  dd8d1a3   gexp: Factorize load-path-setting expression.
       new  2b41857   gexp: 'gexp->file' emits code to set '%load-path'.
       new  fd12989   gnu: Use 'gexp->file' in conjunction with 
'with-imported-modules'.
       new  a91c3fc   services: <shepherd-service> no longer has an 
'imported-modules' field.
       new  99b231d   profiles: Use 'with-imported-modules'.
       new  e9b046f   download: Use 'with-imported-modules'.
       new  a769bff   gexp: 'computed-file' no longer has a #:modules parameter.
       new  9c14a48   gexp: 'program-file' and 'gexp->script' no longer have 
#:modules.
       new  66a35ce   gexp: Remove more uses of #:modules.
       new  c162941   gnu: Remove unneeded 'imported-modules' fields for 
'origin'.
       new  1929fdb   packages: <origin> no longer has an 'imported-modules' 
field.
       new  bdff55e   gnu: emacs-flycheck: Add missing dependency on emacs-seq.

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .dir-locals.el                 |    1 +
 doc/guix.texi                  |   74 ++++--
 emacs/guix-devel.el            |    2 +
 gnu/packages/emacs.scm         |    3 +-
 gnu/packages/engineering.scm   |    4 -
 gnu/packages/wm.scm            |    1 -
 gnu/services.scm               |  102 ++++----
 gnu/services/base.scm          |  165 +++++++------
 gnu/services/dbus.scm          |   41 ++--
 gnu/services/desktop.scm       |   67 +++---
 gnu/services/networking.scm    |   54 ++---
 gnu/services/shepherd.scm      |   43 ++--
 gnu/services/xorg.scm          |   42 ++--
 gnu/system.scm                 |    3 +-
 gnu/system/install.scm         |  117 ++++-----
 gnu/system/linux-container.scm |   49 ++--
 gnu/system/linux-initrd.scm    |  170 +++++++------
 gnu/system/locale.scm          |    8 +-
 gnu/system/mapped-devices.scm  |   34 +--
 gnu/system/shadow.scm          |   72 +++---
 gnu/system/vm.scm              |  166 +++++++------
 gnu/tests.scm                  |  122 +++++-----
 gnu/tests/base.scm             |  514 ++++++++++++++++++++--------------------
 gnu/tests/install.scm          |   82 +++----
 guix/cvs-download.scm          |   20 +-
 guix/download.scm              |   57 ++---
 guix/gexp.scm                  |  188 ++++++++-------
 guix/git-download.scm          |   36 +--
 guix/hg-download.scm           |   22 +-
 guix/packages.scm              |  209 ++++++++--------
 guix/profiles.scm              |  422 ++++++++++++++++-----------------
 guix/scripts/system.scm        |    2 +-
 guix/svn-download.scm          |   22 +-
 tests/gexp.scm                 |  100 ++++++--
 tests/grafts.scm               |   16 +-
 tests/packages.scm             |    1 -
 36 files changed, 1544 insertions(+), 1487 deletions(-)



reply via email to

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