Ticket #1 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 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

Changed 3 years ago by brecht

  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.