. ./locations.include . $MYPWD/locations.include if [ -x /usr/bin/createrepo ] ; then # cd $TREE/updates/fastbugs/ echo "Making yum headers for `pwd`" createrepo . if [ -d .olddata ] ; then /bin/rm -r .olddata fi # repoview -t "Scientific Linux FASTBUGS $VERSION $ARCH" . # removed because createrepo does not like "-d" else echo "You need to install createrepo" fi