RTEMS | waf: Fix handling of the VERSION file in a release (!257)

Chris Johns (@chris) gitlab at rtems.org
Tue Oct 22 01:37:20 UTC 2024




Chris Johns commented on a discussion on wscript: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/257#note_113439

 >  
 >  is_windows_host = os.name == "nt" or sys.platform in ["msys", "cygwin"]
 >  version = {
 > -    "__RTEMS_MAJOR__": "6",
 > -    "__RTEMS_MINOR__": "0",
 > -    "__RTEMS_REVISION__": "0",
 > -    "RTEMS_VERSION_CONTROL_KEY": "git"
 > +    "__RTEMS_MAJOR__": "6",  # version
 > +    "__RTEMS_MINOR__": "0",  # revision
 > +    "__RTEMS_REVISION__": "0",  # not used
 > +    "RTEMS_VERSION_LABEL": "not-released"

Yes and thanks it should be. I am working on the release documentation so you have some to review this against.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/257#note_113439
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/20241022/a8ce1b26/attachment-0001.htm>


More information about the bugs mailing list