I am starting the process to port an OOT over the 3.8 / Python3. There is an existing pybombs recipe for the 3.7 version, this recipe references my master branch on GitHub.
Question: how should my git repository be structured so that the 3.7 version or the 3.8 version is pulled correctly when someone installs the OOT? If the existing master branch is switched to branch 3.7 then the existing recipe will become broken. If a new branch 3.8 is created, how does the pybombs pull/build know to checkout that instead of master? I went through something similar to this problem yesterday when installing gnuradio using pybombs - the recipe apparently pulled the wrong branch from UHD. Fortunately Vasil helped me do a manual workaround for this. -- Tom, N5EG
