-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add post-upgrade script #814
Conversation
Fix WebThingsIO#632. Progresses forward on WebThingsIO#641 but the zwave issue needs consideration.
Codecov Report
@@ Coverage Diff @@
## master #814 +/- ##
==========================================
- Coverage 77.74% 77.11% -0.64%
==========================================
Files 87 87
Lines 3721 3762 +41
Branches 497 501 +4
==========================================
+ Hits 2893 2901 +8
- Misses 760 789 +29
- Partials 68 72 +4
Continue to review full report at Codecov.
|
@hobinjk Could you add the following to # Upgrade gateway-addon Python package
_url="git+https://github.com/mozilla-iot/gateway-addon-python#egg=gateway_addon"
sudo pip2 install -U "$_url"
sudo pip3 install -U "$_url" |
@mrstegeman Updated accordingly |
Thanks! Are we worried about this messing things up if the update is rolled back? |
The node update will cause issues if the update fails. This can be resolved if we want to create an 0.3.2 release with |
Oh wait, the rollback script used is actually this one. I'll update accordingly |
Fix #632. Progresses forward on #641 but the zwave issue needs
consideration.