services: shepherd: Add 'shepherd-service-upgrade', from 'guix system'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 31 Aug 2016 13:40:00 +0000 (15:40 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 31 Aug 2016 13:44:20 +0000 (15:44 +0200)
commit7b44cae50aed1d6d67337e9eae9f449ccd00a870
treefa0b5237fcc146217dc5ac2210bffac127a0b71c
parentd4f8884fdb897e648fd7f4262b2142d8c363ac76
services: shepherd: Add 'shepherd-service-upgrade', from 'guix system'.

* guix/scripts/system.scm (service-upgrade): Move to...
* gnu/services/shepherd.scm (shepherd-service-upgrade): ... here.
* tests/system.scm ("service-upgrade: nothing to do", "service-upgrade:
one unchanged, one upgraded, one new", "service-upgrade: service
depended on is not unloaded", "service-upgrade: obsolete services that
depend on each other"): Move to...
* tests/services.scm: ... here.  Adjust to 'service-upgrade' rename.
gnu/services/shepherd.scm
guix/scripts/system.scm
tests/services.scm
tests/system.scm