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

Move pkgconfig.sh to the framework #116

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

valeriosetti
Copy link
Contributor

@valeriosetti valeriosetti commented Jan 9, 2025

Description

Resolves #101

PR checklist

Please add the numbers (or links) of the associated pull requests for consuming branches. You can omit branches where this pull request is not needed.

Note to self: the file was moved with:

../mbedtls-docs/tools/bin/mbedtls-move-to-framework \
--from . --to ../mbedtls-framework \
--src-branch issue101-development \
--dst-branch issue101-framework \
--path tests/scripts/pkgconfig.sh:scripts/pkgconfig.sh

valeriosetti and others added 6 commits January 8, 2025 09:51
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]>
Signed-off-by: Valerio Setti <[email protected]>
Move "easy" basic checks scripts to the framework
The following files are added (imported) from the main Mbed TLS repo:

scripts/pkgconfig.sh

Signed-off-by: Valerio Setti <[email protected]>
@valeriosetti valeriosetti self-assigned this Jan 9, 2025
@valeriosetti valeriosetti added 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-xs Estimated task size: extra small (a few hours at most) labels Jan 9, 2025
Copy link
Contributor

@ronald-cron-arm ronald-cron-arm 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
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-xs Estimated task size: extra small (a few hours at most)
Projects
Development

Successfully merging this pull request may close these issues.

Move pkgconfig.sh to the framework
2 participants