For some reasons we were limiting them to 16 chars, while FAS uses 32 and since pagure does not per say require FAS to work, there is no good reason to use 32 rather than 255, so this commit bumps the limit directly to 255.
Fixes https://pagure.io/pagure/issue/1616
rebased
Looks good to me.
Thanks
Pull-Request has been merged by pingou
For some reasons we were limiting them to 16 chars, while FAS uses 32
and since pagure does not per say require FAS to work, there is no
good reason to use 32 rather than 255, so this commit bumps the limit
directly to 255.
Fixes https://pagure.io/pagure/issue/1616