Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package list support #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

fkobi
Copy link
Contributor

@fkobi fkobi commented Aug 23, 2024

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 <fkobi@pm.me>
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
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 on lines +263 to +264
post_parser.add_argument('--package-list',
help='stabilization package list')
Copy link
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
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