Not correct snowball hwpack directory defined

Bug #1091564 reported by Milo Casagrande
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro CI
Fix Released
High
Milo Casagrande

Bug Description

As reported by Andrey:

find_latest.py file, lines 88 and below:

    if hwpack == "panda" or hwpack == "snowball":
        url="http://snapshots.linaro.org/quantal/hwpacks/lt-%s/" % hwpack
    else:
        url="http://snapshots.linaro.org/quantal/hwpacks/%s/" % hwpack

There is no http://snapshots.linaro.org/quantal/hwpacks/lt-snowball. The
correct dir is http://snapshots.linaro.org/quantal/hwpacks/snowball.
Replace 'if hwpack == "panda" or hwpack == "snowball":' with 'if hwpack
== "panda":'.

Related branches

Milo Casagrande (milo)
Changed in linaro-ci:
status: New → Confirmed
importance: Undecided → High
assignee: nobody → Milo Casagrande (milo)
Revision history for this message
Deepti B. Kalakeri (deeptik) wrote : Re: [Bug 1091564] Re: Not correct snowball hwpack directory defined

I think the recent changes from precise to quantal made affected this.

On Tue, Dec 18, 2012 at 2:59 PM, Launchpad Bug Tracker <
<email address hidden>> wrote:

> ** Branch linked: lp:~milo/linaro-ci/bug1091564
>
> --
> You received this bug notification because you are subscribed to Linaro
> CI.
> https://bugs.launchpad.net/bugs/1091564
>
> Title:
> Not correct snowball hwpack directory defined
>
> Status in Linaro Continuous Integration:
> Confirmed
>
> Bug description:
> As reported by Andrey:
>
> find_latest.py file, lines 88 and below:
>
> if hwpack == "panda" or hwpack == "snowball":
> url="http://snapshots.linaro.org/quantal/hwpacks/lt-%s/" %
> hwpack
> else:
> url="http://snapshots.linaro.org/quantal/hwpacks/%s/" % hwpack
>
> There is no http://snapshots.linaro.org/quantal/hwpacks/lt-snowball. The
> correct dir is http://snapshots.linaro.org/quantal/hwpacks/snowball.
> Replace 'if hwpack == "panda" or hwpack == "snowball":' with 'if hwpack
> == "panda":'.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/linaro-ci/+bug/1091564/+subscriptions
>

Revision history for this message
Milo Casagrande (milo) wrote :

On Tue, Dec 18, 2012 at 10:40 AM, Deepti B. Kalakeri
<email address hidden> wrote:
> I think the recent changes from precise to quantal made affected this.

Yeah, but now I need to understand if all the other hwpacks are not
going to be used anymore.

For precise we have this:
http://snapshots.linaro.org/precise/hwpacks

Quantal is slightly different:
http://snapshots.linaro.org/quantal/hwpacks

Or we control also the distro name...

--
Milo Casagrande
Infrastructure Engineer
Linaro.org <www.linaro.org> │ Open source software for ARM SoCs

Milo Casagrande (milo)
Changed in linaro-ci:
milestone: none → 2013.01
Fathi Boudra (fboudra)
Changed in linaro-ci:
status: Confirmed → In Progress
Milo Casagrande (milo)
Changed in linaro-ci:
status: In Progress → Fix Committed
Milo Casagrande (milo)
Changed in linaro-ci:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.