Changeset 872 in MondoRescue for branches/stable/tools/livwww


Ignore:
Timestamp:
Oct 4, 2006, 3:08:01 PM (18 years ago)
Author:
Bruno Cornec
Message:

Fix bug #79 by removing use of SVNBRANCH and BASE variable in build process
WARNING: the build process doesn't allow anymore to use the script of one version for building another version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/livwww

    r659 r872  
    4949. $TOOLHOME/svn-env
    5050
    51 cd ${BASE}/svn
     51# To be safe for SVN commands
     52cd ${TOOLHOME}/..
    5253
    5354if [ $force -eq 1 ]; then
     
    5657fi
    5758
    58 svn export $optsvn ${SVNBRANCH}/website $LOCALDIR
     59svn export $optsvn ${TOOLHOME}/../website $LOCALDIR
    5960
    6061if [ $force -eq 1 ]; then
     
    6364fi
    6465
    65 svn export $optsvn ${SVNBRANCH}/mondo-doc $LOCALDOC
     66svn export $optsvn ${TOOLHOME}/../mondo-doc $LOCALDOC
    6667
    6768#
Note: See TracChangeset for help on using the changeset viewer.