Skip to content

Commit

Permalink
Added Node v6.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislea committed May 19, 2016
1 parent 061d91d commit 9f96021
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tools/gen-dists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ URLS=(
"https://deb.nodesource.com/node_0.12/pool/main/n/nodejs/"
"https://deb.nodesource.com/node_4.x/pool/main/n/nodejs/"
"https://deb.nodesource.com/node_5.x/pool/main/n/nodejs/"
"https://deb.nodesource.com/node_6.x/pool/main/n/nodejs/"
"https://deb.nodesource.com/iojs_1.x/pool/main/i/iojs/"
"https://deb.nodesource.com/iojs_2.x/pool/main/i/iojs/"
"https://deb.nodesource.com/iojs_3.x/pool/main/i/iojs/"
Expand All @@ -68,6 +69,7 @@ PLATFORM=(
"node"
"node"
"node"
"node"
"iojs"
"iojs"
"iojs"
Expand Down Expand Up @@ -120,6 +122,12 @@ URLS=(
"https://rpm.nodesource.com/pub_5.x/fc/20/x86_64/"
"https://rpm.nodesource.com/pub_5.x/fc/21/x86_64/"
"https://rpm.nodesource.com/pub_5.x/fc/22/x86_64/"
"https://rpm.nodesource.com/pub_6.x/el/5/x86_64/"
"https://rpm.nodesource.com/pub_6.x/el/6/x86_64/"
"https://rpm.nodesource.com/pub_6.x/el/7/x86_64/"
"https://rpm.nodesource.com/pub_6.x/fc/20/x86_64/"
"https://rpm.nodesource.com/pub_6.x/fc/21/x86_64/"
"https://rpm.nodesource.com/pub_6.x/fc/22/x86_64/"
"https://rpm.nodesource.com/pub_iojs_1.x/el/5/x86_64/"
"https://rpm.nodesource.com/pub_iojs_1.x/el/6/x86_64/"
"https://rpm.nodesource.com/pub_iojs_1.x/el/7/x86_64/"
Expand Down Expand Up @@ -161,6 +169,12 @@ PLATFORM=(
"node"
"node"
"node"
"node"
"node"
"node"
"node"
"node"
"node"
"iojs"
"iojs"
"iojs"
Expand Down

0 comments on commit 9f96021

Please sign in to comment.