From a898fda15af31d1dc328b1ee1e9fef82b86255f8 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Tue, 29 Oct 2024 14:49:05 +0100 Subject: [PATCH] Update the BZ tracker to follow the correct tickets --- scripts/bugzillas.py | 4 ++-- scripts/run.sh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/bugzillas.py b/scripts/bugzillas.py index 164250d3..87d4b9fe 100644 --- a/scripts/bugzillas.py +++ b/scripts/bugzillas.py @@ -6,8 +6,8 @@ BUGZILLA = 'bugzilla.redhat.com' BZ_PAGE_SIZE = 20 -TRACKER = 2244836 # PYTHON3.13 -# RAWHIDE = 2260875 # F41FTBFS +TRACKER = 2322407 # PYTHON3.14 +# RAWHIDE = 2300528 # F42FTBFS BZAPI = bugzilla.Bugzilla(BUGZILLA) FAILED = load_data("data/failed.pkgs") diff --git a/scripts/run.sh b/scripts/run.sh index 03c21a93..ceb87e93 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -29,7 +29,6 @@ rm data/copr_names.pkgs # get packages and their respective maintainers curl https://src.fedoraproject.org/extras/pagure_owner_alias.json -o data/pagure_owner_alias.json -# no tracker yet - skip # get bz urls for failed packages python3 scripts/bugzillas.py