Changeset 553 in MondoRescue for branches/stable/tools/svn-env


Ignore:
Timestamp:
May 18, 2006, 12:40:32 AM (18 years ago)
Author:
bcornec
Message:

Build process in 3 steps:

svn2build creates tar files from SVN (works mostly)
build2pkg creates packages from tar files (works mostly)
build2qemu (has to be created from mkqemu) will create packages for all supported virtuel machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/svn-env

    r550 r553  
    77
    88export SVNBRANCH="branches/`cat ${TOOLHOME}/../mondo/VERSION`"
    9 export MINDI_VER=`cat ${BASE}/svn/${SVNBRANCH}/mindi/VERSION`
    10 export MONDO_VER=`cat ${BASE}/svn/${SVNBRANCH}/mondo/VERSION`
     9export VER=`cat ${BASE}/svn/${SVNBRANCH}/mondo/VERSION`
    1110
    1211# To be safe for SVN commands
    13 cd $TOOLHOME/..
    14 export REVISION=`svnversion .`
     12export REVISION=`(cd $TOOLHOME/.. ; svnversion .)`
    1513export TAG=`cat ${TOOLHOME}/TAG`
Note: See TracChangeset for help on using the changeset viewer.