Prettier filenames for package routes #5
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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 downloading
instead 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.