Hi, In today's session we discussed:
everyday build Why it is needed, as when you build from source it is important to pull in the latest bugfixes and patches that have been applied. We wrote some scripts to do this, each step individually isolated in a shell script. As we were looking into the build we discussed about some git command line options like: . cherry-pick . signed off . rebase . send-email . bisect . am These were briefly touched upon, we plan to have a detailed session regarding this later on. We then created a venv to contain the python libraries that we planned to install. The first one was poetry and then we saw the directory structure that it creates. We also the saw and discussed power of text format, this would again be part of a different session, but the main insight was that you do not need to leave your work terminal to even send out an email with logs. Everything can be done from your current terminal. Thank you those you joined in and thank you Saifi for the insightful session! Hope this summary helps and encourages to continue our learning :) Warm regards Ragini.