From faed73d625f64141da016f89e33ac2c23dbada81 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 8 Jun 2021 06:46:55 +0800 Subject: [PATCH] update scripts --- scripts/outdate.sh | 2 +- scripts/update.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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