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

Remove trailing whitespace in prepare_release.sh #8304

Closed
gilles-peskine-arm opened this issue Oct 4, 2023 · 1 comment · Fixed by #8556
Closed

Remove trailing whitespace in prepare_release.sh #8304

gilles-peskine-arm opened this issue Oct 4, 2023 · 1 comment · Fixed by #8556
Assignees
Labels
bug component-test Test framework and CI scripts size-xs Estimated task size: extra small (a few hours at most)

Comments

@gilles-peskine-arm
Copy link
Contributor

On 3406564 (nearly 3.5.0):

$ ./scripts/prepare_release.sh
$ grep ' $' programs/.gitignore
# 

We shouldn't have this trailing whitespace. check_files.py will complain about it.

The goal of this task is that after running ./scripts/prepare_release.sh and committing the result, check_files.py is happy.

@gilles-peskine-arm gilles-peskine-arm added bug component-test Test framework and CI scripts size-xs Estimated task size: extra small (a few hours at most) labels Oct 4, 2023
@mcagriaksoy
Copy link

I fixed that on PR: 8369
I hope it is okay?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug component-test Test framework and CI scripts size-xs Estimated task size: extra small (a few hours at most)
Projects
Status: Mbed TLS 3.6 release
3 participants