Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juhp/rhbzquery
Red Hat Bugzilla cli query url tool
https://github.com/juhp/rhbzquery
bugzilla
Last synced: 2 months ago
JSON representation
Red Hat Bugzilla cli query url tool
- Host: GitHub
- URL: https://github.com/juhp/rhbzquery
- Owner: juhp
- License: bsd-3-clause
- Created: 2020-11-29T13:31:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T01:10:54.000Z (almost 3 years ago)
- Last Synced: 2024-04-25T22:40:50.991Z (8 months ago)
- Topics: bugzilla
- Language: Haskell
- Homepage:
- Size: 95.7 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# rhbzquery
A cli tool for querying bugzilla.redhat.com.
The tool outputs the bugzilla query url,
and if xdg-open is available will try to open the url
(unless --dryrun is given).rhbzquery is distributed under the GPL license version 2 or later.
## Usage examples
`rhbzquery f34 xyz` : Fedora 34 bugs for package xyz
`rhbzquery closed rawhide xyz` : closed rawhide bugs for package xyz
`rhbzquery --mine` : your open bugs (gets userid from `~/.bugzillarc`)
`rhbzquery rhel8.4 bash` : RHEL 8.4 bash bugs
`rhbzquery "Package Review" reporter_realname="Your Name"` : open package reviews you reported
`rhbzquery --mine all flag~fedora-review+` : all open and closed approved reviews you reviewed
`rhbzquery component~bugzilla summary~bugzilla` : open bugs with component and summary containing "bugzilla"
`rhbzquery --file f34 xyz` : file a bug against the xyz package in F34
`rhbzquery --query rhel8 ...`: open an advanced bugzilla search for RHEL 8
`rhbzquery xyz '.
## Requests and feedback
Feature requests, bug reports and contributions are welcome.Please open an issue at .