Solves issue https://pagure.io/pagure/issue/3691 .
1 new commit added
master.html updated
The problem I see here is that I don't know whether the version value is sanitized so that it doesn't cause weird effects. For example, when I build pagure package snapshot versions, the version scheme (baseversion+git<commitdate>.<shorthash>) contains the + character, and I don't know what would happen here...
baseversion+git<commitdate>.<shorthash>
+
master.html corrected
Why is it removed from here?
This isn't valid html...
This isn't valid html... Please check the files here my files look different here https://pagure.io/fork/chocos/pagure/c/bcbbff2b4108fc6e8f200fa369a79f94713f2812.
Looks good now, mind rebasing so we can get it in?
Looks good now, mind rebasing so we can get it in? yes sure (y)
Also, let's squash the 3 commits into 1 while at it :)
rebased onto ae38494001d064d68cc67091427f95303e29c3fb
done :)
Commit 68fd3d1c fixes this pull-request
Pull-Request has been merged by pingou
Solves issue https://pagure.io/pagure/issue/3691 .