* patchwork now has an 'applied' flag
@ 2009-04-04 9:26 Koen Kooi
2009-04-04 12:01 ` Frans Meulenbroeks
0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2009-04-04 9:26 UTC (permalink / raw)
To: openembedded-devel
Hi,
Patchwork allows us to define custom states, so we now have an 'applied'
state if you can to explicitly state is has been applied, instead of
'accepted' + 'archived'.
regards,
Koen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: patchwork now has an 'applied' flag
2009-04-04 9:26 patchwork now has an 'applied' flag Koen Kooi
@ 2009-04-04 12:01 ` Frans Meulenbroeks
2009-04-04 12:16 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Frans Meulenbroeks @ 2009-04-04 12:01 UTC (permalink / raw)
To: openembedded-devel
Probably a stupid question, but is there some info on what patchwork
is and how to use it?
2009/4/4 Koen Kooi <k.kooi@student.utwente.nl>:
> Hi,
>
> Patchwork allows us to define custom states, so we now have an 'applied'
> state if you can to explicitly state is has been applied, instead of
> 'accepted' + 'archived'.
>
> regards,
>
> Koen
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: patchwork now has an 'applied' flag
2009-04-04 12:01 ` Frans Meulenbroeks
@ 2009-04-04 12:16 ` Koen Kooi
2009-04-04 15:33 ` Frans Meulenbroeks
0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2009-04-04 12:16 UTC (permalink / raw)
To: openembedded-devel
On 04-04-09 14:01, Frans Meulenbroeks wrote:
> Probably a stupid question, but is there some info on what patchwork
> is and how to use it?
The OE patchwork is located at http://patchwork.openembedded.org/ and
collects all patches and follow-up comments to them posted to this
mailinglist.
The really neat thing is the 'mbox' option, which scans the replies to
the patch for signed-off-by and acked-by lines and puts those in the patch.
What I do nowadays:
wget http://patchwork.openembedded.org/patch/$1/mbox/ -O pw-am-$1.patch
git am < pw-am-$1.patch
rm pw-am-$1.patch
Now, if only git-send-email wouldn't strip the commit message...
regards,
Koen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: patchwork now has an 'applied' flag
2009-04-04 12:16 ` Koen Kooi
@ 2009-04-04 15:33 ` Frans Meulenbroeks
0 siblings, 0 replies; 4+ messages in thread
From: Frans Meulenbroeks @ 2009-04-04 15:33 UTC (permalink / raw)
To: openembedded-devel
Ah ok.
Is my understanding proper that if it is a small patch or if I add a
package, I can just commit, and if it affects kernel or build tools
or so that I post (unless probalby when it is trivial like adding a
kernel module)
FM
2009/4/4 Koen Kooi <k.kooi@student.utwente.nl>:
> On 04-04-09 14:01, Frans Meulenbroeks wrote:
>>
>> Probably a stupid question, but is there some info on what patchwork
>> is and how to use it?
>
> The OE patchwork is located at http://patchwork.openembedded.org/ and
> collects all patches and follow-up comments to them posted to this
> mailinglist.
>
> The really neat thing is the 'mbox' option, which scans the replies to the
> patch for signed-off-by and acked-by lines and puts those in the patch.
>
> What I do nowadays:
>
> wget http://patchwork.openembedded.org/patch/$1/mbox/ -O pw-am-$1.patch
> git am < pw-am-$1.patch
> rm pw-am-$1.patch
>
> Now, if only git-send-email wouldn't strip the commit message...
>
> regards,
>
> Koen
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-04-04 15:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-04 9:26 patchwork now has an 'applied' flag Koen Kooi
2009-04-04 12:01 ` Frans Meulenbroeks
2009-04-04 12:16 ` Koen Kooi
2009-04-04 15:33 ` Frans Meulenbroeks
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.