#Point release -  5.4 --> 5.5
topdir = /mnt/src/scientific on norob.fnal.gov
	Move in packages from "notdoneyet"
		cd $topdir/$arch/updates/notdoneyet
		sh moveallrpms.sh
			As it goes through the list, check to make sure that the rpm 
			being moved in is newer than the old one.
	Move in packages from "fastbugs"
		cd $topdir/$arch/updates/fastbugs
		mv *.rpm ../notdoneyet
		cd $topdir/$arch/updates/notdoneyet
		sh moveallrpms.sh
			As it goes through the list, check to make sure that the rpm 
			being moved in is newer than the old one.
	Move in packages from RHEL5 Update 5
		These are the packages that have been rebuilt from the latest update
		We have put these in the mock.$arch/update5 directory
		cd /mnt/src/5/RPMS/mock.$arch/update5
		mv *.rpm ..
		cd ..
		sh movetonotdoneyet.sh
		cd $topdir/$arch/updates/notdoneyet
		sh moveallrpms.sh
			As it goes through the list, check to make sure that the rpm 
			being moved in is newer than the old one.
	Rebuild the new distribution, including new net install images
		cd $topdir/$arch/build/scripts
		sh make.everything.sh
			When it asks to build a new image type 'y'
		After it is done with this, I test the distro to make sure it installs
	Sync it up to the real 5rolling
		ssh -l root linux88
		cd /root/scripts/rsync
		sh rsync.from.norob.5rolling.$arch.sh -n
			Look at /tmp/rsync.5rolling.$arch to make sure everything looks ok
		sh rsync.from.norob.5rolling.$arch.sh
		After it is done with this, do an install from the real release