Prettier filenames for package routes #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current system uses the package IDs as both the on-disk filenames and the file names in the package GET route. Pacman shows the file names in its output, leading to weird lines like
1 downloadinginstead of showing the actual package names.As an alternative, we can match the requested filename using RegEx and see if it matches the currently committed package.