Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 37255 for trunk/base/src

Show
Ignore:
Timestamp:
05/31/08 23:27:45 (6 months ago)
Author:
jmr@…
Message:

The distfile mirror does in fact have patchfiles as well, so append it to patch_sites.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portfetch.tcl

    r37217 r37255  
    227227    } 
    228228     
    229     # we probably want to mirror downloaded patches 
    230     # on distfiles.macports.org too, but we don't currently 
    231     append patch_sites " ${fallback_mirror_site}" 
     229    append patch_sites " ${global_mirror_site} ${fallback_mirror_site}" 
    232230    if {[info exists env(PATCH_SITE_LOCAL)]} { 
    233231        set patch_sites [concat $env(PATCH_SITE_LOCAL) $patch_sites]