Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #15485 (closed enhancement: fixed)

Opened 6 months ago

Last modified 5 months ago

RFE: Use distfiles mirror and fallback also for URLs with tags

Reported by: raimue@… Owned by: jmr@…
Priority: Normal Milestone: MacPorts base enhancements
Component: base Version: 1.7.0
Keywords: distfiles mirror fallback Cc:
Port:

Description

If a URL in master_sites has a tag, the distfiles mirror and the fallback sites are not considered.

For example:

master_sites    http://foo.example.org/:tag1 http://bar.example.org/:tag2
distfiles       foo:tag1 bar:tag2

In this example, foo should be downloaded from foo.example.org, tag2 from bar.example.org. But the distfiles mirror and the fallback site are not added.

Attachments

tags-mirrors.diff (1.3 KB) - added by jmr@… 5 months ago.

Change History

Changed 6 months ago by jmr@…

  • component changed from ports to base

Changed 5 months ago by jmr@…

Changed 5 months ago by jmr@…

  • type changed from defect to enhancement

Implementation attached.

Changed 5 months ago by jmr@…

  • cc jmr@… removed
  • owner changed from macports-tickets@… to jmr@…
  • status changed from new to assigned

Changed 5 months ago by jmr@…

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

Committed in r37914.

Note: See TracTickets for help on using tickets.