Merge pdbq:pkg-bug-milestones into pdbq:main
Proposed by
Bryce Harrington
Status: | Merged |
---|---|
Merge reported by: | Bryce Harrington |
Merged at revision: | 3187b79a9132037eb760599ed01f88e4d628fc7c |
Proposed branch: | pdbq:pkg-bug-milestones |
Merge into: | pdbq:main |
Diff against target: |
237 lines (+82/-48) 1 file modified
scripts/pkg-bug (+82/-48) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andreas Hasenack (community) | Approve | ||
Canonical Server | Pending | ||
Canonical Server Reporter | Pending | ||
Review via email: mp+442501@code.staging.launchpad.net |
Description of the change
In the process of creating the merge board, `pkg-bug` performs the step of creating the actual bug reports. For mantic, there were some problems with the bug metadata (notably including the milestones) not getting set.
This branch provides the correction for that problem, and does some other general cleanup.
(pkg-bug needs a lot more development attention (there's no tests yet) but that work will come periodically through the cycle. So suggestions for future improvements welcome.)
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
- missing lp_save(): check
- dry_run: check
- whitespace and minor refactorings: check
What about the new scripts/run-watch that appears in the diff, together with this commit?
commit 3eaae8abf2d3333 dae10cb0cdd851b ffb639f7bf
Author: Bryce Harrington <email address hidden>
Date: Mon May 8 18:00:59 2023 -0700
pkg-bug: Rename create_parser() to disambiguate
scripts/run-watch is not called anywhere else in the code yet, afaik.