# Sent upstream: From 260cd39c55ff2d13f5ac916b508f023bedecfce9 Mon Sep 17 00:00:00 2001 Message-Id: <260cd39c55ff2d13f5ac916b508f023bedecfce9.1692827278.git.mirai@makinata.eu> From: Bruno Victal Date: Mon, 14 Aug 2023 15:51:05 +0100 Subject: [PATCH] secilc: Use versioned DocBook public identifier. Fix xml validation issues that often crop up since the XML catalogs for DocBook often only contain versioned public identifiers. Signed-off-by: Bruno Victal --- secilc/secil2conf.8.xml | 2 +- secilc/secil2tree.8.xml | 2 +- secilc/secilc.8.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/secilc/secil2conf.8.xml b/secilc/secil2conf.8.xml index 33646f97..330b6a07 100644 --- a/secilc/secil2conf.8.xml +++ b/secilc/secil2conf.8.xml @@ -1,5 +1,5 @@ - diff --git a/secilc/secil2tree.8.xml b/secilc/secil2tree.8.xml index e95a8947..d7bb177e 100644 --- a/secilc/secil2tree.8.xml +++ b/secilc/secil2tree.8.xml @@ -1,5 +1,5 @@ - diff --git a/secilc/secilc.8.xml b/secilc/secilc.8.xml index e9a121e2..5c0680a8 100644 --- a/secilc/secilc.8.xml +++ b/secilc/secilc.8.xml @@ -1,5 +1,5 @@ - base-commit: f6dc6acfa00707ce25c6357169111937f12512dd -- 2.40.1 3e2711f2d5c7ca894da555d07d44388cf75'>root/gnu/tests/reconfigure.scm
AgeCommit message (Expand)Author
2020-04-26reconfigure: Don't call build-derivations for upgrade-services test...This commit adjusts the upgrade-services system test to not build anything when computing the derivation for the system test. I came across this when looking at issues computing the system test derivations to store in the Guix Data Service. * gnu/tests/reconfigure.scm (run-upgrade-services-test): Remove the use of, and definition for ensure-service-file. Christopher Baines
2020-02-09Update e-mail address for Jakob L. Kreuze....As requested here: <https://lists.gnu.org/archive/html/guix-devel/2020-02/msg00128.html>. * .mailmap: Add an entry for Jakob. * gnu/machine.scm, gnu/machine/digital-ocean.scm, gnu/machine/ssh.scm, gnu/packages/admin.scm, gnu/packages/i2p.scm, gnu/packages/music.scm, gnu/packages/web.scm, gnu/tests/reconfigure.scm, guix/scripts/deploy.scm, guix/scripts/system/reconfigure.scm: Update their e-mail address. Tobias Geerinckx-Rice
2019-08-07reconfigure: Improve tests for system activation....* gnu/tests/reconfigure.scm (run-switch-to-system-test): Assert that '/run/current-system' points to the activated system, and that new user accounts specified in the operating system declaration are created. Jakob L. Kreuze
2019-07-26tests: Add reconfigure system test....[[PGP Signed Part:No public key for F506FD169D8FD95A created at 2019-07-24T18:35:10+0200 using RSA]] * gnu/tests/reconfigure.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jakob L. Kreuze