Merge lp://qastaging/~roadmr/ubuntu/oneiric/checkbox/0.12.7 into lp://qastaging/ubuntu/oneiric/checkbox

Proposed by Daniel Manrique
Status: Merged
Merged at revision: 34
Proposed branch: lp://qastaging/~roadmr/ubuntu/oneiric/checkbox/0.12.7
Merge into: lp://qastaging/ubuntu/oneiric/checkbox
Diff against target: 8336 lines (+2048/-1194)
32 files modified
checkbox/job.py (+9/-0)
checkbox/lib/transport.py (+26/-1)
checkbox/parsers/udev.py (+16/-4)
checkbox/report.py (+39/-12)
checkbox/tests/report.py (+1/-1)
checkbox/variables.py (+1/-1)
checkbox_gtk/gtk_interface.py (+6/-5)
checkbox_gtk/hyper_text_view.py (+3/-1)
data/whitelists/default.whitelist (+1/-0)
debian/changelog (+27/-0)
debian/control (+2/-2)
debian/po/it.po (+17/-9)
jobs/disk.txt.in (+1/-1)
jobs/info.txt.in (+9/-0)
jobs/mediacard.txt.in (+1/-1)
jobs/memory.txt.in (+2/-2)
jobs/monitor.txt.in (+1/-1)
jobs/suspend.txt.in (+2/-2)
plugins/intro_prompt.py (+2/-4)
plugins/jobs_prompt.py (+5/-0)
plugins/launchpad_prompt.py (+2/-2)
plugins/launchpad_report.py (+25/-18)
plugins/recover_prompt.py (+1/-2)
plugins/report_prompt.py (+7/-0)
plugins/suites_prompt.py (+2/-3)
po/es.po (+91/-92)
po/hu.po (+230/-209)
po/it.po (+588/-363)
po/zh_CN.po (+250/-233)
po/zh_TW.po (+147/-224)
report/hardware-1_0.rng (+533/-0)
scripts/gconf_resource (+1/-1)
To merge this branch: bzr merge lp://qastaging/~roadmr/ubuntu/oneiric/checkbox/0.12.7
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Needs Information
Review via email: mp+75431@code.qastaging.launchpad.net

Description of the change

Bugfixes as noted in the changelog. Most of the bugs are either of High or Critical importance.

Note that some translation files have changed, these are community-contributed translations, which were committed to trunk by the automated Launchpad service, and the original strings have not been changed.

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Is there a reason Architecture: in debian/control is changed from "all" to "any"? I don't see any architecture-dependent code being produced now.

review: Needs Information
Revision history for this message
Daniel Manrique (roadmr) wrote :

> Is there a reason Architecture: in debian/control is changed from "all" to
> "any"? I don't see any architecture-dependent code being produced now.

Hi Daniel,

Yes, please see bug 833696 for the specific reason to do architecture-specific builds. Checkbox builds two binaries, threaded_memtest and clocktest, and as the bug mentions, they wouldn't run on amd64 systems, and this was the best solution to that problem.

This affects only the checkbox base package which contains the core code (all in Python, not arch-specific) and test definitions (most are just python or shell scripts, save for the two I mention earlier). All the additional packages (including the GUI, checkbox-gtk) are still Architecture: all.

Thanks!

Revision history for this message
Daniel Holbach (dholbach) wrote :

Ok, yes I must have missed it.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches