Merge pdbq:pkg-bug-import into pdbq:main
Status: | Merged |
---|---|
Merged at revision: | 44ddadd7510a66389231016c3cd5be576ff900c4 |
Proposed branch: | pdbq:pkg-bug-import |
Merge into: | pdbq:main |
Diff against target: |
159 lines (+55/-22) 2 files modified
scripts/pkg-bug (+53/-21) scripts/planned-merges (+2/-1) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Athos Ribeiro (community) | Approve | ||
Review via email: mp+409327@code.staging.launchpad.net |
Description of the change
This implements the 'pkg-bug import schedule.json' functionality we'll be using for filing the deb-update merge bug reports.
This makes use of the recently added report_bug() to file an arbitrary number of bug reports defined in a JSON file of a format as produced by the planned-merges bash script, and incorporates some fixes/adjustments to help ensure they work together.
This can be tested locally by running `./planned-merges > /tmp/test-
$ cat /tmp/test-
{
"bugs": [
{
"tags": [ ],
}
]
}
The resultant bug report is here:
https:/
Next steps from here include adding 'assignee' support (maybe?), more exercising of tags, and improving the description text. Then I need to craft scripts to generate the bug data for other types of work items besides deb-updates.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
LGTM! Thanks, Bryce :)