guix-commits
[Top][All Lists]
Advanced

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

branch master updated (6d97319 -> 171a0a1)


From: Alex Kost
Subject: branch master updated (6d97319 -> 171a0a1)
Date: Fri, 29 Jan 2016 17:24:56 +0000

alezost pushed a change to branch master
in repository guix.

      from  6d97319   doc: Describe how Emacs packages are found.
       new  d312a83   gnu: elogind: Use 'shepherd' input.
       new  34044d5   Use 'shepherd' instead of 'dmd' as init system.
       new  b8c02c1   Rename '/root/etc/dmd' directory and 'do-not-kill' file.
       new  dd17bc3   doc: Replace references to 'dmd' with 'shepherd'.
       new  0190c1c   Rename (gnu services dmd) to (gnu services shepherd).
       new  fe1ad5f   services: shepherd: Rename shepherd configuration file.
       new  26b9486   services: xorg: Use 'shepherd' instead of 'dmd'.
       new  d4053c7   services: Rename 'dmd' services to 'shepherd'.
       new  710fa23   guix system: Rename 'dmd-graph' to 'shepherd-graph'.
       new  171a0a1   Rename 'dmd' to 'shepherd' in comments and strings.

The 10 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:
 ROADMAP                                          |    2 +-
 build-aux/hydra/demo-os.scm                      |    2 +-
 doc.am                                           |    2 +-
 doc/emacs.texi                                   |    2 +-
 doc/guix.texi                                    |  148 ++++++++++---------
 doc/images/service-graph.dot                     |   14 +-
 doc/images/{dmd-graph.dot => shepherd-graph.dot} |    2 +-
 emacs/guix-command.el                            |    4 +-
 gnu-system.am                                    |    2 +-
 gnu/build/install.scm                            |    2 +-
 gnu/build/linux-boot.scm                         |    8 +-
 gnu/packages/freedesktop.scm                     |    2 +-
 gnu/services.scm                                 |    6 +-
 gnu/services/avahi.scm                           |   12 +-
 gnu/services/base.scm                            |  139 +++++++++---------
 gnu/services/databases.scm                       |   10 +-
 gnu/services/dbus.scm                            |   10 +-
 gnu/services/desktop.scm                         |   22 ++--
 gnu/services/lirc.scm                            |   10 +-
 gnu/services/mail.scm                            |   12 +-
 gnu/services/networking.scm                      |   56 ++++----
 gnu/services/{dmd.scm => shepherd.scm}           |  175 +++++++++++-----------
 gnu/services/ssh.scm                             |   12 +-
 gnu/services/web.scm                             |   10 +-
 gnu/services/xorg.scm                            |   24 ++--
 gnu/system.scm                                   |   12 +-
 gnu/system/install.scm                           |    6 +-
 guix/scripts/system.scm                          |   50 +++---
 po/guix/POTFILES.in                              |    2 +-
 tests/guix-system.sh                             |    8 +-
 tests/services.scm                               |   16 ++-
 31 files changed, 395 insertions(+), 387 deletions(-)
 rename doc/images/{dmd-graph.dot => shepherd-graph.dot} (99%)
 rename gnu/services/{dmd.scm => shepherd.scm} (56%)



reply via email to

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