. locations.include
up1=`dirname $TREE`
up2=`dirname $up1`
if [ -x /usr/bin/createrepo ] ; then 
  #
  # Do the site SL RPMS
  #
  sh makeyum.SITERPMS.sh 
  # Do the site security RPMS
  sh makeyum.security.sh
  # Do the site contrib RPMS
  sh makeyum.contrib.sh   
else
  echo "You need to install createrepo"
fi
