-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Install missing dependencies #1206
build: Install missing dependencies #1206
Conversation
This has been tested in docker's debian:stable image Also removing hardcoded Pi user as it could support other id (even root), or other target device. Bug: WebThingsIO#1206 Change-Id: I537ad8c8c3a3b4af161b61a7968073f4d3b7cee1 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
5d1266d
to
e73f763
Compare
Codecov Report
@@ Coverage Diff @@
## master #1206 +/- ##
=======================================
Coverage 77.62% 77.62%
=======================================
Files 116 116
Lines 5662 5662
Branches 790 790
=======================================
Hits 4395 4395
Misses 1127 1127
Partials 140 140 Continue to review full report at Codecov.
|
This has been tested in docker's debian:stable image Also removing hardcoded Pi user as it could support other id (even root), or other target device. Bug: WebThingsIO#1206 Change-Id: I537ad8c8c3a3b4af161b61a7968073f4d3b7cee1 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
This has been tested in docker's debian:stable image Also removing hardcoded Pi user as it could support other id (even root), or other target device. Bug: WebThingsIO#1206 Change-Id: I537ad8c8c3a3b4af161b61a7968073f4d3b7cee1 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
This has been tested in docker's debian:stable image Also removing hardcoded Pi user as it could support other id (even root), or other target device. Bug: WebThingsIO#1206 Change-Id: I537ad8c8c3a3b4af161b61a7968073f4d3b7cee1 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Once this file is merged I will share a docker file to run gw in a container. |
@rzr We've already got a Docker image, will yours do anything different? |
Oh you made that too, well mine is just testing the gateway on raspbian (using qemu binfmt), https://github.com/TizenTeam/gateway/blob/sandbox/rzr/devel/master/Dockerfile maybe both can be used in different use cases Anyway this change is safe to merge: |
This has been tested in docker's debian:stable image Also removing hardcoded Pi user as it could support other id (even root), or other target device. Bug: WebThingsIO#1206 Change-Id: I537ad8c8c3a3b4af161b61a7968073f4d3b7cee1 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
FYI this change will help to get support of gateway on ARTIK7, (this should also help for ARTIK5 or ARTIK10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM based on running install.sh on raspbian
This has been tested in docker's debian:stable image Also removing hardcoded Pi user as it could support other id (even root), or other target device. Bug: WebThingsIO#1206 Change-Id: I537ad8c8c3a3b4af161b61a7968073f4d3b7cee1 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
This has been tested in docker's debian:stable image
Also removing hardcoded Pi user as it could support other id (even root),
or other target device.
Change-Id: I537ad8c8c3a3b4af161b61a7968073f4d3b7cee1
Signed-off-by: Philippe Coval philippe.coval@osg.samsung.com