Skip to content

Commit

Permalink
Merge branch 'master' into GPII-2060
Browse files Browse the repository at this point in the history
  • Loading branch information
gtirloni committed Dec 20, 2017
2 parents 8e1d9a9 + cf5fe55 commit 4100f8d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ram = ENV["VM_RAM"] || 2048

Vagrant.configure(2) do |config|

config.vm.box = "inclusivedesign/fedora24"
config.vm.box = "inclusivedesign/fedora26"

# Your working directory will be synced to /home/vagrant/sync in the VM.
config.vm.synced_folder ".", "#{app_directory}"
Expand Down
12 changes: 10 additions & 2 deletions gpii/node_modules/gsettingsBridge/gsettings_bridge.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions gpii/node_modules/gsettingsBridge/tests/gsettingsTests.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions provisioning/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ nodejs_app_git_repo: https://github.com/gpii/linux.git

nodejs_app_git_branch: master

# Currently Node.js LTS (4.x or "Argon") is required by the GPII
nodejs_branch: current
# Currently Node.js 6.x LTS is required by the GPII
nodejs_branch: lts

# If a specific npm version is needed, specify it here
#nodejs_npm_version: 1.4.28
Expand Down

0 comments on commit 4100f8d

Please sign in to comment.