While testing the RemoteRule feature I noticed the default value in our config does not match the URL structure that Pagure actually serves.
Also adjusted DIST_GIT_BASE_URL to always have a trailing slash, to match all the other similar config settings.
@gnaponie can you please check this? I figure you must have run into the same problem when you were testing the feature in stage, right?
Yes, I confirm that. I have the same "DIST_GIT_URL_TEMPLATE" in the local settings of my local instance. Thank you, Dan.
:thumbsup:
Commit 9f59ce67 fixes this pull-request
Pull-Request has been merged by lholecek
While testing the RemoteRule feature I noticed the default value in our
config does not match the URL structure that Pagure actually serves.
Also adjusted DIST_GIT_BASE_URL to always have a trailing slash, to
match all the other similar config settings.