Closed renefritze closed 11 years ago
Make errors get dumped in index.html We should probably move the xsltproc stuff to a seperate script that can deal with errors better than the current command sequence in cmake.
already done:
cat /home/spring/bin/update-protocol.sh
cd /home/spring/www/wwwroot/dl/LobbyProtocol
git pull --quiet if ! make >error.log 2>&1 ; then mv error.log index.html fi
Make errors get dumped in index.html We should probably move the xsltproc stuff to a seperate script that can deal with errors better than the current command sequence in cmake.