Skip to content

Commit

Permalink
Dubnium is not LTS just yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislea committed Apr 24, 2018
1 parent 530c200 commit 7c03135
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deb/setup_10.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Discussion, issues and change requests at:
# https://github.com/nodesource/distributions
#
# Script to install the NodeSource Node.js v10.x LTS Dubnium repo onto a
# Script to install the NodeSource Node.js v10.x Dubnium repo onto a
# Debian or Ubuntu system.
#
# Run as root or insert `sudo -E` before `bash`:
Expand All @@ -15,7 +15,7 @@

export DEBIAN_FRONTEND=noninteractive
SCRSUFFIX="_10.x"
NODENAME="Node.js v10.x LTS Dubnium"
NODENAME="Node.js v10.x Dubnium"
NODEREPO="node_10.x"
NODEPKG="nodejs"

Expand Down
2 changes: 1 addition & 1 deletion deb/src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RELEASES=( "node_0.10::nodejs:Node.js v0.10"
"node_7.x:_7.x:nodejs:Node.js v7.x"
"node_8.x:_8.x:nodejs:Node.js v8.x LTS Carbon"
"node_9.x:_9.x:nodejs:Node.js v9.x"
"node_10.x:_10.x:nodejs:Node.js v10.x LTS Dubnium"
"node_10.x:_10.x:nodejs:Node.js v10.x Dubnium"
)
SOURCE=_setup.sh
DEST=../setup
Expand Down
4 changes: 2 additions & 2 deletions rpm/setup_10.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Discussion, issues and change requests at:
# https://github.com/nodesource/distributions
#
# Script to install the NodeSource Node.js v10.x LTS Dubnium repo onto an
# Script to install the NodeSource Node.js v10.x Dubnium repo onto an
# Enterprise Linux or Fedora Core based system.
#
# Run as root or insert `sudo -E` before `bash`:
Expand All @@ -14,7 +14,7 @@
#

SCRSUFFIX="_10.x"
NODENAME="Node.js v10.x LTS Dubnium"
NODENAME="Node.js v10.x Dubnium"
NODEREPO="node_10.x"
NODEPKG="nodejs"

Expand Down
2 changes: 1 addition & 1 deletion rpm/src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RELEASES=( "pub_0.10::nodejs:Node.js v0.10"
"pub_7.x:_7.x:nodejs:Node.js v7.x"
"pub_8.x:_8.x:nodejs:Node.js v8.x LTS Carbon"
"pub_9.x:_9.x:nodejs:Node.js v9.x"
"node_10.x:_10.x:nodejs:Node.js v10.x LTS Dubnium"
"node_10.x:_10.x:nodejs:Node.js v10.x Dubnium"
)
SOURCE=_setup.sh
DEST=../setup
Expand Down

0 comments on commit 7c03135

Please sign in to comment.