Message ID | 20211117070958.64782-1-jacob.kroon@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-java,1/2] jamvm: Set git branch | expand |
Hi Jacob, thanks for the patches! I've just added them to master-next. Another question as you might know advice: How may I apply those messages from groups.io using "git am" without having to adapt the "From:" for every single message? Is there any "trick" you know about? thanks and regards;rl On Wed, Nov 17, 2021 at 08:09:57AM +0100, Jacob Kroon via lists.openembedded.org wrote: > Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> > --- > recipes-core/jamvm/jamvm_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-core/jamvm/jamvm_git.bb b/recipes-core/jamvm/jamvm_git.bb > index 3c9d47b..34861ac 100644 > --- a/recipes-core/jamvm/jamvm_git.bb > +++ b/recipes-core/jamvm/jamvm_git.bb > @@ -6,7 +6,7 @@ require jamvm.inc > SRCREV = "6cef41d859fbc9ce7868a97cb2cb5dd2b10b9103" > PV = "2.0.0-devel+git${SRCPV}" > > -SRC_URI = "git://git.code.sf.net/p/jamvm/code;protocol=git \ > +SRC_URI = "git://git.code.sf.net/p/jamvm/code;protocol=git;branch=master \ > file://jamvm-jni_h-noinst.patch \ > file://libffi.patch \ > file://jamvm-minmax-heap.patch \ > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#93986): https://lists.openembedded.org/g/openembedded-devel/message/93986 > Mute This Topic: https://lists.openembedded.org/mt/87114731/3617580 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [richard.leitner@skidata.com] > -=-=-=-=-=-=-=-=-=-=-=- >
Hi Richard, On 11/17/21 17:20, Richard Leitner - SKIDATA wrote: > Hi Jacob, > > thanks for the patches! > I've just added them to master-next. > > Another question as you might know advice: > How may I apply those messages from groups.io using "git am" without > having to adapt the "From:" for every single message? Is there any > "trick" you know about? > Hmm sorry no, I don't use the groups.io web-interface. I figured maintainers usually use their local mbox:es when applying patches from email ? /Jacob
On Wed, Nov 17, 2021 at 05:58:26PM +0100, Jacob Kroon wrote: > Hi Richard, > > On 11/17/21 17:20, Richard Leitner - SKIDATA wrote: > > Hi Jacob, > > > > thanks for the patches! > > I've just added them to master-next. > > > > Another question as you might know advice: > > How may I apply those messages from groups.io using "git am" without > > having to adapt the "From:" for every single message? Is there any > > "trick" you know about? > > > > Hmm sorry no, I don't use the groups.io web-interface. I figured maintainers > usually use their local mbox:es when applying patches from email ? Yes, I use my local mbox of course. But whenever somebody doesn't put me in CC I'm getting the message from groups.io with that crippled "From:"
diff --git a/recipes-core/jamvm/jamvm_git.bb b/recipes-core/jamvm/jamvm_git.bb index 3c9d47b..34861ac 100644 --- a/recipes-core/jamvm/jamvm_git.bb +++ b/recipes-core/jamvm/jamvm_git.bb @@ -6,7 +6,7 @@ require jamvm.inc SRCREV = "6cef41d859fbc9ce7868a97cb2cb5dd2b10b9103" PV = "2.0.0-devel+git${SRCPV}" -SRC_URI = "git://git.code.sf.net/p/jamvm/code;protocol=git \ +SRC_URI = "git://git.code.sf.net/p/jamvm/code;protocol=git;branch=master \ file://jamvm-jni_h-noinst.patch \ file://libffi.patch \ file://jamvm-minmax-heap.patch \
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> --- recipes-core/jamvm/jamvm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)