Ticket #1 (closed enhancement: fixed)
Opened 8 years ago
Last modified 8 years ago
list of locations for the original source code archive
| Reported by: | brecht | Owned by: | brecht |
|---|---|---|---|
| Priority: | normal | Milestone: | haikuporter version 1.0 |
| Component: | beporter | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The bep file should be able to list several locations (mirrors) of the original source code archive, like this:
SRC_URI="http://www.libsdl.org/release/SDL-1.2.11.tar.gz
http://mamedev.org/tools/SDL-1.2.11.tar.gz"
beporter should then randomly pick one of the mirrors. On failure of one mirror, another should be tried, until the archive is successfully fetched (or until all mirrors have been tried without success).
Change History
comment:1 Changed 8 years ago by brecht
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

beporter tries each URI one by one until one is successful. When all mirrors fail, beporter aborts.