|
|
|
@ -3,7 +3,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: bin/sde-download |
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2010 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
|
@ -60,7 +60,7 @@ mkdir -p tmp/ download/ |
|
|
|
|
|
|
|
# Load system wide configuration for this tool |
|
|
|
# |
|
|
|
config=default mirror= mirror_last= altdir= proxy= proxyauth= |
|
|
|
config=default mirror= mirror_last= altdir= proxy= proxyauth= notimeout= |
|
|
|
|
|
|
|
if [ -s "$SDESETTINGS" ]; then |
|
|
|
eval $( $SDEROOT/bin/sde-config-ini -F "$SDESETTINGS" download ) |
|
|
|
@ -68,7 +68,7 @@ if [ -s "$SDESETTINGS" ]; then |
|
|
|
fi |
|
|
|
|
|
|
|
this_is_the_2nd_run=0 |
|
|
|
checkonly=0 tryques=0 nocheck=0 notimeout=0 |
|
|
|
checkonly=0 tryques=0 nocheck=0 |
|
|
|
options='-this_is_the_2nd_run ' |
|
|
|
curl_options='-A opensde-downloader --disable-epsv --location -f' |
|
|
|
altcopy=link ; verbose=1 |
|
|
|
|