Prettier filenames for package routes #5

Closed
opened 2024-07-01 21:48:35 +02:00 by Jef Roosens · 0 comments

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.

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.
Jef Roosens added this to the 0.1.0 milestone 2024-07-01 21:48:35 +02:00
Jef Roosens added the
enhancement
label 2024-07-01 21:48:35 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Chewing_Bever/rieter#5
There is no content yet.