Andreas Enge <[email protected]> skribis: > On Sun, Sep 01, 2013 at 04:07:36PM +0200, Ludovic Courtès wrote: >> The impact of the switch from Python 2 to 3 can be seen here: >> http://hydra.gnu.org/eval/10856 >> That is: minus 48 packages. :-) >> Many are due to the fact that the ‘python’ executable is unavailable, >> like <http://hydra.gnu.org/build/16789>. > > Yes, so this does not really matter; we just have to decide how to support > both Python 2 and 3, and most of this should be solved.
Agreed. Speaking of which: in the future, we should use topic branches for such things, to avoid disrupting the main branch. For instance, I’ve locally switched back to Python 2 as the default since I was otherwise unable to use the QEMU-related things. Actually it’s not too late: we could create a new branch off ‘master’, and just switch back to Python 2 as the default on ‘master’. Hydra can be told to build the new branch in addition to ‘master’. Thoughts? Ludo’.
