Commit Graph

813 Commits

Author SHA1 Message Date
Peter Dave Hello bbae51a013 Update node.js v10.x to v10.3.0
- https://github.com/nodejs/node/releases/tag/v10.3.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.3.0
2018-05-30 04:24:49 +08:00
Laurent Goderre 742579eea4
Merge pull request #763 from nodejs/revert-part-of-pr-747
Revert "Speed up the skipping of the build"
2018-05-29 14:57:14 -04:00
Peter Dave Hello 397a9f52fe Revert "Speed up the skipping of the build"
This reverts commit bffff57751.

The original commit breaks Docker service on Travis CI
2018-05-30 01:55:51 +08:00
Peter Dave Hello 40fd374312
Merge pull request #747 from LaurentGoderre/implement-743
Skip the images build when no images changed
2018-05-29 13:41:36 +08:00
Laurent Goderre 9dc7c5b598
Merge pull request #760 from LaurentGoderre/update-output
Fixed the update not outputing the version numbers on update
2018-05-28 13:50:06 -04:00
Laurent Goderre f76ebfb936 Fixed the update not outputing the version numbers on update 2018-05-28 11:20:43 -04:00
Laurent Goderre bffff57751 Speed up the skipping of the build 2018-05-28 00:08:22 -04:00
Laurent Goderre aad561a10d Skip the images build when no images changed
Implements #743
2018-05-28 00:08:15 -04:00
Peter Dave Hello 9e2b585400
Merge pull request #713 from LaurentGoderre/no-default-variant
Don't use a default variant in the repo (ony in stackbrew)
2018-05-28 11:38:27 +08:00
Laurent Goderre 11a62b6154 Fixed the onbuild versions
Explicitly define the debian version to use for onbuild
2018-05-27 22:35:32 -04:00
Laurent Goderre 7fea7b033c Don't use a default variant
tenp
2018-05-27 22:35:28 -04:00
Peter Dave Hello 538ac6bcf5
Merge pull request #753 from nodejs/improve-architectures-files
Improve architectures file readability [ci skip]
2018-05-25 11:37:06 +08:00
Christopher Horrell bd74777e9e Update for Node.js v10.2.1 (#759)
See: https://nodejs.org/en/blog/release/v10.2.1/
2018-05-25 01:19:17 +01:00
Christopher Horrell 178313d7d0
Merge pull request #758 from nodejs/update-node.js
Update chakracore to v10.1.0 with Yarn v1.7.0
2018-05-24 17:09:46 -04:00
Peter Dave Hello 5bfc806e0e Improve architectures file readability [ci skip] 2018-05-25 03:16:13 +08:00
Peter Dave Hello 384512d457 Update chakracore to v10.1.0 with Yarn v1.7.0 2018-05-25 03:12:58 +08:00
Peter Dave Hello 9e004a0bfd
Merge pull request #757 from LaurentGoderre/fix-update-macosx
Fix the update script for macOS
2018-05-25 02:28:20 +08:00
Laurent Goderre 46b4159599 Fixed the update script for mac OS 2018-05-24 13:12:25 -04:00
Peter Dave Hello 3a27400291
Merge pull request #754 from LaurentGoderre/more-code-tyles
More code style fixes (again)
2018-05-24 19:01:40 +08:00
Laurent Goderre fb8ac15c9c More code style fixes (again) 2018-05-24 02:19:54 -04:00
Peter Dave Hello d4c1e53573
Merge pull request #756 from nodejs/fix-typo
Fix typo with `${IMAGES_FILE }` variable reference
2018-05-24 11:33:43 +08:00
Christopher Horrell 7161f8712b Fix typo with ${IMAGES_FILE } variable reference 2018-05-23 22:29:25 -04:00
Christopher Horrell 9e2a4c9c1c
Merge pull request #755 from nodejs/node-10.2.0-yarn-1.7.0
Update for Node.js v10.2.0
2018-05-23 21:20:50 -04:00
Christopher Horrell 772f98bd6e Update for Node.js v10.2.0
Includes Yarn update for 1.7.0
2018-05-23 19:59:57 -04:00
Peter Dave Hello 208f195435
Merge pull request #745 from LaurentGoderre/improve-alpine-template
Simplify the management of alpine version
2018-05-21 20:27:45 +08:00
Laurent Goderre 9bd00c484c Simplify the management of alpine version
Standardizes the alpine version to use and helps upgrade the alpine version only on version update
2018-05-21 07:07:42 -04:00
Peter Dave Hello 4166cc4894
Merge pull request #750 from LaurentGoderre/more-code-style
More coding style fixes
2018-05-19 15:24:22 +08:00
Christopher Horrell d4688cc2b8
Merge pull request #749 from nodejs/shush-curl
Shush curl
2018-05-18 23:32:06 -04:00
Laurent Goderre 64629c613b More coding style fixes 2018-05-18 15:50:09 -04:00
Christopher Horrell 9472806006 curl: always use --compressed flag 2018-05-18 13:23:45 -04:00
Christopher Horrell 4e0c4c8644 curl: use -f flag consistently
Curl will fail silently with error 22 rather outputting the html error
document
2018-05-18 13:23:45 -04:00
Christopher Horrell 90029512f9 curl: use -s and -S flags to disable progress meter but show errors 2018-05-18 13:23:45 -04:00
Christopher Horrell 35f1c9e977
Merge pull request #748 from nodejs/slimmer-slim
Switch to jessie-slim for the slim variant
2018-05-18 13:21:30 -04:00
Christopher Horrell 7b0a6177ea
Merge pull request #738 from LaurentGoderre/fix-update
Fix the update script for only a specific version
2018-05-18 13:21:04 -04:00
Laurent Goderre 9e2a1213af
Merge pull request #742 from nodejs/improve-coding-style
Improve coding style of shell scripts
2018-05-18 11:26:23 -04:00
Laurent Goderre d02b4f432e
Merge pull request #746 from nodejs/markdown-link-check
Add markdown-link-check test on Travis CI
2018-05-18 10:00:30 -04:00
Christopher Horrell 49790d2e87 Switch to jessie-slim for the slim variant
Closes #618
2018-05-18 09:54:30 -04:00
Peter Dave Hello 3c25cdf737 Add markdown-link-check test on Travis CI
This would help make sure all links alive and not dated.
2018-05-18 11:49:24 +08:00
Peter Dave Hello bb92568f3a Improve coding style of shell scripts 2018-05-18 03:03:10 +08:00
Laurent Goderre eb8000cd22 Fix the update script for only a specific version
Fixes #737
2018-05-17 14:57:33 -04:00
Peter Dave Hello 16a8690e1d
Merge pull request #744 from nodejs/improve-architectures-files
Improve architectures file readability
2018-05-18 02:40:17 +08:00
Peter Dave Hello 8e6744537c Improve architectures file readability [ci skip] 2018-05-18 00:43:44 +08:00
Peter Dave Hello 1e68152b61
Merge pull request #735 from nodejs/test-travis-ci-config
Test Travis CI config and template consistency
2018-05-16 11:30:56 +08:00
Christopher Horrell 7d97c98f3c
Merge pull request #736 from SimenB/8-11-2
upgrade to node 8.11.2
2018-05-15 20:37:02 -04:00
Simen Bekkhus 9d34db0c5d
upgrade to node 8.11.2 2018-05-16 00:44:03 +02:00
Peter Dave Hello 54b51b3ab1 Adjust .travis.yml generation process to prevent trailing new line 2018-05-16 01:36:07 +08:00
Peter Dave Hello f08f798c85 Test Travis CI config and template consistency 2018-05-16 00:42:45 +08:00
Christopher Horrell 15bea793c0 Use LTS version of Node.js for doctoc (#734) 2018-05-16 00:42:29 +08:00
Peter Dave Hello 678f723e18
Merge pull request #733 from nodejs/editorocnfig
Update .editorconfig, apply rules to all files
2018-05-16 00:36:13 +08:00
Peter Dave Hello 2835ca0b4d
Merge pull request #732 from LaurentGoderre/fix-update
Fix the update script and .travis.yml.template
2018-05-16 00:17:37 +08:00