changeset 38b116d50cc6 in /var/www/hg/buildbot
author: Thomas Genty <
toml...@openbricks.org>
details:
http://hg.geexbox.org/buildbot?cmd=changeset;node=38b116d50cc6
description:
fix r4
diffstat:
buildbot.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1e2d0af19d10 -r 38b116d50cc6 buildbot.sh
--- a/buildbot.sh Wed Mar 13 16:37:54 2013 +0100
+++ b/buildbot.sh Wed Mar 13 19:41:25 2013 +0100
@@ -60,7 +60,7 @@
fi
}
-mkdir -p $BUILD $SOURCES $SNAPSHOTS $STAMPS/$REPONAME $LOGS $STAMPSGET
+mkdir -p $BUILD $SOURCES $SNAPSHOTS $SNAPSHOTSD $STAMPS/$REPONAME $LOGS $STAMPSGET
log "Starting"
if [ -r $STAMPS/lock ]; then
log "Another buildbot instance (`cat $STAMPS/lock`) is running, aborting."