diff --git a/scripts/outdate.sh b/scripts/outdate.sh index a2ba55d14..fb811b3d1 100755 --- a/scripts/outdate.sh +++ b/scripts/outdate.sh @@ -288,7 +288,7 @@ outdatelist="$SCRIPTDIR/outdate.list" outdateerror="$SCRIPTDIR/outdate.error" outdateskip="$SCRIPTDIR/outdate.skip" -exclude="alpha beta doc rc migration example pre dev start cpp data" +exclude="alpha beta doc rc migration example pre dev start cpp data eta" touch $outdatelist $outdateerror $outdateskip main $@ diff --git a/scripts/update.sh b/scripts/update.sh index 54c186af1..251dae681 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -27,6 +27,10 @@ for i in $(cat $SCRIPTDIR/outdate.list | tr ' ' '?'); do ver=$(echo $i | cut -d '?' -f2) oldver=$(echo $i | cut -d '?' -f3) + case $i in + python2-*) continue;; + esac + [ -s $PORTSDIR/$pkg/spkgbuild ] || { echo "Port not exist: $pkg" continue