diff --git a/doomsday/host/doomsday-host b/doomsday/host/doomsday-host index 457d5d4a79..ff1e56d07b 100755 --- a/doomsday/host/doomsday-host +++ b/doomsday/host/doomsday-host @@ -2,7 +2,7 @@ # -*- Mode: Python; -*- # The Doomsday Host is a cron utility script that helps with maintaining -# a set of Doomsday servers. +# a set of Doomsday servers. Configure to run on every minute. # - configure any number of servers # - log file rotation # - automatic updates by rebuilding from source with custom options @@ -219,11 +219,11 @@ def rebuildAndInstall(): os.chdir(buildDir) run('git checkout ' + branch) run('git pull') - run('sudo_make uninstall', mustSucceed=False) + run('sudo make uninstall', mustSucceed=False) run('make clean') run(qmakeCommand) run('make') - run('sudo_make install') + run('sudo make install') except Exception: msg('Failed to build!') return False diff --git a/doomsday/host/doomsdayhostrc-example b/doomsday/host/doomsdayhostrc-example index d2d1c42269..3e6a30ae44 100644 --- a/doomsday/host/doomsdayhostrc-example +++ b/doomsday/host/doomsdayhostrc-example @@ -1,11 +1,11 @@ - host.log + /home/jaakko/host.log - + master - /Users/jaakko/src/deng/doomsday-build + /home/jaakko/src/deng/doomsday-build qmake -r ../doomsday/doomsday.pro CONFIG+='debug deng_packres' @@ -16,58 +16,58 @@ + dir="/home/jaakko/runtime/doom"> - + + dir="/home/jaakko/runtime/doom2"> - + + dir="/home/jaakko/runtime/heretic"> - + + dir="/home/jaakko/runtime/hexen"> - + + dir="/home/jaakko/runtime/doom-dm"> - + + dir="/home/jaakko/runtime/doom2-dm"> - + + dir="/home/jaakko/runtime/heretic-dm"> - + + dir="/home/jaakko/runtime/hexen-dm"> - + \ No newline at end of file