1: Log into nmi-s006 (get an account if necessary).
2: Become the cndrauto user. Hint: you probably have sudo access, from there =su - cndrauto=.
3: As the cndrauto user, run git fetch to update the git repo on nmi-s006 from the latest copy on the central repository. Make sure that /prereq/bin (where git is found on nmi-s006) is in your PATH.
- $ git --git-dir=/space/git/CONDOR_SRC.git fetch
+{code}
+ % git --git-dir=/space/git/CONDOR_SRC.git fetch
+{endcode}
4: Exit back to your real login.
5: Submit the build as yourself. Assuming the branch you want to build is _V7_3-Thread-branch_, you'd use the following:
{code}