-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[files/build/versions]: support reproduceable build for git #5774
Merged
Conversation
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
jleveque
reviewed
Nov 2, 2020
qiluo-msft
reviewed
Nov 25, 2020
qiluo-msft
reviewed
Nov 25, 2020
qiluo-msft
reviewed
Nov 25, 2020
xumia
reviewed
Dec 29, 2020
xumia
reviewed
Dec 29, 2020
xumia
reviewed
Jan 5, 2021
qiluo-msft
reviewed
Jan 14, 2021
Signed-off-by: shilongliu <shilongliu@microsoft.com>
xumia
previously approved these changes
Jan 19, 2021
xumia
reviewed
Jan 19, 2021
qiluo-msft
approved these changes
Jan 21, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please also check with other reviewers.
liushilongbuaa
added a commit
to liushilongbuaa/sonic-buildimage
that referenced
this pull request
Jun 18, 2021
…t#5774) * support reproduceable build for git clone Signed-off-by: shilongliu <shilongliu@microsoft.com> * fix Co-authored-by: shilongliu <shilongliu@microsoft.com>
liushilongbuaa
pushed a commit
to liushilongbuaa/sonic-buildimage
that referenced
this pull request
Jun 18, 2021
…onic-net#5774)" This reverts commit d75c290.
qiluo-msft
added a commit
to qiluo-msft/sonic-buildimage
that referenced
this pull request
Jun 21, 2021
…or git (sonic-net#5774)"" This reverts commit 1cb8daf.
qiluo-msft
added a commit
to qiluo-msft/sonic-buildimage
that referenced
this pull request
Jun 21, 2021
…onic-net#5774)" This reverts commit 547aa9b.
qiluo-msft
added a commit
that referenced
this pull request
Jun 21, 2021
* Revert "fix" This reverts commit 93585b0. * Revert "Version control git (#6562)" This reverts commit 52b8775. * Revert "Revert "[files/build/versions]: support reproduceable build for git (#5774)"" This reverts commit 1cb8daf. * Revert "[files/build/versions]: support reproduceable build for git (#5774)" This reverts commit 547aa9b.
liushilongbuaa
added
Approved for 202106 Branch
and removed
Approved for 202106 Branch
labels
May 5, 2023
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.
- Why I did it
Some component's make process need thirdparty source file which is downloaded by "git clone", not using a specific commit. When source file is changed, Build process may fail.
- How I did it
- How to verify it
'files/build/versions/versions-git.log' records some infomation.
- Which release branch to backport (provide reason below if selected)
- Description for the changelog
Control thirdparty source code version used by 'git clone'
- A picture of a cute animal (not mandatory but encouraged)