#!/bin/bash # Disabled for now, until it's converted to use SVN exit 0 NIGHTLY_PWD=`pwd` wd="/var/www/download/tests" cd $wd # Something strange about the way things are setup on this box, these shutup a bunch of warnings. #export LANGUAGE=$LANG #export LC_ALL=$LANG #export LC_MESSAGES=$LANG # Clear out any old stuff first. rm -fr /tmp/easy_e17 rm -fr $wd/install/* # Add back the external stuff tar xzf external_installed.tar.gz # Build it. sudo ionice -c3 su onefang -c "./easy_e17.sh --conf=$wd/NIGHTLY_BUILD.conf --cvspath=$wd --postscript=$wd/NIGHTLY_BUILD_POST --instpath=$wd/install" >/dev/null 2>&1 cd $NIGHTLY_PWD