Fixes https://pagure.io/fedora-infrastructure/issue/6213
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
rebased
by default, pagure is case sensitive. 'a' and 'A' in project name are different
Maybe i am wrong
Case insensitive means that a and A are considered the same, and that's what pagure does by default cf the change in pagure/lib/init below
this seems opposite
Without this PR try creating a project test then Test :)
test
Test
if default is false, shouldn't we default to default :p
:thumbsup:
Thanks for the review! :)
Pull-Request has been merged by pingou
Fixes https://pagure.io/fedora-infrastructure/issue/6213
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr