From: "Pierre Muller" <muller@ics.u-strasbg.fr>
To: <gdb-patches@sourceware.org>
Subject: [RFC] Send new ARI warnings to gdb_testers mailing list
Date: Wed, 22 Apr 2009 22:10:00 -0000 [thread overview]
Message-ID: <001801c9c397$0e35ba90$2aa12fb0$@u-strasbg.fr> (raw)
To give more echo to new ARI warnings,
I propose to automatically generate
a email to gdb-testers@sourceware.org
each time the result file
ari.source.bug changes.
The change is contained in gdbadmin/ss/update-web-ari
I would like reactions on:
1) is this a good idea?
2) is the syntax for the non-empty file correct?
3) is gdb-testers mailing list acceptable for this change?
Pierre Muller
Index: update-web-ari
===================================================================
RCS file: /cvs/gdbadmin/ss/update-web-ari,v
retrieving revision 1.141
diff -u -r1.141 update-web-ari
--- update-web-ari 6 Apr 2009 21:27:02 -0000 1.141
+++ update-web-ari 22 Apr 2009 22:03:12 -0000
@@ -157,10 +157,19 @@
if ${check_source_p} && test -d "${srcdir}"
then
+ cp -f ${wwwdir}/ari.source.bug ${wwwdir}/ari.source.old
echo "`date`: Checking source code" 1>&2
( cd "${srcdir}" && /bin/sh $HOME/ss/gdb_find.sh "${project}" | \
xargs /bin/sh $HOME/ss/gdb_ari.sh -Werror -Wall --print-idx
) > ${wwwdir}/ari.source.bug
+ difffile=${wwwdir}/ari.source.diff
+
+ diff ${wwwdir}/ari.source.old ${wwwdir}/ari.source.bug > ${difffile}
+ if [ -s ${difffile} ]; then
+ # Send an email to gdb-testers@sourceware.org
+ mutt -s "ARI warning list change `date`" -i ${difffile} \
+ gdb-testers@sourceware.org
+ fi
fi
next reply other threads:[~2009-04-22 22:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-22 22:10 Pierre Muller [this message]
2009-04-23 18:42 ` Joel Brobecker
2009-05-01 9:24 ` Pierre Muller
2009-05-06 16:31 ` Joel Brobecker
2009-05-06 16:46 ` Pierre Muller
2009-05-19 8:35 ` Pierre Muller
2009-05-20 5:23 ` Joel Brobecker
2009-10-08 11:15 ` Pierre Muller
2009-10-08 15:52 ` Joel Brobecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='001801c9c397$0e35ba90$2aa12fb0$@u-strasbg.fr' \
--to=muller@ics.u-strasbg.fr \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox