change found before expo 2012 on expo website

This commit is contained in:
ExpoOnServer
2012-06-10 09:44:23 +01:00
parent cb26f1507e
commit 511ed7db4b
15 changed files with 235 additions and 1133 deletions

View File

@@ -3,10 +3,18 @@
#LOGFILE=~expo/logs/cronlog
#echo "Starting expo website update script"
echo "<html><head><title>updateweb script log output</title></head><body><pre>"
echo `date`
echo "Changing to directory: ~expo/expoweb"
cd ~expo/troggle
echo -e "Running 'hg update for troggle'\n-------------"
hg update
cd ~expo/loser
echo -e "Running 'hg update for loser'\n-------------"
hg update
cd ~expo/expoweb
echo -e "Running 'hg update'\n-------------"
echo -e "Running 'hg update for expoweb'\n-------------"
hg update
echo -e "Regenerating website\n-------------"
make
make
echo "</pre></body></html>"