Changeset 900 in MondoRescue for trunk/tools/livwww


Ignore:
Timestamp:
Oct 24, 2006, 8:49:18 AM (17 years ago)
Author:
Bruno Cornec
Message:

Huge patch to introduce low level functions that will bw used everywhere (mr_free, mr_asprintf, ...)
Nearly linking now due to that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/livwww

    r672 r900  
    3131fi
    3232
    33 /sbin/ifconfig | egrep -q '10\.3' 2>&1 > /dev/null
    34 if [ $? = 0 ]; then
    35     DESTMACH=mondo.hpintelco.org
    36 else
    37     DESTMACH=www.mondorescue.org
    38 fi
    39 
    4033dname=`dirname $0`
    4134prem=`echo $dname |cut -c1`
     
    4841. $TOOLHOME/common-env
    4942. $TOOLHOME/svn-env
     43. $TOOLHOME/ftp-env
    5044
    51 cd ${BASE}/svn
     45# To be safe for SVN commands
     46cd ${TOOLHOME}/..
    5247
    5348if [ $force -eq 1 ]; then
     
    5651fi
    5752
    58 svn export $optsvn ${SVNBRANCH}/website $LOCALDIR
     53svn export $optsvn ${TOOLHOME}/../website $LOCALDIR
    5954
    6055if [ $force -eq 1 ]; then
     
    6358fi
    6459
    65 svn export $optsvn ${SVNBRANCH}/mondo-doc $LOCALDOC
     60svn export $optsvn ${TOOLHOME}/../mondo-doc $LOCALDOC
    6661
    6762#
Note: See TracChangeset for help on using the changeset viewer.