Bug #22720
openCannot access the Ubuntu repo correctly from the browser
Description
The ubuntu repo has the path http://katello.localdomain/pulp/deb/JJJ/Library/custom/Ubuntu/Ubuntu_xenial but when I navigate to the pool folder in it I receive
HTTP 404: Not found.
The URL you requested was not found on this server.
However, if I navigate to http://katello.localdomain/pulp/deb/JJJ/Library/custom/Ubuntu/Ubuntu_xenial then go to parent folder, then followed by Ubuntu folder, then followed by the Ubuntu_xenial folder I can access the pool folder.
Not sure if this makes sense and if it is related to why the OS is not being created in Bug #22717.
Updated by Matthew Smith almost 7 years ago
- Priority changed from Normal to High
To fix this problem I think all it needs is the code the creates the Published at path for the Debian repos type needs a / at the end.
ie instead of Published at http://katello.localdomain/pulp/deb/JJJ/Library/custom/Ubuntu/Ubuntu_xenial
it should be Published at http://katello.localdomain/pulp/deb/JJJ/Library/custom/Ubuntu/Ubuntu_xenial/
Updated by John Mitsch almost 7 years ago
- Translation missing: en.field_release changed from 284 to 352
Updated by Matthew Smith over 6 years ago
Are there suggested workarounds that can be done manually until the fix is merged ?