Learn more about these different git repos.
Other Git URLs
Examples: https://pagure.io/copr/copr/pull-request/411#request_diff https://pagure.io/copr/copr/pull-request/417#request_diff
Btw., see the line 30 at:
https://pagure.io/fork/praiskup/copr/copr/blob/generate-colorscheme-always/f/frontend/coprs_frontend/generate_colorscheme
You see
cat < @base: $opt_base_color; @lighten: lighten(@base, 10%);
But there actually is:
cat <<EOF | ( echo "$warning" ; lessc -x - ) | tee $opt_static_files/css/copr-flavor.css @base: $opt_base_color; @lighten: lighten(@base, 10%);
So it seems that not only diff UI is broken.
I believe this is fixed in https://pagure.io/pagure/pull-request/3729
Metadata Update from @pingou: - Issue set to the milestone: 5.1 - Issue tagged with: bug
Hm, seems that PR isn't, it's fixing diff not PRs
Metadata Update from @pingou: - Issue assigned to ryanlerch
This is fixed in https://pagure.io/pagure/pull-request/3733
Metadata Update from @pingou: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.