-
Notifications
You must be signed in to change notification settings - Fork 31
Add coverity push script for 3.6 #215
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
Draft
davidhorstmann-arm
wants to merge
26
commits into
Mbed-TLS:main
Choose a base branch
from
davidhorstmann-arm:add_coverity_push_script_3.6_version
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add coverity push script for 3.6 #215
davidhorstmann-arm
wants to merge
26
commits into
Mbed-TLS:main
from
davidhorstmann-arm:add_coverity_push_script_3.6_version
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Mistaken usage of hashlib.md5(), much simpler form is available. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
-j without a number means unlimited, and is likely a bad idea on limited systems. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
(Rather than empty string) Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Refactor previous function as now too small to really be required (error handling now done by exceptions thrown by run(), and only a single API call now required) Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Also make branch change recurse into submodules, as we now have one. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Use 'with' context, copy to backup file if required. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
The addition of the framework necessitates this. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Missed as logic causes the script to just redownload the tools. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Instead of erroring out if the specified backup directory is non-existent, just create it. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Useful for debug more than anything else. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
.. and update documentation to add new options. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
If config.h was changed upstream, it would be backed up prior to these changes being applied locally, and then restored into the wrong state. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Moving the backup of config files fixed the previous issue, but created another one. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Enable testing without consuming a coverity credit Signed-off-by: Paul Elliott <paul.elliott@arm.com>
With the addition of tf-psa-crypto as a submodule, which itself has framework as a submodule, git submodule calls now need to be recursive Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Required some re-work to have two files. May not entirely be the optimal way of doing this, but probably only worth more work if more files are required. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
Signed-off-by: David Horstmann <david.horstmann@arm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A tweaked version of #165 that allows pushing builds for the
mbedtls-3.6branch (rather thandevelopmentas was happening before).