-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Tinycryt upstream rewrote history in master branch #10468
Description
Description
Murdock recently fails to build packages related to tinycrypt as the reference commit was removed from the upstream master branch:
The commit was this one intel/tinycrypt@3ea1a60 and as you can see, it does not reference any branch.
The new commit is this one: intel/tinycrypt@6a22712
Thanks to the new github feature to show forced push we can easily see here that the master branch was force-pushed:
Also attached as an image.
Original PR adding this commit:
Handling of this
Both commits can be compared and contain the same content, so could be replaced one by another.
I will do a PR to update to the new reference as the content stayed the same.
However, what is the state of keeping a package in RIOT, even more a cryptographic library, where upstream rewrites history in master ? 11month after being merged…
