diff --git a/autoport b/autoport index 190a8b2..45a7e6d 100755 --- a/autoport +++ b/autoport @@ -4,7 +4,7 @@ # # Released under the terms of the GNU GPL release 3 license # -VERSION=0.9.1 +VERSION=0.9.0 BASE_ARCH=i586 BASE_REPOSITORY=devel PORT_REPOSITORY=devel @@ -476,7 +476,7 @@ for TARGET_ARCH in ${TARGET_ARCHS}; do echo "(FAILED)" JOB_LOG=`grep "^?= See " $tmpfile | awk '{ print $3 }'` [ "$JOB_LOG" ] || JOB_LOG=$tmpfile - find_requirements $JOB_LOG + [ ! "$REBUILD_MILESTONE" ] && find_requirements $JOB_LOG continue } || { cat $tmpfile >> $logfile