Skip to content

Commit

Permalink
Use copr:// URL instead
Browse files Browse the repository at this point in the history
This works correctly on rawhide.
  • Loading branch information
nikic committed Dec 16, 2024
1 parent 2d9141c commit 534975c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fedora-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
# https://bugzilla.redhat.com/show_bug.cgi?id=2331339
# Once that package is accepted in Fedora, remove the following chroot edit.
if [[ "$chroot" =~ fedora-(4[0-9]|rawhide) ]]; then
copr edit-chroot --repos "https://download.copr.fedorainfracloud.org/results/kkleine/python-nanobind/\$distname-\$releasever-\$basearch" ${{ env.project_today }}/$chroot
copr edit-chroot --repos "copr://kkleine/python-nanobind" ${{ env.project_today }}/$chroot
fi
done
Expand Down

0 comments on commit 534975c

Please sign in to comment.