1: Make a nicer front page with all the .repo files?
 1: Decide how many RPMs and Debs to keep around at a time
 
-The repositories are kept up-to-date through a combination of the build glue which runs on the submit node (submit-2.batlab.org) and a script that runs on mirror.batlab.org.  The glue pushes all RPMs (and eventually Deb files too) to a well known directory on mirror.batlab.org.  The script on mirror.batlab.org runs out of cron and wakes up periodically, looks in the well known directory, moves files into their respective repo (creating the directories if needed), and re-runs createrepo (or the debian equivalent).
+The repositories are kept up-to-date through a combination of the build glue which runs on the submit node (submit-3.batlab.org) and a script that runs on mirror.batlab.org.  The glue pushes all RPMs (and eventually Deb files too) to a well known directory on mirror.batlab.org.  The script on mirror.batlab.org runs out of cron and wakes up periodically, looks in the well known directory, moves files into their respective repo (creating the directories if needed), and re-runs createrepo (or the debian equivalent).
 
 The code is available in SVN at: =/p/condor/software/svn/condor/testing-repo-scripts=
 
 {section: The Build and Test Dashboard}
 
-{link: http://submit-2.batlab.org/results/ Build and Test dashboard}
+{link: http://submit-3.batlab.org/results/ Build and Test dashboard}
 
 The code is in PHP.  It is available in the same SVN repository as the per-commit build scripts: =/p/condor/software/svn/build-dashboard/=
 
-Currently it is made available on submit-2.batlab.org by placing it in =/home/condorauto/public/html/results= and placing a symlink in =/var/www/html=
+Currently it is made available on submit-3.batlab.org by placing it in =/home/condorauto/public/html/results= and placing a symlink in =/var/www/html=
 
 {code}
-[kronenfe@submit-2 html]$ ll /var/www/html
+[kronenfe@submit-3 html]$ ll /var/www/html
 ...
 lrwxrwxrwx 1 root         root            36 Sep  8  2011 results -> /home/condorauto/public/html/results
 lrwxrwxrwx 1 root         root            42 Sep 22  2011 results-devel -> /home/condorauto/public/html/results-devel