aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-01-02 23:55:27 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-01-02 23:55:27 +0200
commita2489ce17e9c9a03b649d5b63183d4f830c639a1 (patch)
tree5e607700f3fad291f694525fad144b30c47c81be
parent663969c2cd1abc4a0681b2a02f7a8bf76dbe7da9 (diff)
downloadwydawca-a2489ce17e9c9a03b649d5b63183d4f830c639a1.tar.gz
wydawca-a2489ce17e9c9a03b649d5b63183d4f830c639a1.tar.bz2
Minor fixes
* src/wydawca.c (stat_kwname): New keyword stat:check-failures. * doc/wydawca.texi: Document stat:check-failures counter * tests/check-fail.at, tests/check-notify.at: Update.
-rw-r--r--doc/wydawca.texi3
-rw-r--r--src/wydawca.c1
-rw-r--r--tests/check-fail.at3
-rw-r--r--tests/check-notify.at3
4 files changed, 10 insertions, 0 deletions
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index 581004b..c3a91f8 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -2370,6 +2370,9 @@ triplets.
2370@item stat:symlinks @tab Number of symbolic links created. 2370@item stat:symlinks @tab Number of symbolic links created.
2371@kwindex stat:rmsymlinks 2371@kwindex stat:rmsymlinks
2372@item stat:rmsymlinks @tab Number of symbolic links removed. 2372@item stat:rmsymlinks @tab Number of symbolic links removed.
2373@kwindex stat:check-failures
2374@item stat:check-failures @tab Number of verification failures
2375(@pxref{verification}).
2373@end multitable 2376@end multitable
2374 2377
2375@anchor{spool-timers} 2378@anchor{spool-timers}
diff --git a/src/wydawca.c b/src/wydawca.c
index fc1dea2..e693bb2 100644
--- a/src/wydawca.c
+++ b/src/wydawca.c
@@ -159,6 +159,7 @@ static char *stat_kwname[MAX_STAT] = {
159 "stat:archives", 159 "stat:archives",
160 "stat:symlinks", 160 "stat:symlinks",
161 "stat:rmsymlinks", 161 "stat:rmsymlinks",
162 "stat:check-failures"
162}; 163};
163 164
164int 165int
diff --git a/tests/check-fail.at b/tests/check-fail.at
index 8d1e86a..6676b92 100644
--- a/tests/check-fail.at
+++ b/tests/check-fail.at
@@ -21,6 +21,9 @@ AT_DATA([template],
21[wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) started 21[wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) started
22wydawca: [[NOTICE]] file.directive.asc: COMMENT: Gnupload for Wydawca testsuite 22wydawca: [[NOTICE]] file.directive.asc: COMMENT: Gnupload for Wydawca testsuite
23wydawca: [[ERR]] spool check script for file@ckfail returned 1 23wydawca: [[ERR]] spool check script for file@ckfail returned 1
24wydawca: [[NOTICE]] removing file
25wydawca: [[NOTICE]] removing file.sig
26wydawca: [[NOTICE]] removing file.directive.asc
24wydawca: [[INFO]] errors: 1 27wydawca: [[INFO]] errors: 1
25wydawca: [[INFO]] warnings: 0 28wydawca: [[INFO]] warnings: 0
26wydawca: [[INFO]] bad signatures: 0 29wydawca: [[INFO]] bad signatures: 0
diff --git a/tests/check-notify.at b/tests/check-notify.at
index 16ae296..f8d8cdb 100644
--- a/tests/check-notify.at
+++ b/tests/check-notify.at
@@ -21,6 +21,9 @@ AT_DATA([template],
21[wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) started 21[wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) started
22wydawca: [[NOTICE]] file.directive.asc: COMMENT: Gnupload for Wydawca testsuite 22wydawca: [[NOTICE]] file.directive.asc: COMMENT: Gnupload for Wydawca testsuite
23wydawca: [[ERR]] spool check script for file@ckfail returned 1 23wydawca: [[ERR]] spool check script for file@ckfail returned 1
24wydawca: [[NOTICE]] removing file
25wydawca: [[NOTICE]] removing file.sig
26wydawca: [[NOTICE]] removing file.directive.asc
24wydawca: [[INFO]] errors: 1 27wydawca: [[INFO]] errors: 1
25wydawca: [[INFO]] warnings: 0 28wydawca: [[INFO]] warnings: 0
26wydawca: [[INFO]] bad signatures: 0 29wydawca: [[INFO]] bad signatures: 0

Return to:

Send suggestions and report system problems to the System administrator.