The submission.xml should be validated for Launchpad
Bug #838123 reported by
Marc Tardif
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
High
|
Marc Tardif |
Bug Description
There might be some dependencies that make it prohibitive to perform RelaxNG validation before submitting to Launchpad in order to keep Checkbox in main and/or on the desktop image. However, it would be nice to have a test in the Checkbox source to perform the validation for a submission.xml file generated in a development environment.
Related branches
lp://staging/~cr3/checkbox/838123
- Daniel Manrique (community): Approve
- Marc Tardif (community): Needs Resubmitting
-
Diff: 841 lines (+619/-34)10 files modifiedcheckbox/report.py (+39/-12)
checkbox/tests/report.py (+1/-1)
data/whitelists/default.whitelist (+1/-0)
debian/changelog (+1/-0)
debian/control (+1/-1)
jobs/info.txt.in (+9/-0)
plugins/launchpad_prompt.py (+2/-2)
plugins/launchpad_report.py (+25/-18)
plugins/report_prompt.py (+7/-0)
report/hardware-1_0.rng (+533/-0)
lp://staging/~roadmr/ubuntu/oneiric/checkbox/0.12.7
- Daniel Holbach: Needs Information
-
Diff: 8336 lines (+2048/-1194)32 files modifiedcheckbox/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)
Changed in checkbox: | |
milestone: | none → 0.12.7 |
Changed in checkbox: | |
assignee: | nobody → Marc Tardif (cr3) |
status: | New → In Progress |
importance: | Undecided → High |
Changed in checkbox: | |
status: | In Progress → Fix Committed |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.