Skip to content

Commit

Permalink
Update the BZ tracker to follow the correct tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
befeleme committed Oct 29, 2024
1 parent 9cf2b57 commit a898fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/bugzillas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 0 additions & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a898fda

Please sign in to comment.