-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edkrepo: Integrated Sync Command with Creating Local Branch flow
- Implemented pathset similarity and patchset operation similarity checking functions in common_repo_functions - Made checks for the case where sources are same but patchset operations have changed and created new branches for the new patchset (using create_repos method implemented in common_repo_functions) while preserving the old branch - Did exception handling for updating the manifest because if there's error while updating, the local copy of manifest should not change - Bug fix of json not updated through create_repos - Small bug fix in the is_collision method of common_repo_functions - Bug Fix for global_manifest_path being different in sync file - Name change of _check_sha_tag_branch to _check_patchset_sha_tag_branch Signed-off-by: Harsh Vora [email protected] Reviewed-by: Ashley DeSimone <[email protected]> Reviewed-by: Kevin Sun <[email protected]> Reviewed-by: Nate DeSimone <[email protected]>
- Loading branch information
1 parent
e90b1e7
commit bf63945
Showing
3 changed files
with
89 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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