Skip to content
Closed

Master #2775

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
42a8a0a
Working on v5.0.0
rvagg Aug 30, 2015
97dfbdb
doc: add TSC meeting minutes 2015-08-26
rvagg Aug 28, 2015
750addd
test: unmark test-process-argv-0.js as flaky
Trott Aug 29, 2015
2380156
doc: add TSC meeting minutes 2015-08-12
rvagg Aug 19, 2015
325ad7f
build: fix bad cherry-pick for vcbuild.bat build-release
rvagg Aug 31, 2015
cad0397
tools: update release.sh to work with new website
rvagg Aug 31, 2015
b236a35
build: rename 'doc' directory to 'docs' for upload
rvagg Aug 31, 2015
6dfbd11
build: change staging directory on new server
rvagg Aug 31, 2015
5169b51
build: set file permissions before uploading
rvagg Aug 31, 2015
37ee43e
test: improve performance of stringbytes test
trevnorris Aug 17, 2015
e3740e4
src: only memcmp if length > 0 in Buffer::Compare
skomski Aug 21, 2015
a161594
deps: upgrade libuv to 1.7.3
saghul Aug 5, 2015
112c527
build: fix borked chmod call for release uploads
rvagg Sep 2, 2015
45fb340
src: only set v8 flags if argc > 1
evanlucas Sep 2, 2015
e5bb668
timers: Avoid linear scan in _unrefActive.
Aug 20, 2014
9724047
timers: don't mutate unref list while iterating it
Dec 18, 2014
049b3a3
timers: minor _unrefActive fixes and improvements
Fishrock123 Aug 27, 2015
a06e11d
doc: update changelog for io.js v3.3.0
rvagg Sep 2, 2015
37fcd0b
deps: backport 75e43a6 from v8 upstream
Aug 11, 2015
242c88b
test: mark test-repl-persistent-history as flaky
joaocgreis Sep 2, 2015
68a658d
test: mark test-vm-syntax-error-stderr as flaky
joaocgreis Sep 2, 2015
599d4f5
src: fix memory leak in ExternString
skomski Aug 16, 2015
607aa3a
child_process: add callback parameter to .send()
bnoordhuis Aug 30, 2015
165767d
test: mark eval_messages as flaky
orangemocha Sep 2, 2015
aa0f8bf
doc: reorder collaborators by their usernames
jbergstroem Jul 25, 2015
65844af
doc: update url doc to account for escaping
Fishrock123 Aug 28, 2015
10a32ae
test: refactor to eliminate flaky test
Trott Aug 29, 2015
32037b7
child_process: check execFile and fork args
jasnell Sep 2, 2015
6ed0603
build: add --enable-asan with builtin leakcheck
skomski Aug 14, 2015
46b7d15
events,lib: don't require EE#listenerCount()
Fishrock123 Sep 2, 2015
9fddd83
deps: upgrade V8 to 4.5.103.24
ofrobots Aug 23, 2015
0159ac9
src: apply debug force load fixups from 41e63fb
ofrobots Aug 23, 2015
56db28b
contextify: ignore getters during initialization
indutny Jul 7, 2015
d571680
test: fix test-repl-tab-complete.js for V8 4.5
ofrobots Aug 23, 2015
9a03ae6
src: enable v8 deprecation warnings and fix them
bnoordhuis Jul 1, 2015
4abc896
src: replace usage of v8::Handle with v8::Local
targos Jul 18, 2015
6c1b26a
src: enable vector ics on arm again
ofrobots Aug 23, 2015
439c1dd
src: re-enable fast math on arm
targos Aug 28, 2015
4e3d767
deps: upgrade V8 to 4.5.103.30
ofrobots Sep 1, 2015
30e76c5
test: fix use of `common` before required
rvagg Sep 4, 2015
729479f
buffer: SlowBuffer only accept valid numeric values
targos Sep 1, 2015
f0a75ab
doc,test: enable recursive file watching in Windows
thefourtheye Sep 2, 2015
3bb9237
src: fix buffer overflow for long exception lines
skomski Sep 3, 2015
9860877
src: use standard conform snprintf on windows
skomski Sep 3, 2015
6532e93
doc: update environment vars in manpage and --help
silverwind Sep 4, 2015
88505bd
doc: add TSC meeting minutes 2015-09-02
rvagg Sep 3, 2015
d65106e
build: fix .pkg creation tooling
rvagg Sep 4, 2015
b4f1711
deps: backport 75e43a6 from v8 upstream (again)
Aug 11, 2015
d15ba80
deps: upgrade to npm 2.14.2
zkat Sep 4, 2015
ba02bd0
deps: create .npmrc during npm tests
zkat Sep 4, 2015
a493dab
cpplint: make it possible to run outside git repo
bnoordhuis Sep 5, 2015
b3c4cec
build: make .msi install to "nodejs", not "node"
rvagg Sep 5, 2015
cdfa271
doc: update AUTHORS list
rvagg Aug 31, 2015
7ee58be
crypto: replace rwlocks with simple mutexes
bnoordhuis Sep 7, 2015
3bc7e58
child_process: use stdio.fd even if it is 0
evanlucas Sep 7, 2015
278a926
src: s/ia32/x86 for process.release.libUrl for win
rvagg Sep 5, 2015
b8341e8
deps: float node-gyp v3.0.0
rvagg Sep 5, 2015
154d3f5
build: remote commands on staging in single session
rvagg Sep 7, 2015
c7be08c
cluster: allow shared reused dgram sockets
indutny Aug 25, 2015
31450fc
deps: improve ArrayBuffer performance in v8
indutny Sep 8, 2015
22097a2
node-gyp: float 3.0.1, minor fix for download url
rvagg Sep 8, 2015
297b9ae
build: fix v8_enable_handle_zapping override
skomski Sep 7, 2015
8f87169
doc: fix comma splice in Assertion Testing doc
Trott Sep 7, 2015
380a3d8
2015-09-08, Version 4.0.0 (Stable) Release
rvagg Sep 7, 2015
f8152df
test: expect error for test_lookup_ipv6_hint on FreeBSD
Trott Sep 7, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: set file permissions before uploading
PR-URL: #2623
Reviewed-By: jbergstroem - Johan Bergström <bugs@bergstroem.nu>
  • Loading branch information
rvagg committed Sep 1, 2015
commit 5169b516509df7a829ffb8457ac648c056f85922
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ pkg: $(PKG)

pkg-upload: pkg
ssh $(STAGINGSERVER) "mkdir -p nodejs/$(DISTTYPEDIR)/$(FULLVERSION)"
chmod 664 node-$(FULLVERSION).pkg
scp -p node-$(FULLVERSION).pkg $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/node-$(FULLVERSION).pkg
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/node-$(FULLVERSION).pkg.done"

Expand All @@ -373,16 +374,19 @@ tar: $(TARBALL)

tar-upload: tar
ssh $(STAGINGSERVER) "mkdir -p nodejs/$(DISTTYPEDIR)/$(FULLVERSION)"
chmod 664 node-$(FULLVERSION).tar.gz
scp -p node-$(FULLVERSION).tar.gz $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/node-$(FULLVERSION).tar.gz
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/node-$(FULLVERSION).tar.gz.done"
ifeq ($(XZ), 0)
chmod 664 node-$(FULLVERSION).tar.xz
scp -p node-$(FULLVERSION).tar.xz $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/node-$(FULLVERSION).tar.xz
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/node-$(FULLVERSION).tar.xz.done"
endif

doc-upload: tar
ssh $(STAGINGSERVER) "mkdir -p nodejs/$(DISTTYPEDIR)/$(FULLVERSION)"
scp -r out/doc/ $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs/
chmod -R ug=rw-x+X,o=r+X out/doc/
scp -pr out/doc/ $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs/
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/docs.done"

$(TARBALL)-headers: config.gypi release-only
Expand All @@ -406,9 +410,11 @@ tar-headers: $(TARBALL)-headers

tar-headers-upload: tar-headers
ssh $(STAGINGSERVER) "mkdir -p nodejs/$(DISTTYPEDIR)/$(FULLVERSION)"
chmod 664 $(TARNAME)-headers.tar.gz
scp -p $(TARNAME)-headers.tar.gz $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/$(TARNAME)-headers.tar.gz
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/$(TARNAME)-headers.tar.gz.done"
ifeq ($(XZ), 0)
chmod 664 $(TARNAME)-headers.tar.xz
scp -p $(TARNAME)-headers.tar.xz $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/$(TARNAME)-headers.tar.xz
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/$(TARNAME)-headers.tar.xz.done"
endif
Expand Down Expand Up @@ -438,9 +444,11 @@ binary: $(BINARYTAR)

binary-upload: binary
ssh $(STAGINGSERVER) "mkdir -p nodejs/$(DISTTYPEDIR)/$(FULLVERSION)"
chmod 664 node-$(FULLVERSION)-$(OSTYPE)-$(ARCH).tar.gz
scp -p node-$(FULLVERSION)-$(OSTYPE)-$(ARCH).tar.gz $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/node-$(FULLVERSION)-$(OSTYPE)-$(ARCH).tar.gz
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/node-$(FULLVERSION)-$(OSTYPE)-$(ARCH).tar.gz.done"
ifeq ($(XZ), 0)
chmod 664 node-$(FULLVERSION)-$(OSTYPE)-$(ARCH).tar.xz
scp -p node-$(FULLVERSION)-$(OSTYPE)-$(ARCH).tar.xz $(STAGINGSERVER):nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/node-$(FULLVERSION)-$(OSTYPE)-$(ARCH).tar.xz
ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/node-$(FULLVERSION)-$(OSTYPE)-$(ARCH).tar.xz.done"
endif
Expand Down
1 change: 1 addition & 0 deletions vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ scp -F %SSHCONFIG% Release\node.exe %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLV
scp -F %SSHCONFIG% Release\node.lib %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%/node.lib
scp -F %SSHCONFIG% node-v%FULLVERSION%-%target_arch%.msi %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/
ssh -F %SSHCONFIG% %STAGINGSERVER% "touch nodejs/%DISTTYPEDIR%/v%FULLVERSION%/node-v%FULLVERSION%-%target_arch%.msi.done nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%.done"
ssh -F %SSHCONFIG% %STAGINGSERVER% "chmod chmod -R ug=rw-x+X,o=r+X nodejs/%DISTTYPEDIR%/v%FULLVERSION%/node-v%FULLVERSION%-%target_arch%.msi* nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%*"

:run
@rem Run tests if requested.
Expand Down