New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 12 and Version 13 of howto/ShareArchives2


Ignore:
Timestamp:
07/11/12 09:48:37 (11 months ago)
Author:
snc@…
Comment:

archive settings moved from macports.conf to archive_sites.conf since MacPorts 2.1.0

Legend:

Unmodified
Added
Removed
Modified
  • howto/ShareArchives2

    v12 v13  
    191191Now, MacPorts needs to be configured to fetch archives from the build system. The '''archive_site_local''' setting can be set to an IP, but it will likely be more convenient to use the Bonjour name of the local system. This name can be found in the '''Sharing''' preference pane. 
    192192 
    193 Add the following to '''/opt/local/etc/macports/macports.conf''' 
    194 {{{ 
    195 archive_site_local      http://bonjour.local:6227/ 
     193Add the following to '''/opt/local/etc/macports/archive_sites.conf''' 
     194{{{ 
     195name                bonjour 
     196urls                http://bonjour.local:6227/ 
    196197}}} 
    197198