Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] autobuild: wget getid error using br-reproduce-build
@ 2015-02-14  9:53 Fabio Porcedda
  2015-02-14 10:03 ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Porcedda @ 2015-02-14  9:53 UTC (permalink / raw)
  To: buildroot

I'm tying to use the br-reproduce-build script to reproduce autobuild
errors, but the script fail when it download the getid file, eg:
wget http://autobuild.buildroot.org/results/d0d4618937af10ee675e84c86b13b0d48050fe47/gitid

The problem is that the url
http://autobuild.buildroot.org/results/d0d4618937af10ee675e84c86b13b0d48050fe47/gitid
does not show the "gitid" file but it redirect to:
 http://autobuild.buildroot.net/results/d0d/d0d4618937af10ee675e84c86b13b0d48050fe47//

To be able to download the getid file i must use:
wget http://autobuild.buildroot.net/results/d0d/d0d4618937af10ee675e84c86b13b0d48050fe47//gitid

Is this behavior expected, so the script must be changed? Or it is a
web site related problem?

Best regards
-- 
Fabio Porcedda

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

* [Buildroot] autobuild: wget getid error using br-reproduce-build
  2015-02-14  9:53 [Buildroot] autobuild: wget getid error using br-reproduce-build Fabio Porcedda
@ 2015-02-14 10:03 ` Yann E. MORIN
  2015-02-14 10:06   ` Fabio Porcedda
  0 siblings, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2015-02-14 10:03 UTC (permalink / raw)
  To: buildroot

Fabio, All,

On 2015-02-14 10:53 +0100, Fabio Porcedda spake thusly:
> I'm tying to use the br-reproduce-build script to reproduce autobuild
> errors, but the script fail when it download the getid file, eg:
> wget http://autobuild.buildroot.org/results/d0d4618937af10ee675e84c86b13b0d48050fe47/gitid
> 
> The problem is that the url
> http://autobuild.buildroot.org/results/d0d4618937af10ee675e84c86b13b0d48050fe47/gitid
> does not show the "gitid" file but it redirect to:
>  http://autobuild.buildroot.net/results/d0d/d0d4618937af10ee675e84c86b13b0d48050fe47//
> 
> To be able to download the getid file i must use:
> wget http://autobuild.buildroot.net/results/d0d/d0d4618937af10ee675e84c86b13b0d48050fe47//gitid
> 
> Is this behavior expected, so the script must be changed? Or it is a
> web site related problem?

I can reproduce, indeed.

I'll try to have a look at that (plus I have quite a few improvements to
do in that script anyway...).

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] autobuild: wget getid error using br-reproduce-build
  2015-02-14 10:03 ` Yann E. MORIN
@ 2015-02-14 10:06   ` Fabio Porcedda
  2015-02-14 10:11     ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Porcedda @ 2015-02-14 10:06 UTC (permalink / raw)
  To: buildroot

On Sat, Feb 14, 2015 at 11:03 AM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Fabio, All,
>
> On 2015-02-14 10:53 +0100, Fabio Porcedda spake thusly:
>> I'm tying to use the br-reproduce-build script to reproduce autobuild
>> errors, but the script fail when it download the getid file, eg:
>> wget http://autobuild.buildroot.org/results/d0d4618937af10ee675e84c86b13b0d48050fe47/gitid
>>
>> The problem is that the url
>> http://autobuild.buildroot.org/results/d0d4618937af10ee675e84c86b13b0d48050fe47/gitid
>> does not show the "gitid" file but it redirect to:
>>  http://autobuild.buildroot.net/results/d0d/d0d4618937af10ee675e84c86b13b0d48050fe47//
>>
>> To be able to download the getid file i must use:
>> wget http://autobuild.buildroot.net/results/d0d/d0d4618937af10ee675e84c86b13b0d48050fe47//gitid
>>
>> Is this behavior expected, so the script must be changed? Or it is a
>> web site related problem?
>
> I can reproduce, indeed.
>
> I'll try to have a look at that (plus I have quite a few improvements to
> do in that script anyway...).

Thanks for looking at it.

Now i realized that passing the id with prefix (d0d/d0d...) to the
"br-reproduce-build" script it works fine.
Nevertheless would be better to use just the id without the prefix?

BR
-- 
Fabio Porcedda

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

* [Buildroot] autobuild: wget getid error using br-reproduce-build
  2015-02-14 10:06   ` Fabio Porcedda
@ 2015-02-14 10:11     ` Yann E. MORIN
  0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2015-02-14 10:11 UTC (permalink / raw)
  To: buildroot

Fabio, All,

On 2015-02-14 11:06 +0100, Fabio Porcedda spake thusly:
> On Sat, Feb 14, 2015 at 11:03 AM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> > On 2015-02-14 10:53 +0100, Fabio Porcedda spake thusly:
> >> I'm tying to use the br-reproduce-build script to reproduce autobuild
> >> errors, but the script fail when it download the getid file, eg:
> >> wget http://autobuild.buildroot.org/results/d0d4618937af10ee675e84c86b13b0d48050fe47/gitid
> >>
> >> The problem is that the url
> >> http://autobuild.buildroot.org/results/d0d4618937af10ee675e84c86b13b0d48050fe47/gitid
> >> does not show the "gitid" file but it redirect to:
> >>  http://autobuild.buildroot.net/results/d0d/d0d4618937af10ee675e84c86b13b0d48050fe47//
> >>
> >> To be able to download the getid file i must use:
> >> wget http://autobuild.buildroot.net/results/d0d/d0d4618937af10ee675e84c86b13b0d48050fe47//gitid
> >>
> >> Is this behavior expected, so the script must be changed? Or it is a
> >> web site related problem?
> >
> > I can reproduce, indeed.
> >
> > I'll try to have a look at that (plus I have quite a few improvements to
> > do in that script anyway...).
> 
> Thanks for looking at it.
> 
> Now i realized that passing the id with prefix (d0d/d0d...) to the
> "br-reproduce-build" script it works fine.
> Nevertheless would be better to use just the id without the prefix?

Yes, definitely. ;-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2015-02-14 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-14  9:53 [Buildroot] autobuild: wget getid error using br-reproduce-build Fabio Porcedda
2015-02-14 10:03 ` Yann E. MORIN
2015-02-14 10:06   ` Fabio Porcedda
2015-02-14 10:11     ` Yann E. MORIN

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