linaro-project-management team mailing list archive
-
linaro-project-management team
-
Mailing list archive
-
Message #00508
activity report bug expander tool!
Howdy,
A number of years ago Kiko wrote up something called the Launchpad Bug
"ifier" which takes input like this:
Bugs fixed
===============================
* Bug #825327
* Bug #819723
* Bug #850099
* Bug #845793
and turns them into something more valuable for doing status reports
Bugs fixed
===============================
* Bug #825327 (Investigate apriori issues so as to enable prelink for Android)
* Bug #819723 (Panda-LEB Build hangs on bringup sometimes)
* Bug #850099 (Current gcc 4.6-11.09 tip fails to build kernel)
* Bug #845793 (Colors look inverted on the LCD in build 2 of
stage-origen-11.09-release)
All this can be yours for .... FREE! Yep, that's right. You just
need to run it under Ubuntu.
1) Just head over to
http://bazaar.launchpad.net/~lazr-developers/launchpadlib/trunk/view/head:/contrib/lp-bug-ifier.py
and download the code
2) save your status report in plain text format, e.g. statusreport.txt
3) and then do a cat statusreport.txt | ./lp-bug-ifier.py >
statusreport2.txt and viola! expanded bugs and a more interesting
status report.
On the first run you'll need to allow API access to LP. This assumes
you have the python-launchpadlib package installed. If you don't, just
install it and try again.
Joey