. ./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
$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
