Last change
on this file since 613 was
613,
checked in by jemian, 12 years ago
|
minor snag since installation is done as user epicsadm
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Date Revision Author HeadURL Id
|
File size:
456 bytes
|
Line | |
---|
1 | #!/bin/tcsh |
---|
2 | |
---|
3 | ########### SVN repository information ################### |
---|
4 | # $Date: 2011-08-12 20:36:23 +0000 (Fri, 12 Aug 2011) $ |
---|
5 | # $Author: jemian $ |
---|
6 | # $Revision: 613 $ |
---|
7 | # $URL: epd_deployment/rhel5-installer.csh $ |
---|
8 | # $Id: rhel5-installer.csh 613 2011-08-12 20:36:23Z jemian $ |
---|
9 | ########### SVN repository information ################### |
---|
10 | |
---|
11 | setenv LOGFILE /tmp/epd-logfile.txt |
---|
12 | touch ${LOGFILE} |
---|
13 | |
---|
14 | foreach cmd (install-rhel5-32.sh install-rhel5-64.sh) |
---|
15 | echo '#----- start ' ${cmd} `date` >>& ${LOGFILE} |
---|
16 | ./${cmd} >>& ${LOGFILE} |
---|
17 | echo '#----- end ' ${cmd} `date` >>& ${LOGFILE} |
---|
18 | end |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.