* [dpdk-ci] maintenance on DPDK patchwork today
@ 2018-06-06 6:56 Thomas Monjalon
2018-06-06 14:03 ` Thomas Monjalon
2018-06-18 23:08 ` Dan Gora
0 siblings, 2 replies; 5+ messages in thread
From: Thomas Monjalon @ 2018-06-06 6:56 UTC (permalink / raw)
To: dev; +Cc: dpdklab, ci, Patrick MacArthur, alialnu
Hi,
Patchwork will stop working during approximately one hour
or hopefully less, today June 6th.
It will be upgraded to patchwork 2.
Sorry for the inconvenience.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-ci] maintenance on DPDK patchwork today
2018-06-06 6:56 [dpdk-ci] maintenance on DPDK patchwork today Thomas Monjalon
@ 2018-06-06 14:03 ` Thomas Monjalon
2018-06-06 15:22 ` [dpdk-ci] [dpdk-dev] " Mcnamara, John
2018-06-18 23:08 ` Dan Gora
1 sibling, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2018-06-06 14:03 UTC (permalink / raw)
To: dev; +Cc: ci, dpdklab, Patrick MacArthur, alialnu
06/06/2018 08:56, Thomas Monjalon:
> Patchwork will stop working during approximately one hour
> or hopefully less, today June 6th.
> It will be upgraded to patchwork 2.
>
> Sorry for the inconvenience.
The upgrade to patchwork 2.0.2 is now done:
https://dpdk.org/dev/patchwork/about
There is a preliminary series support
and there is a new REST API.
If you see any issue, do not hesitate to send an email
or contact me on IRC.
Thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-ci] [dpdk-dev] maintenance on DPDK patchwork today
2018-06-06 14:03 ` Thomas Monjalon
@ 2018-06-06 15:22 ` Mcnamara, John
2018-06-06 16:23 ` Mcnamara, John
0 siblings, 1 reply; 5+ messages in thread
From: Mcnamara, John @ 2018-06-06 15:22 UTC (permalink / raw)
To: Thomas Monjalon, dev; +Cc: ci, dpdklab, Patrick MacArthur, alialnu
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Wednesday, June 6, 2018 3:03 PM
> To: dev@dpdk.org
> Cc: ci@dpdk.org; dpdklab@iol.unh.edu; Patrick MacArthur
> <pmacarth@iol.unh.edu>; alialnu@mellanox.com
> Subject: Re: [dpdk-dev] [dpdk-ci] maintenance on DPDK patchwork today
>
> 06/06/2018 08:56, Thomas Monjalon:
> > Patchwork will stop working during approximately one hour or hopefully
> > less, today June 6th.
> > It will be upgraded to patchwork 2.
> >
> > Sorry for the inconvenience.
>
> The upgrade to patchwork 2.0.2 is now done:
\o/ Well done.
John
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-ci] [dpdk-dev] maintenance on DPDK patchwork today
2018-06-06 15:22 ` [dpdk-ci] [dpdk-dev] " Mcnamara, John
@ 2018-06-06 16:23 ` Mcnamara, John
0 siblings, 0 replies; 5+ messages in thread
From: Mcnamara, John @ 2018-06-06 16:23 UTC (permalink / raw)
To: Thomas Monjalon, dev; +Cc: ci, dpdklab, Patrick MacArthur, alialnu
> -----Original Message-----
> From: ci [mailto:ci-bounces@dpdk.org]
> Sent: Wednesday, June 6, 2018 4:22 PM
> To: Thomas Monjalon <thomas@monjalon.net>; dev@dpdk.org
> Cc: ci@dpdk.org; dpdklab@iol.unh.edu; Patrick MacArthur
> <pmacarth@iol.unh.edu>; alialnu@mellanox.com
> Subject: Re: [dpdk-ci] [dpdk-dev] maintenance on DPDK patchwork today
>
> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> > Sent: Wednesday, June 6, 2018 3:03 PM
> > To: dev@dpdk.org
> > Cc: ci@dpdk.org; dpdklab@iol.unh.edu; Patrick MacArthur
> > <pmacarth@iol.unh.edu>; alialnu@mellanox.com
> > Subject: Re: [dpdk-dev] [dpdk-ci] maintenance on DPDK patchwork today
> >
> > 06/06/2018 08:56, Thomas Monjalon:
> > > Patchwork will stop working during approximately one hour or
> > > hopefully less, today June 6th.
> > > It will be upgraded to patchwork 2.
> > >
> > > Sorry for the inconvenience.
> >
> > The upgrade to patchwork 2.0.2 is now done:
>
> \o/ Well done.
>
> John
Hi,
o
/ \
Arms back down. I tried the new git-pw interface to test out series support but it doesn't seem to list any of the new patches before yesterday:
https://git-pw.readthedocs.io/en/latest/
pip install git-pw
git config pw.server http://dpdk.org/dev/patchwork/
git config pw.project dpdk
git config pw.username johnmcnamara
git config pw.password password
Via the new REST API:
git-pw patch list --state new | wc -l
34
Vis the older non-REST (?) API:
pwclient search -s new | wc -l
409
Maybe that is just a feature of porting to the new version.
Also, applying a patch doesn't seem to work:
git-pw --debug patch apply 40648
The issue seems to be the REST query setting the series to %2A (*):
http://dpdk.org/dev/patchwork/patch/40648/mbox/?series=%2A
Setting it to '' in the code works. But that is probably an issue for the git-pw devs (stephen).
John
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-ci] [dpdk-dev] maintenance on DPDK patchwork today
2018-06-06 6:56 [dpdk-ci] maintenance on DPDK patchwork today Thomas Monjalon
2018-06-06 14:03 ` Thomas Monjalon
@ 2018-06-18 23:08 ` Dan Gora
1 sibling, 0 replies; 5+ messages in thread
From: Dan Gora @ 2018-06-18 23:08 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev, dpdklab, ci, Patrick MacArthur, alialnu
Hi Thomas,
I don't know if this has anything to do with the upgrade of patchwork,
but I can no longer sign into patchwork with (what I'm 99.9% sure is)
my password. I tried the "forgot your password" button, but it sends
me a link to a 404 page.
Should I just try to re-register?
thanks
dan
On Tue, Jun 5, 2018 at 11:56 PM, Thomas Monjalon <thomas@monjalon.net> wrote:
> Hi,
>
> Patchwork will stop working during approximately one hour
> or hopefully less, today June 6th.
> It will be upgraded to patchwork 2.
>
> Sorry for the inconvenience.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-06-18 23:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06 6:56 [dpdk-ci] maintenance on DPDK patchwork today Thomas Monjalon
2018-06-06 14:03 ` Thomas Monjalon
2018-06-06 15:22 ` [dpdk-ci] [dpdk-dev] " Mcnamara, John
2018-06-06 16:23 ` Mcnamara, John
2018-06-18 23:08 ` Dan Gora
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).