summaryrefslogtreecommitdiffstats
path: root/sanity/nightly_sanity/nightly_sanity.sh
Commit message (Collapse)AuthorAgeFilesLines
* sanity/nightly_sanity: save the patches applied everydayRaghavendra Bhat2011-09-231-2/+5
| | | | | | Do not print the git diff of the applied patches in the message. Instead copy the patches diretory to /tmp and save that directory in the results directory everyday.
* nightly_sanity/nightly_sanity.sh: option for specifying the branchRaghavendra Bhat2011-09-211-1/+40
| | | | | | | | Now the script looks into /root/branch file for deciding which branch it should checkout to and pull. If the branch mentioned in the file is not created it will try to create that branch. If wrong branch is given or if any error happens while checking out the branch, then script by default continues on master.
* nightly_sanity/nightly_sanitysh: export the PATH variableRaghavendra Bhat2011-09-211-21/+24
| | | | | | Since nightly_sanity script is started by a cron job, the shell environment while this script is being executed may not have the PATH variable set to all the appropriate paths. So update the PATH variable separately in the script.
* some nightly sanity scriptsRaghavendra Bhat2011-09-091-0/+117