{code}
 cat /p/condor/public/html/yum/files/mapping.txt
 {endcode}
-1:: Invoke the script to download packages and update the repositories. Verify the list of platforms to release. The script will wait for confirmation; proceed by pressing enter.  *Make sure to do this in a RHEL-5 machine.*  If you do this on RHEL-6 then the RHEL-5 checksums will not be generated correctly.  There is a way to fix this but the manage_repo.pl script has not yet been modified to do so.
+1:: Invoke the script to update the repositories. Verify the list of platforms to release. The script will wait for confirmation; proceed by pressing enter.  *Make sure to do this in a RHEL-5 machine.*  If you do this on RHEL-6 then the RHEL-5 checksums will not be generated correctly.  There is a way to fix this but the manage_repo.pl script has not yet been modified to do so.
 {code}
-/p/condor/public/html/yum/files/manage_repo.pl -u -b stable
+For stable:
+  /p/condor/public/html/yum/files/manage_repo.pl -u -b stable
+
+For development releases:
+  /p/condor/public/html/yum/files/manage_repo.pl -u -b development
 {endcode}
 
 This script has a mode to automatically download the binaries from NMI and extract the native packages but it might need updating for new NMI.  I (Scot) always just manually copy the files over from AFS (=/p/condor/public/binaries/...=).