[MacPorts] #62143: Document master_site_local, patch_site_local, archive_site_local in guide (was: base: can we have a configuration file for URL of a local sources server?)
MacPorts
noreply at macports.org
Mon Jan 25 11:36:51 UTC 2021
#62143: Document master_site_local, patch_site_local, archive_site_local in guide
--------------------------+--------------------
Reporter: snowflake | Owner: (none)
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: guide | Version:
Resolution: | Keywords:
Port: |
--------------------------+--------------------
Changes (by ryandesign):
* priority: Low => Normal
* version: 2.6.99 =>
* component: base => guide
Comment:
The configuration option for this in macports.conf is called
`master_site_local`. You probably also want to set `patch_site_local` to
the same value. Example:
{{{
master_site_local http://distfiles.local/:mirror
patch_site_local http://distfiles.local/:mirror
}}}
These do not appear to be documented in the guide, so let's make this
ticket be about the documentation request.
There is also `archive_site_local` which is supposed to usable to specify
a local site for binaries. Example:
{{{
archive_site_local http://packages.local/:tbz2
}}}
However we also have archive_sites.conf and I'm not sure of the
relationship between those two—which one takes precedence for example.
--
Ticket URL: <https://trac.macports.org/ticket/62143#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list