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 GNUmakef... [sr-hr]


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakef... [sr-hr]
Date: Mon, 02 Aug 2010 15:22:08 +0000

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

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile Makefile.am NEWS 
                          config.mk config.mk.in 
        gnun/server/gnun/doc: gnun.texi 
Added files:
        gnun/server/gnun: gnun.conf 

Log message:
        Move *-addr definitions to a new configuration file gnun.conf.
        * GNUmakefile (devel-addr, web-addr, transl-addr): Move to a...
        * gnun.conf: ...new file.
        * Makefile.am (dist_sysconf_DATA): Define to gnun.conf.
        * config.mk.in: Include @sysconfdir@/gnun.conf.
        (prefix): New variable.
        * doc/gnun.texi (Runtime Variables) <NOTIFY>: Update
        documentation, mention gnun.conf.
        * NEWS: Update.

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.22&r2=1.157.2.23
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.69.2.6&r2=1.69.2.7
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/Makefile.am?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.11.2.7&r2=1.11.2.8
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.15.2.9&r2=1.15.2.10
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/config.mk?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.2.2.1&r2=1.2.2.2
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/config.mk.in?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.3.2.1&r2=1.3.2.2
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun.conf?cvsroot=trans-coord&only_with_tag=sr-hr&rev=1.2.2.2
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.12&r2=1.9.2.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.157.2.22
retrieving revision 1.157.2.23
diff -u -b -r1.157.2.22 -r1.157.2.23
--- ChangeLog   2 Aug 2010 04:35:48 -0000       1.157.2.22
+++ ChangeLog   2 Aug 2010 15:22:08 -0000       1.157.2.23
@@ -1,3 +1,15 @@
+2010-08-02  Yavor Doganov  <address@hidden>
+
+       Move *-addr definitions to a new configuration file gnun.conf.
+       * GNUmakefile (devel-addr, web-addr, transl-addr): Move to a...
+       * gnun.conf: ...new file.
+       * Makefile.am (dist_sysconf_DATA): Define to gnun.conf.
+       * config.mk.in: Include @sysconfdir@/gnun.conf.
+       (prefix): New variable.
+       * doc/gnun.texi (Runtime Variables) <NOTIFY>: Update
+       documentation, mention gnun.conf.
+       * NEWS: Update.
+
 2010-07-30  Yavor Doganov  <address@hidden>
 
        The official GNUN build runs thrice daily now.

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.69.2.6
retrieving revision 1.69.2.7
diff -u -b -r1.69.2.6 -r1.69.2.7
--- GNUmakefile 1 Jul 2010 15:06:43 -0000       1.69.2.6
+++ GNUmakefile 2 Aug 2010 15:22:08 -0000       1.69.2.7
@@ -66,13 +66,6 @@
 NOTIFYSKIP := --dry-run
 endif
 
-# Email addresses for notifications.
-devel-addr := address@hidden
-# FIXME: Change to www-discuss in the official instance.
-web-addr := address@hidden
-# FIXME: Change to trans-coord-discuss in the official instance.
-transl-addr := address@hidden
-
 rootdir := ../..
 
 # FIXME: footer-short and footer-min are remnants from the old-new

Index: Makefile.am
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/Makefile.am,v
retrieving revision 1.11.2.7
retrieving revision 1.11.2.8
diff -u -b -r1.11.2.7 -r1.11.2.8
--- Makefile.am 10 Jan 2010 09:08:37 -0000      1.11.2.7
+++ Makefile.am 2 Aug 2010 15:22:08 -0000       1.11.2.8
@@ -74,6 +74,7 @@
 doc_DATA = TODO
 example_DATA = gnun.mk GNUmakefile.team
 pkgdata_DATA = config.mk
+dist_sysconf_DATA = gnun.conf
 dist_pkgdata_DATA = GNUmakefile
 
 EXTRA_DIST = gnun.mk GNUmakefile.team \

Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.15.2.9
retrieving revision 1.15.2.10
diff -u -b -r1.15.2.9 -r1.15.2.10
--- NEWS        1 Jul 2010 15:06:08 -0000       1.15.2.9
+++ NEWS        2 Aug 2010 15:22:08 -0000       1.15.2.10
@@ -5,6 +5,10 @@
 ** New GNUmakefile.team targets: format, publish, clean.
    Please refer to the manual for details.
 
+** New configuration file: gnun.conf.
+   The definitions of the `*-addr' variables are moved to this file,
+   which is installed in sysconfdir.
+
 * Changes in GNUnited Nations 0.4 (2009-11-11)
 
 ** New script `gnun-clear-previous'.

Index: config.mk
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/config.mk,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- config.mk   29 Sep 2009 12:19:08 -0000      1.2.2.1
+++ config.mk   2 Aug 2010 15:22:08 -0000       1.2.2.2
@@ -13,3 +13,5 @@
 MSGMERGE       := msgmerge
 PO4A_GETTEXTIZE := po4a-gettextize
 PO4A_TRANSLATE  := po4a-translate
+
+-include gnun.conf

Index: config.mk.in
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/config.mk.in,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -b -r1.3.2.1 -r1.3.2.2
--- config.mk.in        29 Sep 2009 12:19:08 -0000      1.3.2.1
+++ config.mk.in        2 Aug 2010 15:22:08 -0000       1.3.2.2
@@ -1,3 +1,4 @@
+# -*-makefile-gmake-*-
 # @configure_input@
 
 # This variable is substituted via a Makefile rule.
@@ -13,3 +14,6 @@
 MSGMERGE       := @MSGMERGE@
 PO4A_GETTEXTIZE := @PO4A_GETTEXTIZE@
 PO4A_TRANSLATE  := @PO4A_TRANSLATE@
+
+prefix         := @prefix@
+-include @sysconfdir@/gnun.conf

Index: doc/gnun.texi
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/doc/gnun.texi,v
retrieving revision 1.9.2.12
retrieving revision 1.9.2.13
diff -u -b -r1.9.2.12 -r1.9.2.13
--- doc/gnun.texi       2 Aug 2010 04:35:49 -0000       1.9.2.12
+++ doc/gnun.texi       2 Aug 2010 15:22:08 -0000       1.9.2.13
@@ -518,7 +518,9 @@
 message as body to the concerned party.  The variables
 @code{devel-addr}, @code{web-addr} and @code{transl-addr} control the
 recipients; normally they should be set to the GNUN maintainers,
-webmasters and translators accordingly.
+webmasters and translators accordingly.  These variables are defined in
+the configuration file @file{gnun.conf} and by default are set to
address@hidden@@gnu.org}.
 
 @cindex VERBOSE
 @cindex output, detailed

Index: gnun.conf
===================================================================
RCS file: gnun.conf
diff -N gnun.conf
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ gnun.conf   2 Aug 2010 15:22:08 -0000       1.2.2.2
@@ -0,0 +1,16 @@
+# -*-makefile-gmake-*-
+# GNUnited Nations configuration file.
+
+# Email addresses to send notifications if NOTIFY=yes.  Each variable
+# can be defined to multiple comma or space separated addresses.
+
+# Possible errors that are likely to be fixed by developers only.
+devel-addr  := address@hidden
+
+# Errors from make-prototype and invalid (X)HTML of English articles;
+# webmasters' responsibility.
+web-addr    := address@hidden
+
+# Errors in .po files, or XHTML validation of generated .LANG.html;
+# translators' responsibility.
+transl-addr := address@hidden



reply via email to

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