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-24 17:43:52 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-24 17:43:52 (GMT)
commit5d7f4c4995f1665e52559ef2deed1b2191456c6a (patch)
tree768be870cef00701b83555fba21c84d4250c251e /Makefile.buildbot
parente485db532f3ac5519ec4bd975cc969794c5bce7f (diff)
Typo in the 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 0bc507a..90354cd 100644
--- a/Makefile.buildbot
+++ b/Makefile.buildbot
@@ -11,7 +11,7 @@ upload-docs:
upload-snapshot:
@TMP_DIR=`mktemp -td sugar-build-snapshot-XXXX` && \
- SNAPSHOT_FILENAME=sugar-build-`date +%Y%m%d-%H%M%S.tar.xv` && \
+ SNAPSHOT_FILENAME=sugar-build-`date +%Y%m%d-%H%M%S.tar.xz` && \
echo "Creating $$SNAPSHOT_FILENAME" && \
ln -s `pwd` $$TMP_DIR/sugar-build && \
cd $$TMP_DIR && \