search for: sendmail_command

Displaying 4 results from an estimated 4 matches for "sendmail_command".

2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...changes in the config file you sent me: (the first change to print the context of diff is something that I was missing more than the subject) --- svn-mailer.conf.orig 2013-01-25 15:39:23.000000000 -0600 +++ svn-mailer.conf 2013-01-25 15:42:02.000000000 -0600 @@ -1,6 +1,6 @@ [general] sendmail_command = /usr/sbin/sendmail -diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s %(from)s %(to)s +diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s %(from)s %(to)s generate_diffs = add copy modify propchange [authors] @@ -360,6 +360,7 @@ mail_type = single show_applied...
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Hi Daniel, Daniel Dunbar wrote: > Hi Sebastion, > > I've attached the current configuration file from the server. > > I'm not sure how far you want to go down the "trying to get realize nice > summary path" lines, but if svn_mailer somehow supported running an > external script to process the commit and come up with the path that would > be ideal for
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...k up the installed copy of svnmailer, are we sure this patch hasn't been dealt with in an upstream version? > > --- svn-mailer.conf.orig 2013-01-25 15:39:23.000000000 -0600 > +++ svn-mailer.conf 2013-01-25 15:42:02.000000000 -0600 > @@ -1,6 +1,6 @@ > [general] > sendmail_command = /usr/sbin/sendmail > -diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s > %(from)s %(to)s > +diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s > %(from)s %(to)s > generate_diffs = add copy modify propchange > I'll go ahead and make this cha...
2013 Jan 28
0
[LLVMdev] Testing canaries
...e > sure this patch hasn't been dealt with in an upstream version? > > > > > > --- svn-mailer.conf.orig 2013-01-25 15:39:23.000000000 -0600 > > +++ svn-mailer.conf 2013-01-25 15:42:02.000000000 -0600 > > @@ -1,6 +1,6 @@ > > [general] > > sendmail_command = /usr/sbin/sendmail > > -diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s > > %(from)s %(to)s > > +diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s > > %(from)s %(to)s > > generate_diffs = add copy modify propchange > > > &...