Don't check eix-remote update status.
This commit is contained in:
parent
3ff913b3fa
commit
e62a85ff36
|
@ -166,22 +166,10 @@ if [ $STAGE_CNT -eq $STAGE ]; then
|
||||||
# eix-remote update
|
# eix-remote update
|
||||||
if [ `which eix-remote 2>/dev/null` ]; then
|
if [ `which eix-remote 2>/dev/null` ]; then
|
||||||
$NICE_CMD eix-remote update
|
$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
|
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
|
# remind to upgrade Xorg input drivers
|
||||||
tmp=`qlist -IC x11-base/xorg-server`
|
tmp=`qlist -IC x11-base/xorg-server`
|
||||||
if [ "" != "$tmp" ]; then
|
if [ "" != "$tmp" ]; then
|
||||||
|
|
Loading…
Reference in New Issue