Skip to content
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

[3.6] Move "easy" basic checks scripts to the framework #9826

Open
wants to merge 3 commits into
base: mbedtls-3.6
Choose a base branch
from

Conversation

valeriosetti
Copy link
Contributor

@valeriosetti valeriosetti commented Dec 6, 2024

Description

Resolves Mbed-TLS/mbedtls-framework#69 on the main repo in the mbedtls-3.6 branch

PR checklist

@valeriosetti valeriosetti changed the title Issue69 3.6 [3.6] Move "easy" basic checks scripts to the framework Dec 6, 2024
@eleuzi01 eleuzi01 self-requested a review December 9, 2024 13:15
@eleuzi01 eleuzi01 added enhancement needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review size-s Estimated task size: small (~2d) priority-high High priority - will be reviewed soon labels Dec 9, 2024
@valeriosetti valeriosetti force-pushed the issue69-3.6 branch 5 times, most recently from 48babb1 to 9d8ce10 Compare December 10, 2024 20:19
The following files are moved to the framework repo (deleted here):

scripts/assemble_changelog.py
tests/scripts/check-doxy-blocks.pl
tests/scripts/check-python-files.sh
tests/scripts/doxygen.sh
scripts/apidoc_full.sh
tests/scripts/recursion.pl

Signed-off-by: Valerio Setti <[email protected]>
@valeriosetti valeriosetti force-pushed the issue69-3.6 branch 4 times, most recently from a8f5b9b to 0c7ce15 Compare December 11, 2024 21:12
@@ -86,6 +86,6 @@ See [existing entries](../ChangeLog) for examples.

## How `ChangeLog` is updated

Run [`../scripts/assemble_changelog.py`](../scripts/assemble_changelog.py)
Run [`../framework/scripts/assemble_changelog.py`](../scripts/assemble_changelog.py)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Run [`../framework/scripts/assemble_changelog.py`](../scripts/assemble_changelog.py)
Run [`../framework/scripts/assemble_changelog.py`](../framework/scripts/assemble_changelog.py)

Copy link
Contributor

@eleuzi01 eleuzi01 left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review priority-high High priority - will be reviewed soon size-s Estimated task size: small (~2d)
Projects
Development

Successfully merging this pull request may close these issues.

2 participants