#1606 Release filenames are truncated
Closed: Fixed 7 years ago Opened 7 years ago by pviktori.

I'm migrating a project from Fedorahosted, and I found out that names of the tarballs in Releases are truncated to 20 characters. My project has a long name, and so the version of the tarballs is hidden:

https://pagure.io/releases/python-pytest-sourceorder/

Compare to:

https://fedorahosted.org/released/python-pytest-sourceorder/


Hm this is the default apache page for listing content, so I guess we'll need to adjust the apache configuration.

Maybe @puiterwijk knows how :)

If you want to rely on apache to generate directory indices, then mod_autoindex takes options: http://httpd.apache.org/docs/trunk/mod/mod_autoindex.html#indexoptions

So if you use IndexOptions FancyIndexing HTMLTable then you can also have IndexStyleSheet "/css/style.css" or whatever and get much more control the styling of the index pages.

Edit: And of course NameWidth=* is sufficient to work around the issue mentioned in this ticket. Given that I don't believe the filenames will ever be truncated.

This has been fixed using the NameWidget=* suggested by @tibbs above.

I also moved the releases to releases.pagure.org but I do not have the matching ssl cert (requested: https://pagure.io/fedora-infrastructure/issue/5600) yet.

@pingou changed the status to Closed

7 years ago

Login to comment on this ticket.

Metadata