trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/server/gnun validate-html-noti...


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun validate-html-noti...
Date: Mon, 19 Nov 2012 04:44:17 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       12/11/19 04:44:17

Modified files:
        gnun/server/gnun: validate-html-notify.in THANKS ChangeLog 
                          AUTHORS 
        gnun/server/gnun/doc: gnun.texi 

Log message:
        * validate-html-notify.in: Don't use --verbose mode of
        `gnun-validate-html' when invoked with --dry-run.
        * THANKS: Add Tiberiu C. Turbureanu.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/validate-html-notify.in?cvsroot=trans-coord&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/THANKS?cvsroot=trans-coord&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.301&r2=1.302
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/AUTHORS?cvsroot=trans-coord&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/doc/gnun.texi?cvsroot=trans-coord&r1=1.63&r2=1.64

Patches:
Index: validate-html-notify.in
===================================================================
RCS file: 
/sources/trans-coord/trans-coord/gnun/server/gnun/validate-html-notify.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- validate-html-notify.in     18 Oct 2012 04:49:36 -0000      1.10
+++ validate-html-notify.in     19 Nov 2012 04:44:17 -0000      1.11
@@ -47,7 +47,12 @@
     shift 2
 fi
 
+case "x$DRY_RUN" in
+  x ) VERBOSE="" ;;
+  * ) VERBOSE=--verbose ;;
+esac
+
 SUBJ="[GNUN Error] ${FILE#../../} is not valid HTML"
 
 @pkglibexecdir@/mailfail $DRY_RUN "$RCPT" "$SUBJ" \
-  @bindir@/gnun-validate-html --verbose "$FILE"
+  @bindir@/gnun-validate-html $VERBOSE "$FILE"

Index: THANKS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/THANKS,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- THANKS      14 Sep 2012 04:24:19 -0000      1.16
+++ THANKS      19 Nov 2012 04:44:17 -0000      1.17
@@ -1,45 +1,47 @@
 Several people have reported bugs and/or provided useful suggestions
 and ideas.  Many thanks for their contributions:
 
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Ali Servet Dönmez |             address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Andrea Pescetti   |           address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Chang-hun Song    |             address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Denis Barbier     |           address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Dominik Smatana   |             address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Dora Scilipoti    |    address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Fabio Gonzalez    |       address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |František Kučera  |          address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |George Zarkadas   |address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Hossam Hossny     |             address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Jan Owoc          |           address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Jason Self        |              address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Joerg Kohne       |            address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Karl Berry        |               address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |NIIBE Yutaka      |            address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Rafael Beraldo    |    address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Richard Stallman  |                address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 |Thérèse Godefroy  |      address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
+|Tiberiu C. Turbureanu |              address@hidden|
++----------------------+---------------------------+
 |Wacław Jacek      |                address@hidden|
-+------------------+---------------------------+
++----------------------+---------------------------+
 
 Local Variables:
 mode: text

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -b -r1.301 -r1.302
--- ChangeLog   16 Nov 2012 05:17:33 -0000      1.301
+++ ChangeLog   19 Nov 2012 04:44:17 -0000      1.302
@@ -1,3 +1,10 @@
+2012-11-19  Pavel Kharitonov  <address@hidden>
+
+       * validate-html-notify.in: Don't use --verbose mode of
+       `gnun-validate-html' when invoked with --dry-run.
+       * THANKS: Add Tiberiu C. Turbureanu.
+       * AUTHORS: Update.
+
 2012-11-16  Pavel Kharitonov  <address@hidden>
 
        * gnun-report.in (other_files): Sort the list.

Index: AUTHORS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/AUTHORS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- AUTHORS     15 Nov 2012 06:28:43 -0000      1.12
+++ AUTHORS     19 Nov 2012 04:44:17 -0000      1.13
@@ -15,12 +15,11 @@
         update-localized-urls.in.
 
     Some changes in configure.ac, GNUmakefile, GNUmakefile.team,
-        gnun-validate-html,
+        gnun-validate-html, validate-html-notify.in,
         Makefile.am, README, dtd/README, doc/gnun.texi,
         doc/web-trans.texi.
 
-    Tiny changes in config.mk.in, dtd/Makefile.am, gnun.mk,
-        validate-html-notify.in.
+    Tiny changes in config.mk.in, dtd/Makefile.am, gnun.mk.
 
 Brett Smith <address@hidden>
     "Distribution Terms" section in doc/web-trans.texi

Index: doc/gnun.texi
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/doc/gnun.texi,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- doc/gnun.texi       15 Nov 2012 06:28:45 -0000      1.63
+++ doc/gnun.texi       19 Nov 2012 04:44:17 -0000      1.64
@@ -2353,6 +2353,9 @@
 @table @option
 @item --dry-run
 Does not actually send the message, just like @command{mailfail}.
+In this case it runs @command{gnun-validate-html} without
address@hidden because it is expected that the expanded file
+will be available locally.
 
 @item RCPT
 The recipient of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]