Skip to content

RDKEMW-22169:Updated version to 4.4.6 - #414

Open
RajaLucy wants to merge 2 commits into
developfrom
feature/RDKEMW-22169
Open

RDKEMW-22169:Updated version to 4.4.6#414
RajaLucy wants to merge 2 commits into
developfrom
feature/RDKEMW-22169

Conversation

@RajaLucy

@RajaLucy RajaLucy commented Jul 23, 2026

Copy link
Copy Markdown

Reason: Updated Thunder and ThunderTools version to 4.4.6.
Test Procedure: Refer ticket.
Risks: Medium.
Priority: P0.
Version: Patch

Copilot AI review requested due to automatic review settings July 23, 2026 06:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the dependency build script to pin Thunder-related repositories to the R4.4.6 release tag, aligning local dependency checkouts with the intended version bump.

Changes:

  • Update ThunderTools clone tag to R4.4.6.
  • Update Thunder clone tag to R4.4.6.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread build_dependencies.sh
Comment thread build_dependencies.sh
Copilot AI review requested due to automatic review settings July 24, 2026 06:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (2)

build_dependencies.sh:36

  • The script runs with set -x, and the git clone URL embeds $GITHUB_TOKEN. This can expose the token in CI logs (xtrace will echo the expanded command). Disable xtrace around this clone (or use an auth mechanism that doesn't place the token in the URL).
git clone --branch R4.4.6 https://github.com/rdkcentral/Thunder.git

git clone --branch develop https://github.com/rdkcentral/entservices-apis.git

git clone https://$GITHUB_TOKEN@github.com/rdkcentral/entservices-testframework.git

build_dependencies.sh:62

  • Typo in log output: buliding thunder -> building thunder. Fixing this makes CI logs easier to scan/search.
echo "buliding thunder"

cd Thunder
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/error_code_R4_4_6.patch

Comment thread build_dependencies.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants