-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Did you recently rewrite history? #3241
Comments
There have been multiple force-push commits to master in the past 2 weeks according the repository activity https://github.com/boto/botocore/activity. With any luck, either @nateprewitt or @hssyoo still have the previous master branch and could rebase and force-push it back to its normal state? I also imagine anyone with the repo checked out prior to the history rewrite will have the previous commits? |
Hey @antoine-sac, |
The good news is that all the version tags are still attached to the correct commits, so people using boto/[email protected] are not impacted. Although those commits are not attached to the master branch. An issue only arises for yocto builds because we are forced to also provide the branch of the commit, so we can't use a floating commit. |
As a temporary fix, would you be able to create a branch for the "old" master, like This would allow us to keep using the old commits (matching the version tags) simply by switching branch. |
Hey @antoine-sac, |
The |
We've pushed an update to the |
I can verify that my build now works again using the unmodified |
Thanks for the patience and assistance with resolving this issue! |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
Hello,
It looks like you may have recently rewritten the commit history and incidentally broken
meta-aws
because all referenced commits no longer exist on the master branch.We cannot set up reproducible builds if commits disappear and years of commits have been rewritten :/
For example, this was the commit for botocore v1.34.157 three weeks ago: 894686f
It is no longer attached to any branch so cannot be found.
Related to : aws4embeddedlinux/meta-aws#9442
Expected Behavior
The commits prior to a few weeks ago should still exist in the commit history of a branch.
Current Behavior
Commits have disappeared from the history and broken years of reproducible builds via
meta-aws
.For example:
0a2e478
894686f
19ce2f5
da3918a
Reproduction Steps
NA
Possible Solution
No response
Additional Information/Context
No response
SDK version used
NA
Environment details (OS name and version, etc.)
NA
The text was updated successfully, but these errors were encountered: