Changeset 549 in MondoRescue for branches/stable/tools/common-env
- Timestamp:
- May 14, 2006, 1:42:49 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/common-env
r548 r549 1 1 #!/bin/bash 2 2 # 3 # Creates common environment from SVN repository3 # Creates common environment 4 4 # 5 5 # $Id$ … … 12 12 export TMP=${BASE}/tmp 13 13 mkdir -p ${TMP} 14 15 # Should not be modified below16 export SVNBRANCH="branches/`cat ${TOOLHOME}/../mondo/VERSION`"17 export MINDI_VER=`cat ${BASE}/svn/${SVNBRANCH}/mindi/VERSION`18 export MONDO_VER=`cat ${BASE}/svn/${SVNBRANCH}/mondo/VERSION`19 20 # To be safe for SVN commands21 cd $TOOLHOME/..22 export REVISION=`svnversion .`23 export TAG=`cat ${TOOLHOME}/TAG
Note:
See TracChangeset
for help on using the changeset viewer.