Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.buildbot')
-rw-r--r--Makefile.buildbot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.buildbot b/Makefile.buildbot
index 3f1cde9..60d6d8a 100644
--- a/Makefile.buildbot
+++ b/Makefile.buildbot
@@ -9,7 +9,7 @@ SNAPSHOT_DEST=$(SNAPSHOT_DEST_HOST):$(SNAPSHOT_DEST_DIR)$(SUGAR_BUILDBOT)
upload-docs:
rsync -r --progress $(DOCS_SOURCE) $(DOCS_DEST)
-upload-snapshot:
+upload-snapshot: helpers-build
@TMP_DIR=`mktemp -td sugar-build-snapshot-XXXX` && \
echo "Creating snapshot" && \
SNAPSHOT_PATH=`commands/helpers/build-snapshot $$TMP_DIR` && \