Update iojs to v1.5.1#543
Conversation
|
LGTM (nodejs/docker-iojs@595501c...cee0ed5) I wonder if there's a way to set Build test of #543; f2163a3 ( $ url="https://raw.githubusercontent.com/docker-library/official-images/f2163a38ef600ff915e6181e23f28135d6259a7a/library/iojs"
$ bashbrew build "$url"
Fetching iojs (git://github.com/iojs/docker-iojs) ...
Processing iojs:1.5.1 ...
Processing iojs:1.5 ...
Processing iojs:1 ...
Processing iojs:latest ...
Processing iojs:1.5.1-onbuild ...
Processing iojs:1.5-onbuild ...
Processing iojs:1-onbuild ...
Processing iojs:onbuild ...
Processing iojs:1.5.1-slim ...
Processing iojs:1.5-slim ...
Processing iojs:1-slim ...
Processing iojs:slim ...
$ bashbrew list "$url" | xargs test/run.sh
testing iojs:1.5.1
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing iojs:1.5
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing iojs:1
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing iojs:latest
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing iojs:1.5.1-onbuild
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing iojs:1.5-onbuild
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing iojs:1-onbuild
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing iojs:onbuild
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing iojs:1.5.1-slim
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing iojs:1.5-slim
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing iojs:1-slim
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing iojs:slim
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed |
That would be a better approach, and I found the following in the npm config docs:
I have tested it with the following which works great: env NPM_CONFIG_LOGLEVEL info |
|
LGTM |
No description provided.