Page History
Resubmitting last night's builds of Condor to NMI
Do this after the builds failed completely.
- Read the Building Condor on NMI page first
 - As described in the above, become the cndrauto user on nmi-s006:
sudo su - cndrautocrontab -l- See the entries for kicking off the nightly builds. Simply run them.  Example:
- /home/cndrauto/condor/run_nightly_builds --logfile=official_ports-nightly.log
 - /home/cndrauto/condor/run_nightly_builds --logfile=nmi_ports-nightly.log --platforms=nmi_one_offs --desc="NMI Ports"
 
 
 
Making a new tag and resubmitting builds of Condor to NMI
This is appropriate if code changes need to be made before resubmitting the 'nightly' builds.
- Create a new build tag.
 git tag BUILD-V7_5_5-branch-2011-1-3_2 V7_5_5-branchgit push origin BUILD-V7_5_5-branch-2011-1-3_2- Then on nmi-s006:
 sudo su - cndrauto- Verify that the code updates have made it to the local copy of the repository.
 git --git-dir=/space/git/CONDOR_SRC.git fetchgit --git-dir=/space/git/CONDOR_SRC.git log BUILD-V7_5_5-branch-2011-1-3_2- When all is ready, edit 
/space/git/nwo-build-tags.gitand replace the nightly tag with the new one you just made. (This is a hack!) - Now submit the builds as above.
 
