guix-commits
[Top][All Lists]
Advanced

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

branch master updated (dab666c -> 07c101e)


From: Ludovic Courtès
Subject: branch master updated (dab666c -> 07c101e)
Date: Sat, 16 Sep 2017 12:11:48 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

      from  dab666c   gnu: Add meson-for-build.
       new  c7ae219   ui: Generalize relevance computation.
       new  b714395   services: Add a description and location for each service 
type.
       new  0c0c1b2   services: Add 'fold-service-types'.
       new  0649321   guix system: Add 'search' command.
       new  6b9e1fe   services: base: Add descriptions.
       new  3f0de25   services: networking: Add descriptions.
       new  07c101e   build-system: Add 'meson-build-system'.

The 7 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:
 Makefile.am                       |   3 +
 doc/guix.texi                     |  97 +++++++++++++++++++++
 gnu/services.scm                  |  37 +++++++-
 gnu/services/base.scm             |  85 +++++++++++++++---
 gnu/services/networking.scm       |  55 +++++++++---
 guix/build-system/meson.scm       | 178 ++++++++++++++++++++++++++++++++++++++
 guix/build/meson-build-system.scm | 150 ++++++++++++++++++++++++++++++++
 guix/scripts/package.scm          |  21 +----
 guix/scripts/system.scm           |  13 ++-
 guix/scripts/system/search.scm    | 144 ++++++++++++++++++++++++++++++
 guix/ui.scm                       |  44 ++++++++++
 po/guix/POTFILES.in               |   1 +
 po/packages/POTFILES.in           |   2 +
 tests/guix-system.sh              |   6 +-
 14 files changed, 788 insertions(+), 48 deletions(-)
 create mode 100644 guix/build-system/meson.scm
 create mode 100644 guix/build/meson-build-system.scm
 create mode 100644 guix/scripts/system/search.scm



reply via email to

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