Re: autoconf version control announcements

2007-11-11 Thread Jim Meyering
Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hello Jim, > > Somehow this got turned off again for Automake, as Benoit noted. > Any chance you could look into it? It looks like it's going to the right place: GIT_DIR=/vservers/cvs/srv/git/automake.git git config -l|grep glis [EMAIL PROTECTED]

Re: autoconf version control announcements

2007-11-11 Thread Ralf Wildenhues
Hello Jim, Somehow this got turned off again for Automake, as Benoit noted. Any chance you could look into it? * Benoit Sigoure wrote on Sun, Nov 11, 2007 at 06:56:50PM CET: > On Nov 4, 2007, at 6:04 PM, Eric Blake wrote: > [SNIP] >> Second, I have created a new mailing list: [EMAIL PROTECTED] T

Re: autoconf version control announcements

2007-11-11 Thread Benoit Sigoure
On Nov 4, 2007, at 6:04 PM, Eric Blake wrote: [SNIP] Second, I have created a new mailing list: autoconf- [EMAIL PROTECTED] The web interface for subscriptions is located at: http://lists.gnu.org/mailman/listinfo/autoconf-commit Any time new content is pushed to the git repository, an email is

FYI: branch-1-10 update

2007-11-11 Thread Ralf Wildenhues
I've cherry-picked these patches from master into branch-1-10. For now, I've changed all ChangeLog entry dates to be today (since that's what the GCS suggest IIRC), but I guess not doing so helps generate fewer conflicts in the ChangeLog file. Cheers, Ralf commit 706122247ca86b392eff6351afda76bd4

Re: [PATCH] Don't create world-writable files.

2007-11-11 Thread Benoit Sigoure
On Nov 11, 2007, at 2:31 PM, Ralf Wildenhues wrote: Hi Benoit, * Benoit Sigoure wrote on Sat, Nov 10, 2007 at 11:10:46PM CET: There is one last occurrence in `distdir' but it seems to be there to work around buggy tar implementations. * Makefile.am (path-check): Here.

Re: [PATCH] Don't create world-writable files.

2007-11-11 Thread Ralf Wildenhues
Hi Benoit, * Benoit Sigoure wrote on Sat, Nov 10, 2007 at 11:10:46PM CET: > There is one last occurrence in `distdir' but it seems to be there > to work around buggy tar implementations. > * Makefile.am (path-check): Here. > * lib/am/distdir.am (distcheck): Here. > *