Ticket #332 (closed defect: fixed)
new fetching code doesn't fetch mirror:// uris properly
| Reported by: | pioto | Owned by: | ciaranm |
|---|---|---|---|
| Priority: | Sometime | Milestone: | |
| Component: | core/paludis | Version: | 0.24.5 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Distribution: |
Description
SRC_URI="mirror://debian/pool/main/z/zephyr/${PN}_${MY_PV}.orig.tar.gz"
Is fetched as mirror://debian//${PN}_${MY_PV}.orig.tar.gz. So, any path added after the mirror name is being dropped.
Change History
Note: See
TracTickets for help on using
tickets.

r3321. Unless I did it wrong.