guix-commits
[Top][All Lists]
Advanced

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

[shepherd] branch master updated (4fb3a18 -> f158e63)


From: Ludovic Courtès
Subject: [shepherd] branch master updated (4fb3a18 -> f158e63)
Date: Sun, 17 Jan 2016 14:15:28 +0000

civodul pushed a change to branch master
in repository shepherd.

      from  4fb3a18   Remove manual hash table resizing code.
       new  a1491b5   build: Add missing backslash in AM_TESTS_ENVIRONMENT.
       new  4fbbf75   Rename 'deco' command to 'herd'.
       new  56c3e57   build: Improve display for silent rules.
       new  65c0462   maint: Update .gitignore.
       new  ab062ba   maint: Fix version checking for Guile.
       new  e3d2f9a   maint: Add .dir-locals.el.
       new  f158e63   support: Add a keyword argument '#:secure?' to verify-dir.

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:
 .dir-locals.el                 |   13 +++++
 .gitignore                     |   38 ++++++++--------
 Makefile.am                    |   19 +++-----
 configure.ac                   |    2 +-
 deco.in => herd.in             |    2 +-
 modules/{deco.scm => herd.scm} |    8 ++--
 modules/shepherd.scm           |   12 +++---
 modules/shepherd/comm.scm      |    4 +-
 modules/shepherd/service.scm   |    2 +-
 modules/shepherd/support.scm   |   27 +++++------
 shepherd.texi                  |   97 +++++++++++++++++++++-------------------
 tests/basic.sh                 |   34 +++++++-------
 tests/no-home.sh               |    6 +-
 tests/respawn.sh               |   16 +++---
 tests/sigint.sh                |    4 +-
 tests/status-sexp.sh           |    8 ++--
 16 files changed, 153 insertions(+), 139 deletions(-)
 create mode 100644 .dir-locals.el
 rename deco.in => herd.in (78%)
 rename modules/{deco.scm => herd.scm} (97%)



reply via email to

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