*Step-by-step instructions:* 1: Log into nmi-s006.cs.wisc.edu (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.cs.wisc.edu from the latest copy on the central repository. Make sure that /prereq/bin (where git is found on nmi-s006.cs.wisc.edu) is in your PATH. +1: Become the cndrauto user. Hint: you probably have sudo access, from there =su - cndrauto=. +1: As the cndrauto user, run git fetch to update the git repo on nmi-s006.cs.wisc.edu from the latest copy on the central repository. Make sure that /prereq/bin (where git is found on nmi-s006.cs.wisc.edu) is in your PATH. {code} % sudo su - cndrauto % git --git-dir=/space/git/CONDOR_SRC.git fetch +{endcode} +If you just made a tag or pushed a commit you want to build, check that it has made it to the local repository +{code} + % git --git-dir=/space/git/CONDOR_SRC.git log origin/V7_4-branch +{endcode} +If you don't see your tag or commits, wait a few minutes, then retry the git fetch command. +1: Exit back to your real login. +{code} % exit {endcode} -4: Exit back to your real login. -5: Submit the build as yourself. Assuming the branch you want to build is _V7_4-branch_, you'd do the following: +1: Submit the build as yourself. Assuming the branch you want to build is _V7_4-branch_, you'd do the following: *: Checkout the nmi_tools associated with the branch/tag: {code} % mkdir -p /tmp/<username>