Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
2047e588
Commit
2047e588
authored
7 years ago
by
Cédric Moreau
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1035 from duniter/nodejs_version_update
Update Node.js to version 6.11.1.
parents
58b515fb
54e223d8
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
install.sh
+1
-1
1 addition, 1 deletion
install.sh
package.json
+2
-2
2 additions, 2 deletions
package.json
release/arch/arm/build-arm.sh
+2
-2
2 additions, 2 deletions
release/arch/arm/build-arm.sh
release/arch/windows/build.bat
+1
-1
1 addition, 1 deletion
release/arch/windows/build.bat
with
6 additions
and
6 deletions
install.sh
+
1
−
1
View file @
2047e588
...
...
@@ -61,7 +61,7 @@ install_from_git() {
fi
# Download Nodejs
local
NVER
=
"6.
9.4
"
;
local
NVER
=
"6.
11.1
"
;
local
ARCH
=
"x86"
local
X64
=
`
uname
-a
|
grep
"x86_64"
`
local
ARM
=
`
uname
-a
|
grep
"arm"
`
...
...
This diff is collapsed.
Click to expand it.
package.json
+
2
−
2
View file @
2047e588
...
...
@@ -2,8 +2,8 @@
"name"
:
"duniter"
,
"version"
:
"1.3.13"
,
"engines"
:
{
"node"
:
">=
4.2.0
"
,
"npm"
:
">=
2
.1
1
"
"node"
:
">=
6.11.1
"
,
"npm"
:
">=
3
.1
0
"
},
"engineStrict"
:
true
,
"private"
:
false
,
...
...
This diff is collapsed.
Click to expand it.
release/arch/arm/build-arm.sh
+
2
−
2
View file @
2047e588
...
...
@@ -6,7 +6,7 @@ export NVM_DIR="$HOME/.nvm"
# Prepare
ARCH
=
"
`
uname
-m
|
sed
-e
\"
s/86_//
\"
`
"
NVER
=
"v6.1
0.2
"
NVER
=
"v6.1
1.1
"
# Folders
INITIAL_DIRECTORY
=
`
pwd
`
...
...
@@ -97,4 +97,4 @@ cd ../
mv
duniter-desktop.nw duniter-
${
ARCH
}
/opt/duniter/
echo
"Making package package"
fakeroot dpkg-deb
--build
duniter-
${
ARCH
}
mv
duniter-
${
ARCH
}
.deb
"
$INITIAL_DIRECTORY
/duniter-server-v
${
DUNITER_VER
}
-linux-
${
ARCH
}
.deb"
\ No newline at end of file
mv
duniter-
${
ARCH
}
.deb
"
$INITIAL_DIRECTORY
/duniter-server-v
${
DUNITER_VER
}
-linux-
${
ARCH
}
.deb"
This diff is collapsed.
Click to expand it.
release/arch/windows/build.bat
+
1
−
1
View file @
2047e588
...
...
@@ -7,7 +7,7 @@ set VER_KEYPAIR=%DUNITER_BRANCH%
set
ADDON_VERSION
=
48
set
NW_VERSION
=
0
.17.6
set
NODEJS_VERSION
=
6
.11.
0
set
NODEJS_VERSION
=
6
.11.
1
set
NW_RELEASE
=
v0
.17.6
set
NW
=
nwjs
-
%NW_RELEASE%
-win-x
64
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment