Thread: Gborg CVS Commit Messages
Hi Chris, How easy/difficult would it be to setup CVS repositories on Gborg such that commit messages are sent to a project mailing list? Ideally with the commit message and a list of affected files (or a diff)... Regards, Dave
Dave, This is very easy as I am already doing this for several other projects. Just give me the name of the mailing list you want notifications sent to and I will set it up. Chris Ryan --- Dave Page <dpage@vale-housing.co.uk> wrote: > Hi Chris, > > How easy/difficult would it be to setup CVS repositories on Gborg > such > that commit messages are sent to a project mailing list? Ideally with > the commit message and a list of affected files (or a diff)... > > Regards, Dave > > ---------------------------(end of > broadcast)--------------------------- > TIP 7: don't forget to increase your free space map settings __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com
> -----Original Message----- > From: Chris Ryan [mailto:xgbe@yahoo.com] > Sent: 17 March 2004 16:25 > To: Dave Page > Cc: PostgreSQL WWW Mailing List > Subject: Re: [pgsql-www] Gborg CVS Commit Messages > > Dave, > > This is very easy as I am already doing this for several > other projects. Just give me the name of the mailing list you > want notifications sent to and I will set it up. Cool - I just created pgweb-commits@gborg.postgresql.org (and am waiting for the confirmation email). I'd appreciate a copy of the script (and a hint on what to do with it) if you don't mind - I could use it on cvs.pgadmin.org! Regards, Dave.
Dave, I have added those changes so you start seeing commit information being sent to that list now. Please let me know if you have any problems using it. I am using a program called activitymail that one of the users pointed me to when I first started getting requests to do this. I have found it to be a good tool. http://search.cpan.org/dist/activitymail/. Here are the config options I am using and the files I have them in. commitinfo: DEFAULT /usr/local/cvsroot/bin/activitymail -lg loginfo: DEFAULT /usr/local/cvsroot/bin/activitymail -cdagVf %{sVv} -o "-uw" -t pgweb-commits@gborg.postgresql.org -r pgweb-commits@gborg.postgresql.org -m "By $USER:" Chris Ryan --- Dave Page <dpage@vale-housing.co.uk> wrote: > > > > -----Original Message----- > > From: Chris Ryan [mailto:xgbe@yahoo.com] > > Sent: 17 March 2004 16:25 > > To: Dave Page > > Cc: PostgreSQL WWW Mailing List > > Subject: Re: [pgsql-www] Gborg CVS Commit Messages > > > > Dave, > > > > This is very easy as I am already doing this for several > > other projects. Just give me the name of the mailing list you > > want notifications sent to and I will set it up. > > Cool - I just created pgweb-commits@gborg.postgresql.org (and am > waiting > for the confirmation email). > > I'd appreciate a copy of the script (and a hint on what to do with > it) > if you don't mind - I could use it on cvs.pgadmin.org! > > Regards, Dave. __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com
Thanks Chris - works a treat! For those that require it - please go ahead and subscribe to pgweb-commits@gborg.postgresql.org Regards, Dave. > -----Original Message----- > From: Chris Ryan [mailto:xgbe@yahoo.com] > Sent: 18 March 2004 02:44 > To: Dave Page > Cc: PostgreSQL WWW Mailing List > Subject: RE: [pgsql-www] Gborg CVS Commit Messages > > Dave, > > I have added those changes so you start seeing commit > information being sent to that list now. Please let me know > if you have any problems using it. > > I am using a program called activitymail that one of the > users pointed me to when I first started getting requests to > do this. I have found it to be a good tool. > http://search.cpan.org/dist/activitymail/. > > Here are the config options I am using and the files I > have them in. > > commitinfo: > DEFAULT /usr/local/cvsroot/bin/activitymail -lg > > loginfo: > DEFAULT /usr/local/cvsroot/bin/activitymail -cdagVf > %{sVv} -o "-uw" > -t pgweb-commits@gborg.postgresql.org -r > pgweb-commits@gborg.postgresql.org -m "By $USER:" > > > > Chris Ryan > > --- Dave Page <dpage@vale-housing.co.uk> wrote: > > > > > > > -----Original Message----- > > > From: Chris Ryan [mailto:xgbe@yahoo.com] > > > Sent: 17 March 2004 16:25 > > > To: Dave Page > > > Cc: PostgreSQL WWW Mailing List > > > Subject: Re: [pgsql-www] Gborg CVS Commit Messages > > > > > > Dave, > > > > > > This is very easy as I am already doing this for > several other > > > projects. Just give me the name of the mailing list you want > > > notifications sent to and I will set it up. > > > > Cool - I just created pgweb-commits@gborg.postgresql.org (and am > > waiting for the confirmation email). > > > > I'd appreciate a copy of the script (and a hint on what to do with > > it) > > if you don't mind - I could use it on cvs.pgadmin.org! > > > > Regards, Dave. > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - More reliable, more storage, less spam > http://mail.yahoo.com >