Rev 813 | Rev 846 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 813 | Rev 830 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | # Author Erik Larsson |
3 | # Author Erik Larsson |
| 4 | # Date 2008-05-12 |
4 | # Date 2008-05-12 |
| 5 | # |
5 | # |
| 6 | # This script builds default bios and if successful tries to build all the applications |
6 | # This script builds default bios and if successful tries to build all the applications |
| 7 | 7 | ||
| - | 8 | SCRIPTDIR=`dirname $0` |
|
| 8 | 9 | ||
| 9 | PERSONALPATH=$HOME"/svn/HomeAutomation/trunk/EmbeddedSoftware/AVR/personal" |
- | |
| 10 |
|
10 | source ${SCRIPTDIR}/settings.sh |
| 11 | TESTNODE="nightTestNode" |
- | |
| 12 | LOGFILE="results.log" |
- | |
| 13 | 11 | ||
| 14 | # Put log in separate file |
12 | # Put log in separate file |
| 15 | exec &> $LOGFILE |
13 | exec &> $LOGFILE |
| 16 | 14 | ||
| 17 | 15 | ||