TexasInstruments / ti-bdebstrap

Build custom bootstrap images using bdebstrap
Other
9 stars 10 forks source link

Explicitly mandate root privileges, ensure build exists and update readme #18

Closed jsuhaas22 closed 1 year ago

jsuhaas22 commented 1 year ago
  1. Exit the program if the user is not running the script with root privileges, with an error message.
  2. Ensure the validity of the build provided. The build, and its machine, BSP version and distro variant should all exist in their respective files. If a build fails, the scripts stop (even if there were multiple builds)
  3. Update readme to cover everything that has changed on the dev branch