-
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.
- Implemented Patchset naming restriction to not use "main" or "master" as names. - Fixed the bug of edkrepo sync -u not working because of two file pointers opening at the same time in create_repos and create_local_branch. - Fixed a bug of named_tuples not being assigned in json. - Implemented the functionality to take into account user created local branches of the same name as patchset and to override and not create branches using edkrepo if they want to use their own branches. If the override flag is not specified, it throws an exception to tell the user to manually resolve branch name conflicts. 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
8a6462f
commit ae8186c
Showing
4 changed files
with
59 additions
and
32 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
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