Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2012-01-17 06:52:36 +0400
committerRyan Dahl <ry@tinyclouds.org>2012-01-17 06:52:36 +0400
commit716f5bc66bd78e5778de1c8e2c087d779de39fea (patch)
tree35450fca2ff1fe19c2731d8331403affe3b3ccdc /Makefile
parent317ba9fb645029786ec47e719a2c3bcb42b6cfd0 (diff)
Add make dist-upload
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3652db39724..3b152d2d042 100644
--- a/Makefile
+++ b/Makefile
@@ -171,6 +171,11 @@ $(TARBALL): node out/doc
rm -rf $(TARNAME)
gzip -f -9 $(TARNAME).tar
+dist-upload: $(TARBALL) $(PKG)
+ ssh node@nodejs.org mkdir -p web/nodejs.org/dist/$(VERSION)
+ scp $(TARBALL) node@nodejs.org:~/web/nodejs.org/dist/$(VERSION)/$(TARBALL)
+ scp $(PKG) node@nodejs.org:~/web/nodejs.org/dist/$(VERSION)/$(TARNAME).pkg
+
bench:
benchmark/http_simple_bench.sh