-
Notifications
You must be signed in to change notification settings - Fork 281
Implement TAP 4 (multiple repository consensus on entrusted targets) #504
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
Merged
vladimir-v-diaz
merged 149 commits into
theupdateframework:develop
from
vladimir-v-diaz:tap4
Dec 22, 2017
Merged
Implement TAP 4 (multiple repository consensus on entrusted targets) #504
vladimir-v-diaz
merged 149 commits into
theupdateframework:develop
from
vladimir-v-diaz:tap4
Dec 22, 2017
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
TODO: Unit testing still remains
Incorrect variable names, expand comments, etc.
1 similar comment
Contributor
Author
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Also reorder an if-else case to minimize code between the else and opening if clause Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Signed-off-by: Vladimir Diaz <[email protected]>
Contributor
Author
|
I edited the summary to document the modified API for
|
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.
Fixes issue #: #527
Description of the changes being introduced by the pull request:
This is an implementation of TAP 4 (multiple repository consensus on entrusted targets). A MultiRepoUpdater class is added that reads
map.json, determines which repository URL can be used for a requested target file, and returns the updater object(s) and targetinfo for the requested target file. The client is free to use any of the returned updater objects to download the target file corresponding to the targetinfo. An example is provided below:The client can also access the updater objects for each repository...
or
@awwad PIease have a look at this PR and let me know if it supports everything needed to create Uptane repositories. The repository tools now support the creation of multiple repositories within the same Python process.
Please verify and check that the pull request fulfills the following
requirements: