Skip to content

Auto update references for commits, tags, etc#2

Open
github-actions[bot] wants to merge 1 commit into
stagingfrom
create-pull-request/patch
Open

Auto update references for commits, tags, etc#2
github-actions[bot] wants to merge 1 commit into
stagingfrom
create-pull-request/patch

Conversation

@github-actions

@github-actions github-actions Bot commented May 1, 2024

Copy link
Copy Markdown

Automated changes by create-pull-request GitHub action

@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 31e7b52 to c34cd0e Compare May 1, 2024 00:49
@coderabbitai

coderabbitai Bot commented May 1, 2024

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5fc54a8c-d104-4190-b746-1f77ddb8e878

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The changes involve updates to version constants in the version.ts file, reflecting new versions for the Bash and Python dependencies. Additionally, the scripts fetch-docs.sh and fetch-poky.sh have been modified to reference the latest Yocto project documentation and associated commit hashes. These updates ensure that the codebase is aligned with the most current versions of the dependencies and documentation.

Changes

Files Change Summary
.../version.ts Updated bashVersion from '1.39.0' to '1.43.0' and pythonVersion from '2024.2.1' to '2025.2.0'.
.../fetch-docs.sh Changed Yocto project tag from yocto-4.3.3 to yocto-5.1.3 and updated corresponding commit hashes.
.../fetch-poky.sh Updated Yocto project tag from yocto-4.3.3 to yocto-5.1.3 and changed commit hash accordingly.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant VersionManager
    participant DocumentationFetcher

    User->>VersionManager: Request version update
    VersionManager->>VersionManager: Update bashVersion and pythonVersion
    VersionManager->>User: Confirm version update

    User->>DocumentationFetcher: Request documentation fetch
    DocumentationFetcher->>DocumentationFetcher: Update Yocto tag and commit hash
    DocumentationFetcher->>User: Confirm documentation fetch
Loading

🐰 In the meadow, bright and new,
Versions change, a lively view!
With Bash and Python, hopping high,
Fetching docs, oh my, oh my!
Yocto's here, a joyful cheer,
Let’s celebrate, the time is near! 🌼

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch create-pull-request/patch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from c34cd0e to 766d1f8 Compare June 1, 2024 00:51
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 766d1f8 to 1244d9d Compare July 1, 2024 00:56
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 1244d9d to 72396a9 Compare August 1, 2024 00:56
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 72396a9 to 14e9725 Compare September 1, 2024 01:03

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 5

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between f30898e and 14e9725.

Files selected for processing (3)
  • integration-tests/src/utils/version.ts (1 hunks)
  • scripts/fetch-docs.sh (1 hunks)
  • scripts/fetch-poky.sh (1 hunks)
Files skipped from review due to trivial changes (1)
  • scripts/fetch-poky.sh
Additional context used
Shellcheck
scripts/fetch-docs.sh

[error] 8-8: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 8-8: Fix any mentioned problems and try again.

(SC1072)


[error] 9-9: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 9-9: Fix any mentioned problems and try again.

(SC1072)


[error] 10-10: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 10-10: Fix any mentioned problems and try again.

(SC1072)


[error] 11-11: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 11-11: Fix any mentioned problems and try again.

(SC1072)


[error] 12-12: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 12-12: Fix any mentioned problems and try again.

(SC1072)

Additional comments not posted (4)
integration-tests/src/utils/version.ts (2)

8-8: Verify the impact of upgrading the Python dependency version.

The Python dependency version has been upgraded from '2024.2.1' to '2024.12.3'.

Please ensure that the new Python version doesn't introduce any breaking changes that might affect the codebase. Run the following script to search for Python-related code and configuration:

Verification successful

Python version upgrade impact appears minimal.

The search did not reveal any direct Python scripts or shebangs, indicating that the Python version upgrade from '2024.2.1' to '2024.12.3' might not significantly impact the codebase. The references found were primarily in configuration and syntax files, which are unlikely to be affected by the version change. However, ensure to manually verify any other dependencies or configurations that might rely on specific Python versions.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Search for Python-related code and configuration to assess the impact of the Python version upgrade.

# Test: Search for Python shebangs, scripts, and configuration. Expect: Relevant occurrences.
rg --type-add 'config:*.{yml,yaml,toml,json}' -t py -t config $'python|#!/usr/bin/env python'

Length of output: 1508


7-7: Verify the impact of upgrading the Bash dependency version.

The Bash dependency version has been upgraded from '1.39.0' to '1.42.0'.

Please ensure that the new Bash version doesn't introduce any breaking changes that might affect the codebase. Run the following script to search for Bash-related code and configuration:

scripts/fetch-docs.sh (2)

4-4: LGTM!

The code changes are approved.


7-7: LGTM!

The code changes are approved.

Comment thread scripts/fetch-docs.sh Outdated
YOCTO_DOCS_COMMIT=09e321d7cbd5bd7071a0c138e6d0c424fb086269
+- Git Revision: :yocto_git:`f7def85be9f99dcb4ba488bead201f670304379b </poky/commit/?id=f7def85be9f99dcb4ba488bead201f670304379b>`
+- Git Revision: :oe_git:`803cc32e72b4fc2fc28d92090e61f5dd288a10cb </openembedded-core/commit/?id=803cc32e72b4fc2fc28d92090e61f5dd288a10cb>`
+- Git Revision: :yocto_git:`acbba477893ef87388effc4679b7f40ee49fc852 </meta-mingw/commit/?id=acbba477893ef87388effc4679b7f40ee49fc852>`

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Remove the malformed line.

The added line appears to be a malformed redirection or an incomplete command. It starts with +- followed by an RST-style Git revision link, which is causing a parsing error as reported by the static analysis tool.

Remove line 10 to fix the parsing error:

-+-  Git Revision: :yocto_git:`acbba477893ef87388effc4679b7f40ee49fc852 </meta-mingw/commit/?id=acbba477893ef87388effc4679b7f40ee49fc852>`
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
+- Git Revision: :yocto_git:`acbba477893ef87388effc4679b7f40ee49fc852 </meta-mingw/commit/?id=acbba477893ef87388effc4679b7f40ee49fc852>`
Tools
Shellcheck

[error] 10-10: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 10-10: Fix any mentioned problems and try again.

(SC1072)

Comment thread scripts/fetch-docs.sh Outdated
+- Git Revision: :oe_git:`803cc32e72b4fc2fc28d92090e61f5dd288a10cb </openembedded-core/commit/?id=803cc32e72b4fc2fc28d92090e61f5dd288a10cb>`
+- Git Revision: :yocto_git:`acbba477893ef87388effc4679b7f40ee49fc852 </meta-mingw/commit/?id=acbba477893ef87388effc4679b7f40ee49fc852>`
+- Git Revision: :oe_git:`8714a02e13477a9d97858b3642e05f28247454b5 </bitbake/commit/?id=8714a02e13477a9d97858b3642e05f28247454b5>`
+- Git Revision: :yocto_git:`875dfe69e93bf8fee3b8c07818a6ac059f228a13 </yocto-docs/commit/?id=875dfe69e93bf8fee3b8c07818a6ac059f228a13>`

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Remove the malformed line.

The added line appears to be a malformed redirection or an incomplete command. It starts with +- followed by an RST-style Git revision link, which is causing a parsing error as reported by the static analysis tool.

Remove line 12 to fix the parsing error:

-+-  Git Revision: :yocto_git:`875dfe69e93bf8fee3b8c07818a6ac059f228a13 </yocto-docs/commit/?id=875dfe69e93bf8fee3b8c07818a6ac059f228a13>`
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
+- Git Revision: :yocto_git:`875dfe69e93bf8fee3b8c07818a6ac059f228a13 </yocto-docs/commit/?id=875dfe69e93bf8fee3b8c07818a6ac059f228a13>`
Tools
Shellcheck

[error] 12-12: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 12-12: Fix any mentioned problems and try again.

(SC1072)

Comment thread scripts/fetch-docs.sh Outdated
# Tag: yocto-5.0.3
YOCTO_DOCS_COMMIT=09e321d7cbd5bd7071a0c138e6d0c424fb086269
+- Git Revision: :yocto_git:`f7def85be9f99dcb4ba488bead201f670304379b </poky/commit/?id=f7def85be9f99dcb4ba488bead201f670304379b>`
+- Git Revision: :oe_git:`803cc32e72b4fc2fc28d92090e61f5dd288a10cb </openembedded-core/commit/?id=803cc32e72b4fc2fc28d92090e61f5dd288a10cb>`

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Remove the malformed line.

The added line appears to be a malformed redirection or an incomplete command. It starts with +- followed by an RST-style Git revision link, which is causing a parsing error as reported by the static analysis tool.

Remove line 9 to fix the parsing error:

-+-  Git Revision: :oe_git:`803cc32e72b4fc2fc28d92090e61f5dd288a10cb </openembedded-core/commit/?id=803cc32e72b4fc2fc28d92090e61f5dd288a10cb>`
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
+- Git Revision: :oe_git:`803cc32e72b4fc2fc28d92090e61f5dd288a10cb </openembedded-core/commit/?id=803cc32e72b4fc2fc28d92090e61f5dd288a10cb>`
Tools
Shellcheck

[error] 9-9: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 9-9: Fix any mentioned problems and try again.

(SC1072)

Comment thread scripts/fetch-docs.sh Outdated
+- Git Revision: :yocto_git:`f7def85be9f99dcb4ba488bead201f670304379b </poky/commit/?id=f7def85be9f99dcb4ba488bead201f670304379b>`
+- Git Revision: :oe_git:`803cc32e72b4fc2fc28d92090e61f5dd288a10cb </openembedded-core/commit/?id=803cc32e72b4fc2fc28d92090e61f5dd288a10cb>`
+- Git Revision: :yocto_git:`acbba477893ef87388effc4679b7f40ee49fc852 </meta-mingw/commit/?id=acbba477893ef87388effc4679b7f40ee49fc852>`
+- Git Revision: :oe_git:`8714a02e13477a9d97858b3642e05f28247454b5 </bitbake/commit/?id=8714a02e13477a9d97858b3642e05f28247454b5>`

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Remove the malformed line.

The added line appears to be a malformed redirection or an incomplete command. It starts with +- followed by an RST-style Git revision link, which is causing a parsing error as reported by the static analysis tool.

Remove line 11 to fix the parsing error:

-+-  Git Revision: :oe_git:`8714a02e13477a9d97858b3642e05f28247454b5 </bitbake/commit/?id=8714a02e13477a9d97858b3642e05f28247454b5>`
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
+- Git Revision: :oe_git:`8714a02e13477a9d97858b3642e05f28247454b5 </bitbake/commit/?id=8714a02e13477a9d97858b3642e05f28247454b5>`
Tools
Shellcheck

[error] 11-11: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 11-11: Fix any mentioned problems and try again.

(SC1072)

Comment thread scripts/fetch-docs.sh Outdated
(cherry picked from commit 1e6f862864539d6f6a0bea3e4479e0dd40ff3091)
# Tag: yocto-5.0.3
YOCTO_DOCS_COMMIT=09e321d7cbd5bd7071a0c138e6d0c424fb086269
+- Git Revision: :yocto_git:`f7def85be9f99dcb4ba488bead201f670304379b </poky/commit/?id=f7def85be9f99dcb4ba488bead201f670304379b>`

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Remove the malformed line.

The added line appears to be a malformed redirection or an incomplete command. It starts with +- followed by an RST-style Git revision link, which is causing a parsing error as reported by the static analysis tool.

Remove line 8 to fix the parsing error:

-+-  Git Revision: :yocto_git:`f7def85be9f99dcb4ba488bead201f670304379b </poky/commit/?id=f7def85be9f99dcb4ba488bead201f670304379b>`
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
+- Git Revision: :yocto_git:`f7def85be9f99dcb4ba488bead201f670304379b </poky/commit/?id=f7def85be9f99dcb4ba488bead201f670304379b>`
Tools
Shellcheck

[error] 8-8: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 8-8: Fix any mentioned problems and try again.

(SC1072)

@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 14e9725 to 8fd99c5 Compare October 1, 2024 01:04
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 8fd99c5 to 78d8e0b Compare November 1, 2024 01:03
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 78d8e0b to b429b81 Compare December 1, 2024 01:13
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from b429b81 to 791a004 Compare January 1, 2025 01:05
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 791a004 to 4b72ed7 Compare February 1, 2025 01:01
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 4b72ed7 to 62656d8 Compare March 1, 2025 01:05
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 62656d8 to fc6287f Compare April 1, 2025 01:12

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 0

♻️ Duplicate comments (1)
scripts/fetch-docs.sh (1)

8-12: ⚠️ Potential issue

Malformed Git Revision Lines Causing Shellcheck Errors
Lines 8–12 use an invalid +- prefix, which results in shellcheck errors (SC1073/SC1072). These lines appear to be auto-generated revision references for documentation purposes; however, as written they are syntactically incorrect. You can either remove these lines if they are not needed or reformat them as proper shell comments (prefixed with #) if the information is valuable for traceability.

For instance, to remove these lines, apply this diff:

-+-  Git Revision: :yocto_git:`7dad83c7e5e9637c0ff5d5712409611fd4a14946 </poky/commit/?id=7dad83c7e5e9637c0ff5d5712409611fd4a14946>`
-+-  Git Revision: :oe_git:`62cb12967391db709315820d48853ffa4c6b4740 </openembedded-core/commit/?id=62cb12967391db709315820d48853ffa4c6b4740>`
-+-  Git Revision: :yocto_git:`acbba477893ef87388effc4679b7f40ee49fc852 </meta-mingw/commit/?id=acbba477893ef87388effc4679b7f40ee49fc852>`
-+-  Git Revision: :oe_git:`aa0e540fc31a1c26839efd2c7785a751ce24ebfb </bitbake/commit/?id=aa0e540fc31a1c26839efd2c7785a751ce24ebfb>`
-+-  Git Revision: :yocto_git:`bb9e018adcc10c642f87d0b95432783b5eb8057b </yocto-docs/commit/?id=bb9e018adcc10c642f87d0b95432783b5eb8057b>`

Alternatively, if you wish to retain these details, reformat them as follows:

-+-  Git Revision: :yocto_git:`7dad83c7e5e9637c0ff5d5712409611fd4a14946 </poky/commit/?id=7dad83c7e5e9637c0ff5d5712409611fd4a14946>`
+ # Git Revision: :yocto_git:`7dad83c7e5e9637c0ff5d5712409611fd4a14946 </poky/commit/?id=7dad83c7e5e9637c0ff5d5712409611fd4a14946>`

…and similarly for the other lines.

🧰 Tools
🪛 Shellcheck (0.10.0)

[error] 8-8: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 8-8: Fix any mentioned problems and try again.

(SC1072)


[error] 9-9: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 9-9: Fix any mentioned problems and try again.

(SC1072)


[error] 10-10: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 10-10: Fix any mentioned problems and try again.

(SC1072)


[error] 11-11: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 11-11: Fix any mentioned problems and try again.

(SC1072)


[error] 12-12: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 12-12: Fix any mentioned problems and try again.

(SC1072)

🧹 Nitpick comments (1)
scripts/fetch-docs.sh (1)

7-7: Comment Out Non-Command Text
The line on 7 contains a cherry-pick note that is not commented out. In a shell script, such unprefixed text may be interpreted as a command and lead to runtime errors.

Please update this line (e.g., by prefixing it with a #) to ensure it is treated as a comment. Consider the following diff:

-    (cherry picked from commit 9f1f9f1a3a2a541ed70df72d4fe391b5b7fd3733)
+# (cherry picked from commit 9f1f9f1a3a2a541ed70df72d4fe391b5b7fd3733)
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 14e9725 and fc6287f.

📒 Files selected for processing (3)
  • integration-tests/src/utils/version.ts (1 hunks)
  • scripts/fetch-docs.sh (1 hunks)
  • scripts/fetch-poky.sh (1 hunks)
✅ Files skipped from review due to trivial changes (2)
  • scripts/fetch-poky.sh
  • integration-tests/src/utils/version.ts
🧰 Additional context used
🪛 Shellcheck (0.10.0)
scripts/fetch-docs.sh

[error] 8-8: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 8-8: Fix any mentioned problems and try again.

(SC1072)


[error] 9-9: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 9-9: Fix any mentioned problems and try again.

(SC1072)


[error] 10-10: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 10-10: Fix any mentioned problems and try again.

(SC1072)


[error] 11-11: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 11-11: Fix any mentioned problems and try again.

(SC1072)


[error] 12-12: Couldn't parse this redirection. Fix to allow more checks.

(SC1073)


[error] 12-12: Fix any mentioned problems and try again.

(SC1072)

@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from fc6287f to 4e7f654 Compare May 1, 2025 01:12
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 4e7f654 to 46f2a04 Compare June 1, 2025 01:21
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 46f2a04 to 204a4d6 Compare July 1, 2025 01:18
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 204a4d6 to db5f08f Compare August 1, 2025 01:23
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from db5f08f to 209f608 Compare September 1, 2025 01:15
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 209f608 to f907286 Compare October 1, 2025 01:10
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from f907286 to adb4afb Compare November 1, 2025 01:10
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from adb4afb to 55346ae Compare December 1, 2025 01:21
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 55346ae to 13636f7 Compare January 1, 2026 01:20
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 13636f7 to e16d142 Compare February 1, 2026 01:50
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from e16d142 to 4292984 Compare March 1, 2026 01:48
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from 4292984 to f87d9d4 Compare April 1, 2026 02:00
@github-actions github-actions Bot force-pushed the create-pull-request/patch branch from f87d9d4 to 7bc8d04 Compare May 1, 2026 02:33
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.

1 participant