Commit Graph

12 Commits

Author SHA1 Message Date
Christopher Horrell 9cd8d4c47e Update script improvements (#236)
* Better approach to determining available variants (Borrowed from generate-stackbrew-library.sh
)
* Better approach for skipping "docs" and other non-docker directories (Borrowed from generate-stackbrew-library.sh)
* Also disables tracing from previous commit.
2016-09-26 13:44:19 -04:00
Christopher Horrell e541be578f Fix update.sh to account for default Dockerfile
Fixes #170
2016-04-26 17:04:04 -04:00
Laurent Goderre 1746c216e5 Reused the variant detection code from the test-build script 2016-04-25 11:14:48 -04:00
Christopher Horrell 5bde64769f Npm log level exclusion for 0.10 and 0.12 (#155)
* Don't set npm log info for 0.10 and 0.12.

Reference: #57, #144
2016-04-18 11:13:15 -04:00
Laurent Goderre ced0aa8af2 Added templates for generating the variants 2016-04-08 09:10:42 -04:00
Christopher Horrell b38aad33fe Exclude docs directory. Fixes #126 2016-03-16 21:57:18 -04:00
Christopher Horrell 3b5bd51e86 Use https in update.sh 2016-03-05 10:19:50 -05:00
Hans Kristian Flaatten 82db3af7cc Remove npm check form update.sh utility 2015-12-17 19:01:51 +01:00
Christopher Horrell 8c38b2fad9 update Node.js and npm separately
update.sh now just updates Node.js, update-npm.sh updates npm
2015-07-04 00:00:41 -04:00
Christopher Horrell 4e2ed679d0 Made scripts executable 2015-03-06 16:38:34 -05:00
Derek Crudgington f4ee36f350 Updated to include bash3 and 4 support 2015-02-26 10:06:06 -06:00
Christopher Horrell 7222ca5ead Added helper scripts for updating
update.sh updates the docker files with the latest version(s) of
Node.js and npm.

generate-stackbrew-library.sh is used for updating the library file
2015-01-13 14:44:22 -05:00