From: "Ondřej Bílka" <neleai@seznam.cz>
To: Andreas Jaeger <aj@suse.com>
Cc: Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com>,
Siddhesh Poyarekar <siddhesh@redhat.com>,
GNU C Library <libc-alpha@sourceware.org>,
gdb@sourceware.org, carlos@redhat.com, fche@redhat.com,
gbenson@redhat.com
Subject: Re: patchwork.sourceware.org is live!
Date: Mon, 26 May 2014 10:41:00 -0000 [thread overview]
Message-ID: <20140526102052.GA18682@domone> (raw)
In-Reply-To: <5382F50E.7040702@suse.com>
On Mon, May 26, 2014 at 10:02:22AM +0200, Andreas Jaeger wrote:
> On 05/26/2014 09:52 AM, Siddhesh Poyarekar wrote:
> > On 26 May 2014 13:07, Andreas Jaeger <aj@suse.com> wrote:
> >>
> >> What happens if one person says "fine" while another one disagrees? Is
> >> Accepted then the right state for this?
> >
> > The first reviewer sets 'Accepted' (assuming she doesn't need another
> > reviewer to validate) and if another reviewer disagrees then he can
> > set the status back to 'Under Review'. if he agrees, then there's no
> > need to change any status.
> >
> >> Could you write up a workflow: Live of a patch, something like:
> >> 1. Patch gets submitted, system puts patch into state NEW
> >> 2. Reviewer comments on it:
> >> a) Disagrees: Sets it to
> >> b) agrees: Sets it to
> >> c) Not a patch for glibc, set it to Not Applicable
> >> 3. Patch gets committed: Set it to Commited/Accepted
> >
> > That's a good idea. I have modified the current document[1] and also
> > added the Committed status to the document. Once we have consensus on
> > adding the new 'Committed' status, I'll also add it to patchwork.
> >
> > Siddhesh
> > [1] https://sourceware.org/glibc/wiki/Patch%20Review%20Workflow
> >
>
> thanks, that answers my current ;) questions nicely,
>
That should be set automatically. I use a following script to detect
commited patches.
tester(){
}
rm failed
rm applied
rm uncompiled
PATCHES=`~/pwork/pwclient list -s New | tail -n +4| awk '{print $1}'`
for I in $PATCHES; do
cd $GLIBC/glibc
~/pwork/pwclient get $I
if git apply -R /tmp/patch 2>/dev/null; then
git apply /tmp/patch 2>/dev/null
echo already applied
~/pwork/pwclient info $I
~/pwork/pwclient info $I >> applied
elif git apply /tmp/patch 2>/dev/null; then
tester
cd $GLIBC/glibc
git apply -R /tmp/patch 2>/dev/null
else
echo cannot apply
~/pwork/pwclient info $I
~/pwork/pwclient info $I >> failed
fi
done
next prev parent reply other threads:[~2014-05-26 10:21 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-23 21:12 Siddhesh Poyarekar
2014-05-24 3:20 ` Siddhesh Poyarekar
2014-05-24 4:02 ` David Miller
2014-05-24 7:28 ` Eli Zaretskii
2014-05-26 7:06 ` Siddhesh Poyarekar
2014-05-26 7:29 ` Andreas Jaeger
2014-05-26 7:37 ` Siddhesh Poyarekar
2014-05-26 7:52 ` Andreas Jaeger
2014-05-26 8:02 ` Siddhesh Poyarekar
2014-05-26 9:59 ` Andreas Jaeger
2014-05-26 10:41 ` Ondřej Bílka [this message]
2014-05-26 11:05 ` Siddhesh Poyarekar
2014-05-26 14:31 ` Ondřej Bílka
2014-05-30 2:59 ` Samuel Bronson
2014-05-30 8:36 ` Siddhesh Poyarekar
2014-05-30 8:45 ` Pedro Alves
2014-05-30 8:55 ` Pedro Alves
2014-05-30 14:38 ` Siddhesh Poyarekar
2014-06-05 11:36 ` Pedro Alves
2014-06-05 11:51 ` Siddhesh Poyarekar
2014-06-04 10:28 ` Ondřej Bílka
2014-05-26 10:21 ` Florian Weimer
2014-05-26 11:18 ` Carlos O'Donell
2014-05-26 15:09 ` Andreas Jaeger
2014-05-27 6:22 ` Carlos O'Donell
2014-05-27 6:27 ` Thomas Schwinge
2014-05-27 6:53 ` Siddhesh Poyarekar
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=20140526102052.GA18682@domone \
--to=neleai@seznam.cz \
--cc=aj@suse.com \
--cc=carlos@redhat.com \
--cc=fche@redhat.com \
--cc=gbenson@redhat.com \
--cc=gdb@sourceware.org \
--cc=libc-alpha@sourceware.org \
--cc=siddhesh.poyarekar@gmail.com \
--cc=siddhesh@redhat.com \
/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