cd /space/tmp
 mkdir release-$RELEASE
 cd release-$RELEASE
-find /nmi/run/cndrauto/2008/*/$GID/userdir -type f -name results.tar.gz | grep -v '/common/' | grep -v '/nmi:x86_winnt_5.1/'  | xargs -n1 tar xvzf
+find /nmi/run/cndrauto/*/*/$GID/userdir -type f -name results.tar.gz | grep -v '/common/' | grep -v '/nmi:x86_winnt_5.1/'  | xargs -n1 tar xvzf
+cp /nmi/run/cndrauto/*/*/$GID/userdir/nmi\:x86_winnt_5.1/release.tar.gz condor-$RELEASE-winnt50-x86.tar.gz
+tar zxvf /nmi/run/cndrauto/*/*/$GID/userdir/common/results.tar.gz condor-$RELEASE.tar.gz
 {endcode}
 *:::: Get some coffee, it'll be a while.
 *:::: On a CSL machine:
@@ -231,7 +233,7 @@
 ls | grep -v unstripped | xargs --replace mv '{}' ../
 {endcode}
 *:::: (You can also use "=scp nmi-s006:/space/tmp/release-$RELEASE/public/v$RELEASE_MAJOR/'*' ./=" to copy the binaries over. rsync provides the advantage that you can re-run it over and over again if your transfer is interrupted and you won't re-copy what you already have.)
-*::: Option 3: Derek has a script to search through a given NWO rundir and move everything we need. The script lives in the nmi_tools directory in CVS, and is called =move_to_afs=. Beware that this script will eat up around 8 gigabytes while it runs.
+*::: Option 3: Derek has a script to search through a given NMI rundir and move everything we need. The script lives in the nmi_tools directory in git, and is called =move_to_afs=. Beware that this script will eat up around 8 gigabytes while it runs. It's also old and crusty and should be avoided.
 *:: WINDOWS: With 6.7.18 hopefully Windows packages will be automatic. Until that's working, Greg Quinn is manually creating the packages and will probably just copy it into AFS directly.
 
 1: XXX This step needs a refinement in the script intellect. XXX