Conversation
5b24d89 to
447709b
Compare
447709b to
44bc8ac
Compare
44bc8ac to
8fac359
Compare
New optional parameters to exclude results from comparison with previous release, e.g. 3.10 from comparison for current release, e.g. 4.0.
8fac359 to
37230bf
Compare
Owner
Author
|
Closing in favour of #20 . |
bembelimen
added a commit
that referenced
this pull request
Jan 23, 2022
* Do not double lock assets * db update * Remove double asset lock (#19) * Remove double asset lock * Only remove lock Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com>
richard67
pushed a commit
that referenced
this pull request
Feb 25, 2024
Fix invalid canonical JSON of TargetsMetadata in php-tuf
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
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.
Pull Request for Issue # .
Summary of Changes
This pull request (PR) is just to document the changed deleted files and folders generator script which I am currently using to generate the lists for updating script.php.
The change here is to optionally ignore results from another comparison depending on new, optional parameters, so that when comparing e.g. 4.0 RC 4 with RC 3, files and folders are not added if they are already present in the results from comparing the latest 4.0 with the latest 3.0.
Testing Instructions
Currently I use following Bash script to generate the lists:
When keeping the intermediate results from comparing older 4.0 versions since Beta 1, it only needs to do the first comparison from current 3.10-dev to current 4.0-dev and then the last 2 comparisons. The 2nd last because something might have been forgotten in script.php when the last release was made, and the last one for the last release and the current branch.
At the end I can take the complete content of each file, intend it by 3 tabs and copy it into script PHP and can see the changes in Git.
Then it needs only 2 manual steps:
This can be automated later with further improvements, but the question now is if what I am doing here is the right way to go.
Actual result BEFORE applying this Pull Request
I have to identify and remove duplicates myself from the right section of the deleted files and folder lists in script.php.
Expected result AFTER applying this Pull Request
Files and folders which have been identified to be removed when updating from the previous major (or minor) release on another branch, e.g. in case of J4 from 3.10, are not to be removed again when updating from a previous version of the current release to be checked.
Documentation Changes Required
There is no documentation yet on how to use deleted_file_check.php.