Re: [Xen-devel] [PATCH] ipxe: update to newer commit

2017-10-17 Thread Ian Jackson
Wei Liu writes ("Re: [Xen-devel] [PATCH] ipxe: update to newer commit"):
> Ian is away.  I don't know who else has permission to generate and
> upload that tarball. :-)

I have done it now.  The permission required is the ability to become
xen@xenbits.

Ian.

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] ipxe: update to newer commit

2017-08-21 Thread Wei Liu
On Mon, Aug 21, 2017 at 09:49:01AM -0400, Boris Ostrovsky wrote:
> On 08/21/2017 09:33 AM, Wei Liu wrote:
> > On Mon, Aug 21, 2017 at 09:28:15AM -0400, Boris Ostrovsky wrote:
> >> On 06/19/2017 09:00 AM, Ian Jackson wrote:
> >>> Wei Liu writes ("Re: [PATCH] ipxe: update to newer commit"):
>  On Mon, Jun 12, 2017 at 04:04:17PM +0100, Wei Liu wrote:
> > To get 5f85cbb9ee1c00cec81a848a9e871ad5d1e7f53f to placate gcc 7.
> >
> > The only patch we have applies cleanly.
> >
> > Reported-by: Zhongze Liu 
> > Signed-off-by: Wei Liu 
>  Ping?
> >>> I don't think I have any basis to withhold an ack.  Please update this
> >>> in xen.git#staging:Config.mk.  Obviously this isn't really suitable
> >>> for staging-4.9.
> >>>
> >>> Acked-by: Ian Jackson 
> >>>
> >>> Thanks,
> >>> Ian.
> >> Did the updated binary ever got uploaded to xenbits? I don't see it there.
> >>
> >> if ! /usr/bin/wget -c -O _ipxe.tar.gz
> >> http://xenbits.xen.org/xen-extfiles/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz;
> >> then \
> >> git clone git://git.ipxe.org/ipxe.git ipxe.git; \
> >> (cd ipxe.git && git archive --format=tar --prefix=ipxe/ \
> >> 356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d | gzip -n
> >>> ../_ipxe.tar.gz); \
> >> rm -rf ipxe.git; \
> >> fi
> >> --2017-08-21 09:21:09-- 
> >> http://xenbits.xen.org/xen-extfiles/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz
> >> Resolving xenbits.xen.org... 104.239.192.120
> >> Connecting to xenbits.xen.org|104.239.192.120|:80... connected.
> >> HTTP request sent, awaiting response... 404 Not Found
> >> 2017-08-21 09:21:10 ERROR 404: Not Found.
> >>
> > The tarball is not present yet.
> 
> 
> Yes, that much I figured out ;-)
> 
> I was really asking when it is going to show up there.
> 

Ian is away.  I don't know who else has permission to generate and
upload that tarball. :-)

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] ipxe: update to newer commit

2017-08-21 Thread Boris Ostrovsky
On 08/21/2017 09:33 AM, Wei Liu wrote:
> On Mon, Aug 21, 2017 at 09:28:15AM -0400, Boris Ostrovsky wrote:
>> On 06/19/2017 09:00 AM, Ian Jackson wrote:
>>> Wei Liu writes ("Re: [PATCH] ipxe: update to newer commit"):
 On Mon, Jun 12, 2017 at 04:04:17PM +0100, Wei Liu wrote:
> To get 5f85cbb9ee1c00cec81a848a9e871ad5d1e7f53f to placate gcc 7.
>
> The only patch we have applies cleanly.
>
> Reported-by: Zhongze Liu 
> Signed-off-by: Wei Liu 
 Ping?
>>> I don't think I have any basis to withhold an ack.  Please update this
>>> in xen.git#staging:Config.mk.  Obviously this isn't really suitable
>>> for staging-4.9.
>>>
>>> Acked-by: Ian Jackson 
>>>
>>> Thanks,
>>> Ian.
>> Did the updated binary ever got uploaded to xenbits? I don't see it there.
>>
>> if ! /usr/bin/wget -c -O _ipxe.tar.gz
>> http://xenbits.xen.org/xen-extfiles/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz;
>> then \
>> git clone git://git.ipxe.org/ipxe.git ipxe.git; \
>> (cd ipxe.git && git archive --format=tar --prefix=ipxe/ \
>> 356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d | gzip -n
>>> ../_ipxe.tar.gz); \
>> rm -rf ipxe.git; \
>> fi
>> --2017-08-21 09:21:09-- 
>> http://xenbits.xen.org/xen-extfiles/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz
>> Resolving xenbits.xen.org... 104.239.192.120
>> Connecting to xenbits.xen.org|104.239.192.120|:80... connected.
>> HTTP request sent, awaiting response... 404 Not Found
>> 2017-08-21 09:21:10 ERROR 404: Not Found.
>>
> The tarball is not present yet.


Yes, that much I figured out ;-)

I was really asking when it is going to show up there.

-boris

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] ipxe: update to newer commit

2017-08-21 Thread Wei Liu
On Mon, Aug 21, 2017 at 09:28:15AM -0400, Boris Ostrovsky wrote:
> On 06/19/2017 09:00 AM, Ian Jackson wrote:
> > Wei Liu writes ("Re: [PATCH] ipxe: update to newer commit"):
> >> On Mon, Jun 12, 2017 at 04:04:17PM +0100, Wei Liu wrote:
> >>> To get 5f85cbb9ee1c00cec81a848a9e871ad5d1e7f53f to placate gcc 7.
> >>>
> >>> The only patch we have applies cleanly.
> >>>
> >>> Reported-by: Zhongze Liu 
> >>> Signed-off-by: Wei Liu 
> >> Ping?
> > I don't think I have any basis to withhold an ack.  Please update this
> > in xen.git#staging:Config.mk.  Obviously this isn't really suitable
> > for staging-4.9.
> >
> > Acked-by: Ian Jackson 
> >
> > Thanks,
> > Ian.
> 
> Did the updated binary ever got uploaded to xenbits? I don't see it there.
> 
> if ! /usr/bin/wget -c -O _ipxe.tar.gz
> http://xenbits.xen.org/xen-extfiles/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz;
> then \
> git clone git://git.ipxe.org/ipxe.git ipxe.git; \
> (cd ipxe.git && git archive --format=tar --prefix=ipxe/ \
> 356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d | gzip -n
> >../_ipxe.tar.gz); \
> rm -rf ipxe.git; \
> fi
> --2017-08-21 09:21:09-- 
> http://xenbits.xen.org/xen-extfiles/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz
> Resolving xenbits.xen.org... 104.239.192.120
> Connecting to xenbits.xen.org|104.239.192.120|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2017-08-21 09:21:10 ERROR 404: Not Found.
> 

The tarball is not present yet.

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] ipxe: update to newer commit

2017-08-21 Thread Boris Ostrovsky
On 06/19/2017 09:00 AM, Ian Jackson wrote:
> Wei Liu writes ("Re: [PATCH] ipxe: update to newer commit"):
>> On Mon, Jun 12, 2017 at 04:04:17PM +0100, Wei Liu wrote:
>>> To get 5f85cbb9ee1c00cec81a848a9e871ad5d1e7f53f to placate gcc 7.
>>>
>>> The only patch we have applies cleanly.
>>>
>>> Reported-by: Zhongze Liu 
>>> Signed-off-by: Wei Liu 
>> Ping?
> I don't think I have any basis to withhold an ack.  Please update this
> in xen.git#staging:Config.mk.  Obviously this isn't really suitable
> for staging-4.9.
>
> Acked-by: Ian Jackson 
>
> Thanks,
> Ian.

Did the updated binary ever got uploaded to xenbits? I don't see it there.

if ! /usr/bin/wget -c -O _ipxe.tar.gz
http://xenbits.xen.org/xen-extfiles/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz;
then \
git clone git://git.ipxe.org/ipxe.git ipxe.git; \
(cd ipxe.git && git archive --format=tar --prefix=ipxe/ \
356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d | gzip -n
>../_ipxe.tar.gz); \
rm -rf ipxe.git; \
fi
--2017-08-21 09:21:09-- 
http://xenbits.xen.org/xen-extfiles/ipxe-git-356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d.tar.gz
Resolving xenbits.xen.org... 104.239.192.120
Connecting to xenbits.xen.org|104.239.192.120|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-08-21 09:21:10 ERROR 404: Not Found.


-boris

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] ipxe: update to newer commit

2017-06-19 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH] ipxe: update to newer commit"):
> On Mon, Jun 12, 2017 at 04:04:17PM +0100, Wei Liu wrote:
> > To get 5f85cbb9ee1c00cec81a848a9e871ad5d1e7f53f to placate gcc 7.
> > 
> > The only patch we have applies cleanly.
> > 
> > Reported-by: Zhongze Liu 
> > Signed-off-by: Wei Liu 
> 
> Ping?

I don't think I have any basis to withhold an ack.  Please update this
in xen.git#staging:Config.mk.  Obviously this isn't really suitable
for staging-4.9.

Acked-by: Ian Jackson 

Thanks,
Ian.

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] ipxe: update to newer commit

2017-06-19 Thread Wei Liu
On Mon, Jun 12, 2017 at 04:04:17PM +0100, Wei Liu wrote:
> To get 5f85cbb9ee1c00cec81a848a9e871ad5d1e7f53f to placate gcc 7.
> 
> The only patch we have applies cleanly.
> 
> Reported-by: Zhongze Liu 
> Signed-off-by: Wei Liu 

Ping?

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel