Skip to content

Commit b82952c

Browse files
committed
Add F45FTBFS BZs
1 parent b46ac78 commit b82952c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/bugzillas.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"3.15": {
2323
"tracker": 2412434, # PYTHON3.15
24-
"rawhide": 2384424, # F44FTBFS
24+
"rawhide": [2384424, 2433833], # F44FTBFS, F45FTBFS
2525
"failed_file": "data/failed_py315.pkgs",
2626
"waiting_file": "data/waiting_py315.pkgs",
2727
"python_pkgs": "data/python315.pkgs",
@@ -65,7 +65,7 @@ def bugzillas(sorted_fails, tracker, rawhide):
6565
if tracker:
6666
blocks.append(tracker)
6767
if rawhide:
68-
blocks.append(rawhide)
68+
blocks.extend(rawhide)
6969

7070
if not blocks:
7171
# If no trackers, return empty list

0 commit comments

Comments
 (0)