Remove commented lines from setup script

Change-Id: Ifb9ef7c2e1a972d0d686ba0102d7fbd1bd0f868e
This commit is contained in:
Igor Yozhikov 2014-05-27 15:24:00 +04:00 committed by Ekaterina Fedorova
parent b1282e0144
commit 685f0e844f
1 changed files with 0 additions and 18 deletions

View File

@ -204,24 +204,6 @@ function find_pip()
version_ge $_pip_ver "1.5"
if [ $? -eq 0 ]; then
log "For future use, experimental, use pip v$pip_min_ver!"
#exit 1
##_pipargs="--allow-unverified --allow-external"
#_pipargs="--allow-all-external"
#mk_dir "/root/.pip"
#_pipcfg="/root/.pip/pip.conf"
#if [ ! -f "$_pipcfg" ]; then
# touch $_pipcfg
#fi
#iniset 'install' 'allow-all-external' 'true' "$_pipcfg"
#iniset 'install' 'allow-all-unverified' 'true' "$_pipcfg"
#log "Setuptools upgrade required..."
#$cmd install setuptools --no-use-wheel --upgrade >> $LOGFILE 2>&1
#if [ $? -ne 0 ]; then
# log "...upgrade fails, exiting"
# exit 1
#else
# log "...success"
#fi
fi
log "Found pip version - $_pip_ver"
fi