From: Carsten K. <car...@ma...> - 2002-01-13 19:33:37
|
Another option would be that email notification could be suppressed for directories named LC_MESSAGES. This is determined by the CVSROOT/loginfo file. Currently it contains: CVSROOT $CVSROOT/CVSROOT/syncmail %{sVv} sw...@wc... DEFAULT $CVSROOT/CVSROOT/syncmail %{sVv} phpwiki- che...@li... # The "loginfo" file controls where "cvs commit" log information # is sent. The first entry on a line is a regular expression which must match # the directory that the change is being made to, relative to the # $CVSROOT. If a match is found, then the remainder of the line is a filter # program that should expect log information on its standard input. # # If the repository name does not match any of the regular expressions in this # file, the "DEFAULT" line is used, if it is specified. We just need to come up with a line containing a regexp for LC_MESSAGES to insert between the first two lines shown above, maybe redirect to /dev/null. Carsten On Sunday, January 13, 2002, at 01:16 pm, Jeff Dairiki wrote: > On Sun, 13 Jan 2002 15:47:21 +0000 > "Reini Urban" <ru...@x-...> wrote: > I propose we remove all the dynamically generated files from the CVS. > (They should still be generated and included in all tar-balls, including > nightly snapshot tarballs.) There's no point in having these under > version control, and I'm getting sick of seeing all the "remake in locale" > messages on phpwiki-checkins. > > The files I propose removing from CVS ar: > locale/*/LC_MESSAGES/* > locale/po/phpwiki.pot > > The only draw-back to this plan is that anyone who gets their PhpWiki > direct from CVS will need to have the gettext utils installed in order to > use i18n. > > Steve, where is the nightly tar-ball script run? Would the tar-ball > script have any trouble in locale/Makefile? |