Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-paho-mqtt: update to version 1.2
@ 2017-02-22 17:45 Derek Straka
  2017-02-22 20:47 ` Patchwork not picking changes from the ML Was: " Martin Jansa
  0 siblings, 1 reply; 7+ messages in thread
From: Derek Straka @ 2017-02-22 17:45 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb} (68%)

diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
rename to meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
index b8f5f3f..c8acfc5 100644
--- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
+++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
@@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
                python-threading \
 "
 
-SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
-SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e"
+SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
+SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2
  2017-02-22 17:45 [meta-python][PATCH] python-paho-mqtt: update to version 1.2 Derek Straka
@ 2017-02-22 20:47 ` Martin Jansa
  2017-02-22 20:55   ` [OE-core] " Michael Halstead
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2017-02-22 20:47 UTC (permalink / raw)
  To: Derek Straka, jose.a.lamego, michael
  Cc: openembedded-devel, openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2509 bytes --]

On Wed, Feb 22, 2017 at 12:45:36PM -0500, Derek Straka wrote:
> Signed-off-by: Derek Straka <derek@asterius.io>

It's not your fault Derek, but most of the patches from today and based
on the pings from today also some earlier patches didn't make it into
patchwork. This one is the only exception.

Michael, Jose: are you aware of some issues with patchwork? Could it be
caused by the default Reply-to change from yesterday (or day before
during OEDAM)?

I know only about issues processing merged changes:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10967
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759

And also UI issue in patchwork that paging doesn't work, e.g.:
https://patchwork.openembedded.org/bundle/jama/master-next/?submitter=&state=&q=&archive=both
shows that there are 5 pages of changes (which should be in most cases
marked as accepted by the hook above), but clicking on 2nd page produces
link which drops the query parameters:
https://patchwork.openembedded.org/bundle/jama/master-next/?page=2
so it says "No patches to display"

Regards,

> ---
>  .../python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb}       | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb} (68%)
> 
> diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> rename to meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> index b8f5f3f..c8acfc5 100644
> --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> @@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
>                 python-threading \
>  "
>  
> -SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
> -SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e"
> +SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
> +SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f"
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2
  2017-02-22 20:47 ` Patchwork not picking changes from the ML Was: " Martin Jansa
@ 2017-02-22 20:55   ` Michael Halstead
  2017-02-22 21:56     ` Jose Lamego
  2017-02-22 21:56     ` [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2 Derek Straka
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Halstead @ 2017-02-22 20:55 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Lamego, Jose A, openembedded-devel, openembedded-core

I've seen several issues with hooks. I was working on them yesterday and
will continue today.

These are currently managed by hand but we are moving them into
configuration management which should help keep them working consistently.

On Feb 22, 2017 12:47 PM, "Martin Jansa" <martin.jansa@gmail.com> wrote:

> On Wed, Feb 22, 2017 at 12:45:36PM -0500, Derek Straka wrote:
> > Signed-off-by: Derek Straka <derek@asterius.io>
>
> It's not your fault Derek, but most of the patches from today and based
> on the pings from today also some earlier patches didn't make it into
> patchwork. This one is the only exception.
>
> Michael, Jose: are you aware of some issues with patchwork? Could it be
> caused by the default Reply-to change from yesterday (or day before
> during OEDAM)?
>
> I know only about issues processing merged changes:
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10967
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759
>
> And also UI issue in patchwork that paging doesn't work, e.g.:
> https://patchwork.openembedded.org/bundle/jama/
> master-next/?submitter=&state=&q=&archive=both
> shows that there are 5 pages of changes (which should be in most cases
> marked as accepted by the hook above), but clicking on 2nd page produces
> link which drops the query parameters:
> https://patchwork.openembedded.org/bundle/jama/master-next/?page=2
> so it says "No patches to display"
>
> Regards,
>
> > ---
> >  .../python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb}
>  | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb =>
> python-paho-mqtt_1.2.bb} (68%)
> >
> > diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> > similarity index 68%
> > rename from meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> > rename to meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> > index b8f5f3f..c8acfc5 100644
> > --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
> > +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
> > @@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
> >                 python-threading \
> >  "
> >
> > -SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
> > -SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9f
> 2c4529b5689a65fde45e6f1ac36b9a261e"
> > +SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
> > +SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a21
> eb66f436184691d0bf1f2a85a6213c6c1f"
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2
  2017-02-22 20:55   ` [OE-core] " Michael Halstead
@ 2017-02-22 21:56     ` Jose Lamego
  2017-02-24 14:21       ` [OE-core] Patchwork not picking changes from the ML Patrick Ohly
  2017-02-22 21:56     ` [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2 Derek Straka
  1 sibling, 1 reply; 7+ messages in thread
From: Jose Lamego @ 2017-02-22 21:56 UTC (permalink / raw)
  To: Michael Halstead, Martin Jansa
  Cc: openembedded-core, Leonardo Sandoval, openembedded-devel,
	Lamego, Jose A


[-- Attachment #1.1: Type: text/plain, Size: 4923 bytes --]



On 02/22/2017 02:55 PM, Michael Halstead wrote:
> I've seen several issues with hooks. I was working on them yesterday and
> will continue today.
> 
> These are currently managed by hand but we are moving them into
> configuration management which should help keep them working consistently.

Michael: one syntax error in patchwork code was pulled into production
yesterday. This is the cause for missing patches. The error is fixed in
the Yocto repo now, please perform a server code update ASAP.

Martin: I will look at the UI issue you are describing and file a bug if
needed.

> 
> On Feb 22, 2017 12:47 PM, "Martin Jansa" <martin.jansa@gmail.com
> <mailto:martin.jansa@gmail.com>> wrote:
> 
>     On Wed, Feb 22, 2017 at 12:45:36PM -0500, Derek Straka wrote:
>     > Signed-off-by: Derek Straka <derek@asterius.io
>     <mailto:derek@asterius.io>>
> 
>     It's not your fault Derek, but most of the patches from today and based
>     on the pings from today also some earlier patches didn't make it into
>     patchwork. This one is the only exception.
> 
>     Michael, Jose: are you aware of some issues with patchwork? Could it be
>     caused by the default Reply-to change from yesterday (or day before
>     during OEDAM)?
> 
>     I know only about issues processing merged changes:
>     https://bugzilla.yoctoproject.org/show_bug.cgi?id=10967
>     <https://bugzilla.yoctoproject.org/show_bug.cgi?id=10967>
>     https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759
>     <https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759>
> 
>     And also UI issue in patchwork that paging doesn't work, e.g.:
>     https://patchwork.openembedded.org/bundle/jama/master-next/?submitter=&state=&q=&archive=both
>     <https://patchwork.openembedded.org/bundle/jama/master-next/?submitter=&state=&q=&archive=both>
>     shows that there are 5 pages of changes (which should be in most cases
>     marked as accepted by the hook above), but clicking on 2nd page produces
>     link which drops the query parameters:
>     https://patchwork.openembedded.org/bundle/jama/master-next/?page=2
>     <https://patchwork.openembedded.org/bundle/jama/master-next/?page=2>
>     so it says "No patches to display"
> 
>     Regards,
> 
>     > ---
>     >  .../python/{python-paho-mqtt_1.1.bb
>     <http://python-paho-mqtt_1.1.bb> => python-paho-mqtt_1.2.bb
>     <http://python-paho-mqtt_1.2.bb>}       | 4 ++--
>     >  1 file changed, 2 insertions(+), 2 deletions(-)
>     >  rename
>     meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb
>     <http://python-paho-mqtt_1.1.bb> => python-paho-mqtt_1.2.bb
>     <http://python-paho-mqtt_1.2.bb>} (68%)
>     >
>     > diff --git
>     a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
>     <http://python-paho-mqtt_1.1.bb>
>     b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>     <http://python-paho-mqtt_1.2.bb>
>     > similarity index 68%
>     > rename from
>     meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
>     <http://python-paho-mqtt_1.1.bb>
>     > rename to
>     meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>     <http://python-paho-mqtt_1.2.bb>
>     > index b8f5f3f..c8acfc5 100644
>     > --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
>     <http://python-paho-mqtt_1.1.bb>
>     > +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>     <http://python-paho-mqtt_1.2.bb>
>     > @@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
>     >                 python-threading \
>     >  "
>     >
>     > -SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
>     > -SRC_URI[sha256sum] =
>     "0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e"
>     > +SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
>     > +SRC_URI[sha256sum] =
>     "9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f"
>     > --
>     > 2.7.4
>     >
>     > --
>     > _______________________________________________
>     > Openembedded-devel mailing list
>     > Openembedded-devel@lists.openembedded.org
>     <mailto:Openembedded-devel@lists.openembedded.org>
>     > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>     <http://lists.openembedded.org/mailman/listinfo/openembedded-devel>
> 
>     --
>     Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>     <mailto:Martin.Jansa@gmail.com>
> 
>     --
>     _______________________________________________
>     Openembedded-core mailing list
>     Openembedded-core@lists.openembedded.org
>     <mailto:Openembedded-core@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-core
>     <http://lists.openembedded.org/mailman/listinfo/openembedded-core>
> 
> 
> 

-- 
Jose Lamego | OTC Embedded Platforms & Tools | GDC


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2
  2017-02-22 20:55   ` [OE-core] " Michael Halstead
  2017-02-22 21:56     ` Jose Lamego
@ 2017-02-22 21:56     ` Derek Straka
  2017-02-22 22:08       ` Michael Halstead
  1 sibling, 1 reply; 7+ messages in thread
From: Derek Straka @ 2017-02-22 21:56 UTC (permalink / raw)
  To: Michael Halstead; +Cc: openembedded-core, Lamego, Jose A, openembeded-devel

Martin - No problem.  I'll resend the patches.

Michael - Would it be worth waiting before I resend the change sets?  It
looks like at least a subset of them have made it through.

Thanks.

-Derek

On Wed, Feb 22, 2017 at 3:55 PM, Michael Halstead <
mhalstead@linuxfoundation.org> wrote:

> I've seen several issues with hooks. I was working on them yesterday and
> will continue today.
>
> These are currently managed by hand but we are moving them into
> configuration management which should help keep them working consistently.
>
> On Feb 22, 2017 12:47 PM, "Martin Jansa" <martin.jansa@gmail.com> wrote:
>
>> On Wed, Feb 22, 2017 at 12:45:36PM -0500, Derek Straka wrote:
>> > Signed-off-by: Derek Straka <derek@asterius.io>
>>
>> It's not your fault Derek, but most of the patches from today and based
>> on the pings from today also some earlier patches didn't make it into
>> patchwork. This one is the only exception.
>>
>> Michael, Jose: are you aware of some issues with patchwork? Could it be
>> caused by the default Reply-to change from yesterday (or day before
>> during OEDAM)?
>>
>> I know only about issues processing merged changes:
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10967
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759
>>
>> And also UI issue in patchwork that paging doesn't work, e.g.:
>> https://patchwork.openembedded.org/bundle/jama/master-next/?
>> submitter=&state=&q=&archive=both
>> shows that there are 5 pages of changes (which should be in most cases
>> marked as accepted by the hook above), but clicking on 2nd page produces
>> link which drops the query parameters:
>> https://patchwork.openembedded.org/bundle/jama/master-next/?page=2
>> so it says "No patches to display"
>>
>> Regards,
>>
>> > ---
>> >  .../python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb}
>>  | 4 ++--
>> >  1 file changed, 2 insertions(+), 2 deletions(-)
>> >  rename meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb
>> => python-paho-mqtt_1.2.bb} (68%)
>> >
>> > diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.
>> bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > similarity index 68%
>> > rename from meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
>> > rename to meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > index b8f5f3f..c8acfc5 100644
>> > --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
>> > +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > @@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
>> >                 python-threading \
>> >  "
>> >
>> > -SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
>> > -SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9
>> f2c4529b5689a65fde45e6f1ac36b9a261e"
>> > +SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
>> > +SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a2
>> 1eb66f436184691d0bf1f2a85a6213c6c1f"
>> > --
>> > 2.7.4
>> >
>> > --
>> > _______________________________________________
>> > Openembedded-devel mailing list
>> > Openembedded-devel@lists.openembedded.org
>> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>> --
>> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2
  2017-02-22 21:56     ` [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2 Derek Straka
@ 2017-02-22 22:08       ` Michael Halstead
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Halstead @ 2017-02-22 22:08 UTC (permalink / raw)
  To: Derek Straka; +Cc: openembeded-devel, openembedded-core, Lamego, Jose A

On Feb 22, 2017 1:56 PM, "Derek Straka" <derek@asterius.io> wrote:

Martin - No problem.  I'll resend the patches.

Michael - Would it be worth waiting before I resend the change sets?  It
looks like at least a subset of them have made it through.


Please wait while I make sure this problem is correctly resolved before
re-sending. I'll e-mail once we're ready.


Thanks.

-Derek

On Wed, Feb 22, 2017 at 3:55 PM, Michael Halstead <
mhalstead@linuxfoundation.org> wrote:

> I've seen several issues with hooks. I was working on them yesterday and
> will continue today.
>
> These are currently managed by hand but we are moving them into
> configuration management which should help keep them working consistently.
>
> On Feb 22, 2017 12:47 PM, "Martin Jansa" <martin.jansa@gmail.com> wrote:
>
>> On Wed, Feb 22, 2017 at 12:45:36PM -0500, Derek Straka wrote:
>> > Signed-off-by: Derek Straka <derek@asterius.io>
>>
>> It's not your fault Derek, but most of the patches from today and based
>> on the pings from today also some earlier patches didn't make it into
>> patchwork. This one is the only exception.
>>
>> Michael, Jose: are you aware of some issues with patchwork? Could it be
>> caused by the default Reply-to change from yesterday (or day before
>> during OEDAM)?
>>
>> I know only about issues processing merged changes:
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10967
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759
>>
>> And also UI issue in patchwork that paging doesn't work, e.g.:
>> https://patchwork.openembedded.org/bundle/jama/master-next/?
>> submitter=&state=&q=&archive=both
>> shows that there are 5 pages of changes (which should be in most cases
>> marked as accepted by the hook above), but clicking on 2nd page produces
>> link which drops the query parameters:
>> https://patchwork.openembedded.org/bundle/jama/master-next/?page=2
>> so it says "No patches to display"
>>
>> Regards,
>>
>> > ---
>> >  .../python/{python-paho-mqtt_1.1.bb => python-paho-mqtt_1.2.bb}
>>  | 4 ++--
>> >  1 file changed, 2 insertions(+), 2 deletions(-)
>> >  rename meta-python/recipes-devtools/python/{python-paho-mqtt_1.1.bb
>> => python-paho-mqtt_1.2.bb} (68%)
>> >
>> > diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.b
>> b b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > similarity index 68%
>> > rename from meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
>> > rename to meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > index b8f5f3f..c8acfc5 100644
>> > --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
>> > +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb
>> > @@ -11,5 +11,5 @@ RDEPENDS_${PN} = "\
>> >                 python-threading \
>> >  "
>> >
>> > -SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
>> > -SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9
>> f2c4529b5689a65fde45e6f1ac36b9a261e"
>> > +SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
>> > +SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a2
>> 1eb66f436184691d0bf1f2a85a6213c6c1f"
>> > --
>> > 2.7.4
>> >
>> > --
>> > _______________________________________________
>> > Openembedded-devel mailing list
>> > Openembedded-devel@lists.openembedded.org
>> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>> --
>> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>>

> Michael: one syntax error in patchwork code was pulled into production
> yesterday. This is the cause for missing patches. The error is fixed in
> the Yocto repo now, please perform a server code update ASAP.


Leo and I pulled changes and restarted so this should be in place now.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [OE-core] Patchwork not picking changes from the ML
  2017-02-22 21:56     ` Jose Lamego
@ 2017-02-24 14:21       ` Patrick Ohly
  0 siblings, 0 replies; 7+ messages in thread
From: Patrick Ohly @ 2017-02-24 14:21 UTC (permalink / raw)
  To: Jose Lamego
  Cc: openembedded-core, Lamego, Jose A, openembedded-devel,
	Leonardo Sandoval

On Wed, 2017-02-22 at 15:56 -0600, Jose Lamego wrote:
> 
> On 02/22/2017 02:55 PM, Michael Halstead wrote:
> > I've seen several issues with hooks. I was working on them yesterday and
> > will continue today.
> > 
> > These are currently managed by hand but we are moving them into
> > configuration management which should help keep them working consistently.
> 
> Michael: one syntax error in patchwork code was pulled into production
> yesterday. This is the cause for missing patches. The error is fixed in
> the Yocto repo now, please perform a server code update ASAP.
> 
> Martin: I will look at the UI issue you are describing and file a bug if
> needed.

Would it perhaps make sense to reply to the original author with an
email confirming that his patch is now in Patchwork? It should include a
link to the patch series, too.

This could have several advantages:
      * submitters not aware of Patchwork or whether their target
        currently uses it learn about it and then can follow the
        progress of their patch
      * everyone gets a confirmation that the submission made it through
        the various mail servers and Patchwork itself

It still relies on the original submitter to watch out for breakages in
the processes, but I guess that can't be avoided with an asynchronous,
mail-based process.

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-02-24 14:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-22 17:45 [meta-python][PATCH] python-paho-mqtt: update to version 1.2 Derek Straka
2017-02-22 20:47 ` Patchwork not picking changes from the ML Was: " Martin Jansa
2017-02-22 20:55   ` [OE-core] " Michael Halstead
2017-02-22 21:56     ` Jose Lamego
2017-02-24 14:21       ` [OE-core] Patchwork not picking changes from the ML Patrick Ohly
2017-02-22 21:56     ` [OE-core] Patchwork not picking changes from the ML Was: [meta-python][PATCH] python-paho-mqtt: update to version 1.2 Derek Straka
2017-02-22 22:08       ` Michael Halstead

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox