autoport: don't build missing deps in MILESTONE_REBUILD mode

This commit is contained in:
Silvan Calarco 2012-05-10 10:37:10 +02:00
parent c97abad872
commit 465e63d0ef

View File

@ -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