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

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

trans-coord/gnun/server/gnun ChangeLog doc/gnun... [sr-hr]


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog doc/gnun... [sr-hr]
Date: Mon, 02 Aug 2010 04:35:49 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Branch:         sr-hr
Changes by:     Yavor Doganov <yavor>   10/08/02 04:35:49

Modified files:
        gnun/server/gnun: ChangeLog 
        gnun/server/gnun/doc: gnun.texi 

Log message:
        The official GNUN build runs thrice daily now.
        * doc/gnun.texi (Disadvantages): Correct frequency of the official
        build.
        (triggers): Amend crontab example.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.157.2.21&r2=1.157.2.22
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/doc/gnun.texi?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.9.2.11&r2=1.9.2.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.157.2.21
retrieving revision 1.157.2.22
diff -u -b -r1.157.2.21 -r1.157.2.22
--- ChangeLog   29 Jul 2010 15:27:08 -0000      1.157.2.21
+++ ChangeLog   2 Aug 2010 04:35:48 -0000       1.157.2.22
@@ -1,3 +1,10 @@
+2010-07-30  Yavor Doganov  <address@hidden>
+
+       The official GNUN build runs thrice daily now.
+       * doc/gnun.texi (Disadvantages): Correct frequency of the official
+       build.
+       (triggers): Amend crontab example.
+
 2010-07-29  Yavor Doganov  <address@hidden>
 
        Document that makefiles need to be under server/gnun.

Index: doc/gnun.texi
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/doc/gnun.texi,v
retrieving revision 1.9.2.11
retrieving revision 1.9.2.12
diff -u -b -r1.9.2.11 -r1.9.2.12
--- doc/gnun.texi       29 Jul 2010 15:27:09 -0000      1.9.2.11
+++ doc/gnun.texi       2 Aug 2010 04:35:49 -0000       1.9.2.12
@@ -343,7 +343,7 @@
 prepared to check the CVS history of the original article.
 
 @item
-The official build is invoked twice daily, because doing it more often
+The official build is invoked thrice daily, because doing it more often
 will potentially generate more messages to the mailing list in the form
 of commit notifications.  This has its drawback, since translators have
 to wait 12 hours until their PO files are updated, and another period
@@ -696,10 +696,10 @@
 
 @example
 @group
-25 4,16 * * *  cd $HOME/projects/www ; cvs -q update &>/dev/null ; \
-                 make -j4 -C server/gnun VCS=yes VALIDATE=yes NOTIFY=yes \
-                 VERBOSE=yes GRACE=30 ; cvs commit -m \
-                 "Automatic update by GNUnited Nations." ; \
+25 4,12,20 * * *  cd $HOME/projects/www ; cvs -q update &>/dev/null; \
+                    make -j4 -C server/gnun VCS=yes VALIDATE=yes \
+                    NOTIFY=yes VERBOSE=yes GRACE=30; cvs commit -m \
+                    "Automatic update by GNUnited Nations."; \
                  make -C server/gnun triggers
 @end group
 @end example



reply via email to

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