Drop test failing with the following message: FAIL: polkitbackendjsauthoritytest ================================== /PolkitBackendJsAuthority/get_admin_identities: Error getting system bus: Could not connect: No such file or directoryError loading /var/run/ConsoleKit/database: Error statting file /var/run/ConsoleKit/database: No such file or directory diff -ru polkit-0.112.old/test/Makefile.in polkit-0.112/test/Makefile.in --- polkit-0.112.old/test/Makefile.in 2013-07-08 22:52:13.000000000 +0200 +++ polkit-0.112/test/Makefile.in 2014-11-09 18:43:47.000000000 +0100 @@ -388,7 +388,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = mocklibc . polkit polkitbackend +SUBDIRS = mocklibc . polkit AM_CFLAGS = $(GLIB_CFLAGS) noinst_LTLIBRARIES = libpolkit-test-helper.la libpolkit_test_helper_la_SOURCES = polkittesthelper.c polkittesthelper.h Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/2021-09-12Thank Christine under her updated name.Christine Lemmer-Webber ce1&showmsg=1'>Expand)Author 2020-03-03services: herd: Add restart-service....* gnu/services/herd.scm (restart-service): New exported procedure. Mathieu Othacehe 2019-10-18herd: Define 'shepherd-message-port'....* gnu/services/herd.scm (shepherd-message-port): New variable. (display-message): Use it instead of 'current-error-port'. Ludovic Courtès 2019-07-26guix system: Add 'reconfigure' module....* guix/scripts/system/reconfigure.scm: New file. * Makefile.am (MODULES): Add it. * guix/scripts/system.scm (bootloader-installer-script): Export variable. * gnu/machine/ssh.scm (switch-to-system, upgrade-shepherd-services) (install-bootloader): Delete variable. * gnu/machine/ssh.scm (deploy-managed-host): Rewrite procedure. * gnu/services/herd.scm (live-service): Export variable. * gnu/services/herd.scm (live-service-canonical-name): New variable. * tests/services.scm (live-service): Delete variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jakob L. Kreuze 2019-06-02herd: Use the Guile 2.2 'setvbuf' API....* gnu/services/herd.scm (open-connection): Use 'block for 'setvbuf'. Ludovic Courtès