Created
May 15, 2026 12:49
-
-
Save lzap/a688ed7a68a147537ca9d07f9b3ce333 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/generate_rebuild.py b/generate_rebuild.py | |
| index 1458206..269e29d 100755 | |
| --- a/generate_rebuild.py | |
| +++ b/generate_rebuild.py | |
| @@ -150,6 +150,8 @@ def main() -> int: | |
| """Main entry point.""" | |
| jira = get_jira_client() | |
| + print("TIP: You can now use interactive version of this tool at") | |
| + print(" https://osbuild.pages.redhat.com/status-dashboard/#cve") | |
| print(f"Fetching issues from filter {FILTER_ID}...", file=sys.stderr) | |
| issues = fetch_filter_issues(jira) | |
| print(f"Found {len(issues)} issue(s)", file=sys.stderr) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment