summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2018-05-13 10:39:08 +0300
committerDmitry Bogatov <KAction@gnu.org>2018-05-13 10:39:12 +0300
commit3a1913103737b2698b9aece3284c8399d03cf065 (patch)
treeda4c07b9d998c130ba0c73b37fb5c36d8dfb5394
parent2c8a08023e964bf54344e7030573ef7ad6881880 (diff)
Disable `chkshgrp' test.
It requires either root or user with supplementary groups; as such it fails with whalebuilder. This test is actually about libc, not runit itself.
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9bed2e2..a858261 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+runit (2.1.2-14) UNRELEASED; urgency=medium
+
+ * Disable `chkshgrp' test. It requires either root or user with
+ supplementary groups; as such it fails with whalebuilder.
+ This test is actually about libc, not runit itself.
+
+ -- Dmitry Bogatov <KAction@gnu.org> Sun, 13 May 2018 10:32:33 +0300
+
runit (2.1.2-12) unstable; urgency=medium
* Improve 'contrib/1' to support boot in single mode. (Closes: #895914)