Don't check eix-remote update status.

This commit is contained in:
Kolan Sh 2014-10-28 15:33:09 +03:00
parent 3ff913b3fa
commit e62a85ff36
1 changed files with 2 additions and 14 deletions

View File

@ -166,22 +166,10 @@ if [ $STAGE_CNT -eq $STAGE ]; then
# eix-remote update
if [ `which eix-remote 2>/dev/null` ]; then
$NICE_CMD eix-remote update
[ 0 -ne $? ] && echo "Stage $STAGE: 1'st eix-remote update failed ;-( =======" && exit $STAGE
# Don't check command status as gpo.zugaina.org sometimes gets broken archive for a long time
# [ 0 -ne $? ] && echo "Stage $STAGE: 1'st eix-remote update failed ;-( =======" && exit $STAGE
fi
# Spare action is not required
## eix update
#if [ `which eix-update 2>/dev/null` ]; then
# $NICE_CMD eix-update
# [ 0 -ne $? ] && echo "Stage $STAGE: eix-update failed ;-( =======" && exit $STAGE
#fi
#
## eix-remote update
#if [ `which eix-remote 2>/dev/null` ]; then
# $NICE_CMD eix-remote update
# [ 0 -ne $? ] && echo "Stage $STAGE: 2'nd eix-remote update failed ;-( =======" && exit $STAGE
#fi
# remind to upgrade Xorg input drivers
tmp=`qlist -IC x11-base/xorg-server`
if [ "" != "$tmp" ]; then