. ./locations.include WHERE=`pwd` if [ $ARCH = "i386" ] ; then TESTARCH=i686 else TESTARCH=x86_64 fi BASE_DIR=$RELEASEDIR OS_DIR=$BASE_DIR/$ARCH/SL SECURITY_DIR=$BASE_DIR/$ARCH/updates/security FASTBUGS_DIR=$BASE_DIR/$ARCH/updates/fastbugs echo "Checking base only" $WHERE/repoclosure.py --tempcache --newest --repofrompath=os,$OS_DIR --repoid=os -a $TESTARCH echo "checking base and security" $WHERE/repoclosure.py --tempcache --newest --repofrompath=os,$OS_DIR --repoid=os --repofrompath=security,$SECURITY_DIR --repoid=security -a $TESTARCH echo "checking base and security and fastbugs" $WHERE/repoclosure.py --tempcache --newest --repofrompath=os,$OS_DIR --repoid=os --repofrompath=security,$SECURITY_DIR --repoid=security --repofrompath=fastbugs,$FASTBUGS_DIR --repoid=fastbugs -a $TESTARCH