-
Notifications
You must be signed in to change notification settings - Fork 24
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
"edkrepo sync" support for tags #134
Comments
ashedesimone
added a commit
to ashedesimone/edk2-edkrepo
that referenced
this issue
Mar 17, 2023
Add support for fetching tags. Additionally move messages indicating that the sync is starting for a repo to the begining of that process to improve messaging. Fixes tianocore#134 Signed-off-by: Ashley E Desimone <[email protected]>
ashedesimone
added a commit
to ashedesimone/edk2-edkrepo
that referenced
this issue
Apr 10, 2023
Add support for fetching tags. Additionally move messages indicating that the sync is starting for a repo to the begining of that process to improve messaging. Fixes tianocore#134 Signed-off-by: Ashley E Desimone <[email protected]>
ashedesimone
added a commit
to ashedesimone/edk2-edkrepo
that referenced
this issue
Apr 10, 2023
Add support for fetching tags. Additionally move messages indicating that the sync is starting for a repo to the begining of that process to improve messaging. Fixes tianocore#134 Signed-off-by: Ashley E Desimone <[email protected]>
ashedesimone
added a commit
to ashedesimone/edk2-edkrepo
that referenced
this issue
Apr 10, 2023
Add support for fetching tags. Additionally move messages indicating that the sync is starting for a repo to the begining of that process to improve messaging. Fixes tianocore#134 Signed-off-by: Ashley E Desimone <[email protected]>
kevinsun49
pushed a commit
to ashedesimone/edk2-edkrepo
that referenced
this issue
Apr 11, 2023
Add support for fetching tags. Additionally move messages indicating that the sync is starting for a repo to the begining of that process to improve messaging. Fixes tianocore#134 Signed-off-by: Ashley E Desimone <[email protected]> Reviewed-by: Kevin Sun <[email protected]>
ashedesimone
added a commit
to ashedesimone/edk2-edkrepo
that referenced
this issue
Apr 11, 2023
Add support for fetching tags. Additionally move messages indicating that the sync is starting for a repo to the begining of that process to improve messaging. Fixes tianocore#134 Signed-off-by: Ashley E Desimone <[email protected]> Reviewed-by: Kevin Sun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
edkrepo manifest file Combination and PatchSet can include git tag information, but "edkrepo sync" does not detect or notify user if tags locally and tags on the Remote have somehow deviated from each other.
In some other cases, "edkrepo sync" and "edkrepo sync --fetch" may not create all the same local tags as a fresh 'edkrepo clone' will.
Manually running 'git fetch --tags' on each of the repo seems to work as a workaround for both cases.
edkrepo 3.1.0, git version 2.39.1.windows.1
The text was updated successfully, but these errors were encountered: