summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-01-01 00:58:20 +0100
committerBruno Haible <bruno@clisp.org>2022-01-01 00:58:20 +0100
commit4aec0ad3013dd36ea9fc3464f52720ca85b0c47c (patch)
treef9062cdf1beac2404d7b881cf1d0875c6de790be
parentab33f7e5dcab68d9de11ee0076041431b89676d5 (diff)
downloadlibunistring-4aec0ad3013dd36ea9fc3464f52720ca85b0c47c.tar.gz
Update maintainer instructions.
-rw-r--r--Admin/README.update9
1 files changed, 4 insertions, 5 deletions
diff --git a/Admin/README.update b/Admin/README.update
index dc8ebd8..120ea61 100644
--- a/Admin/README.update
+++ b/Admin/README.update
@@ -46,9 +46,8 @@ Note that 'gen-uni-tables' sometimes fails when a large portion of
Unicode data changes. In that case, errors are reported as assertion
failures and you will need to adjust 'lib/gen-uni-tables.c'.
-Also note that the files under 'lib/uniwidth' and 'tests/uniwidth' are
-currently _not_ updated automatically. You need to merge the
-generated *.part file by hand.
+Also note that the files under 'tests/uniwidth' are currently _not_
+updated automatically. You need to check the test failures by hand.
* Updating the version numbers of modules
@@ -72,8 +71,8 @@ to bump the version of affected modules.
To identify affected modules, you can use the following command:
$ (cd $GNULIB_SRCDIR && git show --oneline --name-only $COMMIT | tail -n+2) \
- | ./containing | LC_ALL=C sort | uniq \
- | ./dependent | LC_ALL=C sort | uniq
+ | ./containing | LC_ALL=C sort -u \
+ | ./dependent | LC_ALL=C sort -u
where $COMMIT is a git commit ID, which points to the regeneration,
and 'containing' and 'dependent' are scripts included here. Note that