Changeset 561 in MondoRescue for trunk/tools/common-env
- Timestamp:
- May 20, 2006, 5:51:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common-env
r320 r561 1 1 #!/bin/bash 2 2 # 3 # Creates common environment from SVN repository3 # Creates common environment 4 4 # 5 5 # $Id$ … … 8 8 # Adapt to your needs 9 9 export BASE=${HOME}/mondo 10 11 # Should not be modified below 12 dname=`dirname $0` 13 export VER="branches/`cat $dname/../mondo/VERSION`" 10 export TOPDIR=${BASE}/build 11 mkdir -p ${TOPDIR} 14 12 export TMP=${BASE}/tmp 15 13 mkdir -p ${TMP} 16 17 export MINDI_VER=`cat ${BASE}/svn/${VER}/mindi/VERSION`18 export MONDO_VER=`cat ${BASE}/svn/${VER}/mondo/VERSION`19 20 # To be safe for SVN commands21 cd $TOOLHOME/..22 export REVISION=`$TOOLHOME/mksvnversion`
Note:
See TracChangeset
for help on using the changeset viewer.