RTEMS Source Builder | Adding a hash in a release build generates an error (#40)
Chris Johns (@chris)
gitlab at rtems.org
Wed Oct 9 18:34:00 UTC 2024
Chris Johns created an issue: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/40
Assignee: Chris Johns
Releases provide the release tar file hash in the `VERSION` file. This is read and loaded when the RSB starts a set build. If the package being built has a development hash in its configuration file the addition of that hash to the hash table results in an error because the hash is present and the value is different.
If the RSB is in release mode (`%{release} == 1`) do not raise an error. This lets the error happen during development if there is a duplicate and lets us ship untouched config files with the release versions of the tar files and hashes defined in `VERSION`.
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/40
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241009/d3ed8d55/attachment.htm>
More information about the bugs
mailing list