Opened 6 years ago
Closed 6 years ago
#57717 closed defect (fixed)
archive_site_local doesn't work at all
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 2.6.0 |
Component: | base | Version: | 2.5.4 |
Keywords: | haspatch | Cc: | |
Port: |
Description
Setting archive_site_local
in macports.conf (or ARCHIVE_SITE_LOCAL
in the environment) simply does not have any effect. This feature was broken two years ago in MacPorts 2.3.5.
There used to be three "extras" when specifying a class of URLs to portfetch::checksites
, and in #52626 we removed the second "extra"—the svn.macports.org fallback—but we forgot to remove the second "extra" placeholder when calling it for archive_sites
.
I will submit a PR to fix this.
Change History (4)
comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|
comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
I've manually applied this fix to the buildbot workers too.
comment:4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
https://github.com/macports/macports-base/pull/110