Displaying 17 results from an estimated 17 matches for "svnmailer".
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...t; To get the first line of the log message as a subject line, please apply this
> one line patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=17;bug=379534
> Note that you can directly patch the installed script: on my machine it is
> located in /usr/local/lib/python2.7/dist-packages/svnmailer/notifier/_mail.py
For your convenience, here is the patch from that debian bug report:
svnmailer: add log substitution for subject templates
Add first line of commit log as a substitution variable for
*_subject_template, E.G. add %(log)s to use.
Signed-off-by: Peter Korsgaard <jacmet at sun...
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...ubject line, please
> apply this
> > > one line patch:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=17;bug=379534
> > > Note that you can directly patch the installed script: on my machine
> it is
> > > located in
> /usr/local/lib/python2.7/dist-packages/svnmailer/notifier/_mail.py
> >
> > For your convenience, here is the patch from that debian bug report:
> >
> >
> > svnmailer: add log substitution for subject templates
> >
> > Add first line of commit log as a substitution variable for
> > *_subject_template...
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...irst line of the log message as a subject line, please apply this
> > one line patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=17;bug=379534
> > Note that you can directly patch the installed script: on my machine it is
> > located in /usr/local/lib/python2.7/dist-packages/svnmailer/notifier/_mail.py
>
> For your convenience, here is the patch from that debian bug report:
>
>
> svnmailer: add log substitution for subject templates
>
> Add first line of commit log as a substitution variable for
> *_subject_template, E.G. add %(log)s to use.
>
>...
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...Once thats done, it will allow us to upgrade llvm.org much easier.
>
> Sebastian, maybe you can psas your full config file on to John and Daniel?
I started looking at this problem in a blind way:
> I see that currently the commit emails contain this marker in the header:
> X-Mailer: svnmailer-1.0.9
> So the following fixes assume that we are running svnmailer-1.0.9.
If somebody can send me the current config file from the server, I will modify
that, test locally, and send back a patch. If you decide to switch to svnnotify,
you wouldn't need my fixes, but I would still be happy...
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...upgrade llvm.org much easier.
> >
> > Sebastian, maybe you can psas your full config file on to John and
> Daniel?
>
> I started looking at this problem in a blind way:
>
> > I see that currently the commit emails contain this marker in the header:
> > X-Mailer: svnmailer-1.0.9
> > So the following fixes assume that we are running svnmailer-1.0.9.
>
> If somebody can send me the current config file from the server, I will
> modify
> that, test locally, and send back a patch. If you decide to switch to
> svnnotify,
> you wouldn't need my...
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Daniel Dunbar wrote:
> I'm a bit hesitant to just hack up the installed copy of svnmailer, are we
> sure this patch hasn't been dealt with in an upstream version?
I don't see that change in the last dev version:
http://storage.perlig.de/svnmailer/svnmailer-1.1.0-dev-r1373.tar.bz2
> > -diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s
> > %(from)s...
2013 Jan 25
3
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
..., I didn't either. I went ahead and hacked up a copy with that change
and am switching it over now.
- Daniel
On Fri, Jan 25, 2013 at 3:06 PM, Sebastian Pop <spop at codeaurora.org> wrote:
> Daniel Dunbar wrote:
> > I'm a bit hesitant to just hack up the installed copy of svnmailer, are
> we
> > sure this patch hasn't been dealt with in an upstream version?
>
> I don't see that change in the last dev version:
> http://storage.perlig.de/svnmailer/svnmailer-1.1.0-dev-r1373.tar.bz2
>
> > > -diff_command = /usr/bin/diff -u -L %(label_from)s -...
2013 Jan 28
0
[LLVMdev] Testing canaries
...this
> > > > one line patch:
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=17;bug=379534
> > > > Note that you can directly patch the installed script: on my machine
> > it is
> > > > located in
> > /usr/local/lib/python2.7/dist-packages/svnmailer/notifier/_mail.py
> > >
> > > For your convenience, here is the patch from that debian bug report:
> > >
> > >
> > > svnmailer: add log substitution for subject templates
> > >
> > > Add first line of commit log as a substitution variab...
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...d hacked up a copy with that change
> and am switching it over now.
>
> - Daniel
>
>
> On Fri, Jan 25, 2013 at 3:06 PM, Sebastian Pop <spop at codeaurora.org>wrote:
>
>> Daniel Dunbar wrote:
>> > I'm a bit hesitant to just hack up the installed copy of svnmailer, are
>> we
>> > sure this patch hasn't been dealt with in an upstream version?
>>
>> I don't see that change in the last dev version:
>> http://storage.perlig.de/svnmailer/svnmailer-1.1.0-dev-r1373.tar.bz2
>>
>> > > -diff_command = /usr/bin...
2012 Nov 30
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...its] r167788 - [lib/Analysis] Fix bad CFG construction bug when handling C++ 'try' statements.
>
> Even if it required some heuristics and horrible hackery in the commit script, it would be worth it.
I see that currently the commit emails contain this marker in the header:
X-Mailer: svnmailer-1.0.9
So the following fixes assume that we are running svnmailer-1.0.9.
To get the first line of the log message as a subject line, please apply this
one line patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=17;bug=379534
Note that you can directly patch the installed script: on my machine...
2013 Jan 24
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
+John C and Daniel, who have access to the servers.
Way back when this thread was first active I asked around off-list where this needs to happen, and Daniel and Tanya said this (respectively):
>> I'd prefer to stick with using either svn-mailer or svnnotify, as those are the ones we use in other places. svnnotify in particular is very full featured, although we would need to install
2013 Jan 24
3
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...files/dirs)s
>
> I think that this matches exactly what I can see on the commits
> mailing lists, except for the %(part)s part that I haven't seen so
> far: probably we do not split large emails.
>
> I did some tests on my local machine, and with the patched version of
> svnmailer, it does extract correctly the first line of the log message
> for all the commits that I have looked at.
>
> Sebastian
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> hosted by The Linux Foundation
_______________________________________________
LLVM...
2012 Nov 16
6
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
On Nov 15, 2012, at 2:28 PM, Chandler Carruth <chandlerc at google.com> wrote:
>> [cfe-commits] r167788 - in /cfe/trunk: lib/Analysis/CFG.cpp test/Analysis/dead-stores.cpp
>>
>> with
>>
>> [cfe-commits] r167788 - Fix bad CFG construction bug when handling C++ 'try' statements.
>>
>> The first gives me just enough information (in my
2012 Nov 30
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...prefix)s r%(revision)s %(part)s - %(files/dirs)s
I think that this matches exactly what I can see on the commits mailing lists,
except for the %(part)s part that I haven't seen so far: probably we do not
split large emails.
I did some tests on my local machine, and with the patched version of svnmailer,
it does extract correctly the first line of the log message for all the commits
that I have looked at.
Sebastian
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
2012 Nov 30
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
On Fri, Nov 30, 2012 at 9:43 AM, Sebastian Pop <spop at codeaurora.org> wrote:
> Hi,
>
> Sebastian Pop wrote:
>> Chris Lattner wrote:
>> > I'm in favor of it. Of course, the truly awesomest thing would be something like:
>> >
>> > [cfe-commits] r167788 - [lib/Analysis] Fix bad CFG construction bug when handling C++ 'try' statements.
2013 Jan 14
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...t)s - %(files/dirs)s
>
> I think that this matches exactly what I can see on the commits mailing lists,
> except for the %(part)s part that I haven't seen so far: probably we do not
> split large emails.
>
> I did some tests on my local machine, and with the patched version of svnmailer,
> it does extract correctly the first line of the log message for all the commits
> that I have looked at.
>
> Sebastian
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
2012 Nov 30
3
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Hi,
Sebastian Pop wrote:
> Chris Lattner wrote:
> > I'm in favor of it. Of course, the truly awesomest thing would be something like:
> >
> > [cfe-commits] r167788 - [lib/Analysis] Fix bad CFG construction bug when handling C++ 'try' statements.
>
> commit_subject_template = %(prefix)s r%(revision)s - %(log)s
I just realized that this line does not