Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
de9fb89
)
NSB installation fails at Yardstick GUI Ubuntu 18
13/65913/1
author
Stepan Andrushko
<stepanx.andrushko@intel.com>
Mon, 17 Dec 2018 11:38:35 +0000
(13:38 +0200)
committer
Stepan Andrushko
<stepanx.andrushko@intel.com>
Mon, 17 Dec 2018 11:38:35 +0000
(13:38 +0200)
Changed a configuration parameter in 'gui/package.json' file to be
able to install Yardstick GUI on Ubuntu 18.
JIRA: YARDSTICK-1569
Change-Id: I9fbc37fa689c443d56e2f81c6221b5e8ce2271c0
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
gui/package.json
patch
|
blob
|
history
diff --git
a/gui/package.json
b/gui/package.json
index
b85c754
..
3d1a086
100644
(file)
--- a/
gui/package.json
+++ b/
gui/package.json
@@
-39,5
+39,8
@@
},
"scripts": {
"test": "karma start test\\karma.conf.js"
+ },
+ "config": {
+ "unsafe-perm": true
}
}