RDK-57502 : Migrate Operation Support Log Upload Related Scripts To C#515
Open
Abhinavpv28 wants to merge 4 commits intodevelopfrom
Open
RDK-57502 : Migrate Operation Support Log Upload Related Scripts To C#515Abhinavpv28 wants to merge 4 commits intodevelopfrom
Abhinavpv28 wants to merge 4 commits intodevelopfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the SRCREV (source revision) values for two related components as part of migrating operation support log upload scripts from shell scripts to C implementation. The changes update the commonutilities and dcm-agent (dcmd) components to newer commit versions.
Changes:
- Updated commonutilities SRCREV from
7f22cb07a1ed27cec888d0db143bc13e817f407cto9ddea87ee79da7c18a19381c0047ebdbaf58a6e7 - Updated dcm-agent (dcmd) SRCREV from
fe481721a205019871267cc69564b0befd47cc86to52ad7e168f07f41c52903ccadd544e803142a0a9
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| recipes-common/utils/commonutilities_git.bb | Updates SRCREV to point to a newer version of the common_utilities repository that includes the C implementation for log upload functionality |
| recipes-common/dcmd/dcmd.bb | Updates SRCREV to point to a newer version of the dcm-agent repository, which depends on the updated commonutilities |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for change: Update commonutilities, dcmagent SHA values
Test Procedure: Verify build is passing
Risks: Low
Signed-off-by: Abhinav P V Abhinav_Valappil@comcast.com