Ignore:
Timestamp:
05/03/2006 03:30:52 AM (18 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
26d25e8
Parents:
c5a416f
Message:

Changed order of download loacations; prefer $SERVER to upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rc5a416f r296ae69  
    671671
    672672      # Locations
    673     URL1=`echo $line | cut -d" " -f1` # Upstream URL
    674     URL2=`echo $line | cut -d" " -f2` # Fallback URL
     673    URL1=`echo $line | cut -d" " -f2` # Preferred URL
     674    URL2=`echo $line | cut -d" " -f1` # Fallback Upstream URL
    675675    FILE=`basename $URL2` # File name
    676676
Note: See TracChangeset for help on using the changeset viewer.