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 9526b7e..e848c55 100644
--- a/Makefile.buildbot
+++ b/Makefile.buildbot
@@ -28,6 +28,6 @@ snapshot-clean:
snapshot-notify:
@echo "Notifying about upload completion"
@ssh $(SNAPSHOT_DEST_HOST) $(SNAPSHOT_DEST_ROOT)/upload-completed \
- $(SNAPSHOT_DEST_DIR) $(SNAPSHOT_FILENAME)
+ $(SNAPSHOT_DEST_DIR) $(SNAPSHOT_FILENAME).xz
snapshot-upload: snapshot-copy snapshot-clean snapshot-notify