-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Verifying Heads Before Compiling #111
Comments
hi @tlaurion i refer to Circle CI hashes.txt for example, so, maybe we can use these checksum in hashes.txt from Circle CI, do you think, it is good idea, for verification, before local compiling ? thanks and regards, |
modules/cryptsetup is the build recipe to build cryptsetup and cryptsetup-reencrypt binaries. Same for all other modules building different libraries/binaries that are packed in the final ROM's payload. Those modules include expected hashes of tarballs doenloaded as part if the build recipe, verified after download and prior of extraction. Then patches are applied from patches/ files, and then that module build starts. Board configuration tells which modules are expected for a board, as well as board specific tweaks. Everything built leaves at trace under hashes.txt in the board build directory. So verifying before compiling here relies on git. git will tell you if any of the files maintained in the repository are as expected, prior of compiling.
|
hi @tlaurion i see, so it is not necessary, to do manual verification, before local compiling, okay, understand now, thanks and regards, |
hi @tlaurion,
Below are some steps to verify Heads before compiling:
Please kindly add on or modify the steps above, for a better verification.
Thanks and Regards,
The text was updated successfully, but these errors were encountered: