Changeset b61a4a9 for common


Ignore:
Timestamp:
05/09/2006 08:22:28 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
d68d2c1
Parents:
c7e480d
Message:

Merged r2674 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rc7e480d rb61a4a9  
    736736        rm -fv $FILE
    737737          # Force generation of MD5SUM and storage in SRC_ARCHIVE
    738         fromARCHIVE=0; HAVEMD5=0
    739           # Try and retrieve the file
    740         if ! wget -N $URL1 && ! wget -N $URL2 ; then
     738        fromARCHIVE=0;
     739          # Try and retrieve the file. Servers in reverse order.
     740        if ! wget $URL2 && ! wget $URL1 ; then
    741741          gs_wrt_message "$FILE not found on the servers.. SKIPPING"
    742742          continue
     
    748748    if [[ "$HAVEMD5" = "1" ]] && ! echo "$MD5" | md5sum -c - >/dev/null ; then
    749749      gs_wrt_message "$FILE does not match MD5SUMS value"
     750      # Force generation of MD5SUM
     751      HAVEMD5=0
    750752    fi
    751753
Note: See TracChangeset for help on using the changeset viewer.