-
Notifications
You must be signed in to change notification settings - Fork 8
A/B upgrade- Added wrapper script #67
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
Conversation
ffa6a63
to
77f50ad
Compare
4a386b7
to
5302c63
Compare
cad8ddd
to
755d3b0
Compare
3c92af3
to
55b935e
Compare
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
@@ -1 +1 @@ | |||
3.0.3 | |||
3.0.5-dev |
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.
Why it is bumped with +2?
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.
3.0.4 has already been tagged and released as part of https://github.com/open-edge-platform/edge-microvisor-toolkit-standalone-node/pull/65/files
https://github.com/open-edge-platform/edge-microvisor-toolkit-standalone-node/releases/tag/standalone-node%2F3.0.4
- Extract the contents of `sen-installation-files.tar.gz` | ||
|
||
```bash | ||
tar -xzf sen-installation-files.tar.gz |
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.
double check once with Anand sen
is allowed here?
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.
forbidden word removal sen to standalone is already done and merged in branch [sn-emt-uOS-integration]
In order to merge into mainline, this PR #67 was created The word hasn't been changed to sync with the manline. once we rebase the branch "sn-emt-uOS-integration" to" mainline", forbidden word removal will be taken care
if os-update-tool.sh -c; then | ||
echo "Commit update successful." | ||
else | ||
echo "Failed to commit update." |
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.
Are these echo logs will to banner?
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.
Yes , these echo logs are part of banner
This pull request is stale because it has been open 30 days with no activity. Make a comment or update the PR to avoid closing PR after 15 days. |
Pull Request Template
Description
Please include a summary of the changes and the related issue. List any dependencies
that are required for this change.
Fixes # (issue)
Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change.
List their name, license information, and how they are used in the project.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions
so we can reproduce. Please also list any relevant details for your test configuration.
Checklist