[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add Python 3.
From: |
Andreas Enge |
Subject: |
Re: [PATCH] gnu: Add Python 3. |
Date: |
Sun, 1 Sep 2013 21:50:46 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Sun, Sep 01, 2013 at 09:40:27PM +0200, Ludovic Courtès wrote:
> 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’.
Actually, 77c7f8f41b558bab13690c843068af8ba996e5bf switches back (while
keeping the definition of Python 3 in the variable python-3; but all
packages using python as input will get Python 2).
We could create branches; very often (like here, with changes to the python
build system pending), we might as well use core-updates directly.
Andreas