Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.buildbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-25 21:44:49 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-25 21:44:49 (GMT)
commit8e12b81139d65835c6bd9226e9593f1793508df5 (patch)
tree59d8c141798eed38cd4b4ca270d4389e8226dd1d /Makefile.buildbot
parentc6a060dba84e71959ca47779830269a6ca53a77b (diff)
Add .xz extension
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