Skip to content

Commit 0f4c6ba

Browse files
authored
Update README.md
1 parent 3113911 commit 0f4c6ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ When the side tag was merged, send another email to mailing lists:
8787
https://lists.fedoraproject.org/archives/list/[email protected]/message/OHZEB6OSWUNPO4QZZXXOZPSICCPRXW2X/
8888
~~~~
8989

90-
Also [set new](https://src.fedoraproject.org/rpms/python3.10/pull-request/58) main Python and [remove](https://src.fedoraproject.org/rpms/python3.9/pull-request/71) the old one from Fedora CI
90+
Also [set new](https://src.fedoraproject.org/rpms/python3.10/pull-request/58) main Python and [remove](https://src.fedoraproject.org/rpms/python3.9/pull-request/71) the old one from Fedora CI.
9191

9292
mhronock opened bugzillas for all remaining packages that failed to build with Python 3.10. Using these scripts:
9393

@@ -100,3 +100,5 @@ With merged side tag use this command to generate `todo.pkgs`:
100100
~~~~
101101
repoquery --refresh --repo=koji --source --whatrequires 'libpython3.9.so.1.0()(64bit)' --whatrequires 'python(abi) = 3.9' --whatrequires 'python3.9dist(*)' | pkgname | env LANG=en_US.utf-8 sort | uniq > python39.pkgs && repoquery --repo=koji --source --whatrequires 'libpython3.10.so.1.0()(64bit)' --whatrequires 'python(abi) = 3.10' --whatrequires 'python3.10dist(*)' | pkgname | env LANG=en_US.utf-8 sort | uniq > python310.pkgs && env LANG=en_US.utf-8 comm -23 python39.pkgs python310.pkgs | grep -E -v '^python3\.9$' > todo.pkgs && wc -l python39.pkgs python310.pkgs todo.pkgs
102102
~~~~
103+
104+
At the very last, disable webhook rebuilds in COPR - https://pagure.io/copr/copr/issue/1972.

0 commit comments

Comments
 (0)