Skip to content

Add package list support#119

Draft
fkobi wants to merge 1 commit into
williamh:masterfrom
fkobi:package-list
Draft

Add package list support#119
fkobi wants to merge 1 commit into
williamh:masterfrom
fkobi:package-list

Conversation

@fkobi

@fkobi fkobi commented Aug 23, 2024

Copy link
Copy Markdown
Contributor

Based on @pacho2's patch.
Also pinging @arthurzam as you are the last one to have commited to this repo.

Closes: #105

Based on Pacho's patch[1].

[1]: williamh#105

Closes: williamh#105
Signed-off-by: Filip Kobierski <[email protected]>
Comment thread bugz/cli.py
Comment on lines +188 to +191
package_list_msg = 'Enter the Package list for this bug (optional): '
line = input(package_list_msg)
if len(line):
settings.cf_stabilisation_atoms = line

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My issue here is the fact that the package list can contain multiple lines. Maybe we should input in a loop until an empty line?

Comment thread bugz/cli_argparser.py
Comment on lines +263 to +264
post_parser.add_argument('--package-list',
help='stabilization package list')

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add some marking to show it is Gentoo support feature only (in the help). Other bugzilla instances don't support it.

@arthurzam arthurzam self-assigned this Sep 27, 2024
@fkobi fkobi marked this pull request as draft June 8, 2025 23:45
@fkobi

fkobi commented Jun 8, 2025

Copy link
Copy Markdown
Contributor Author

I do not really feel like finishing it since pkgdev bugs -s satisfies my use case.
If you think this should be closed, feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pybugz doesn't support Package list field

2 participants