Re: [Python-Dev] BZR mirror and pushing to Launchpad
On Sun, Mar 8, 2009 at 7:40 PM, Andrew Bennetts <andrew-pythondev@puzzling.org> wrote:
Actually, the Launchpad code server is configured to make bzr automatically stack on the appropriate branch. The docs you point to there are about manually specifying the branch to stack on.
-Andrew.
However, my understanding is that Launchpad will not automatically stack if you are using the Python.org branch; you must use the Launchpad mirror. If you want to stack off the Python.org branch, then I think you need to manually stack. Cheers, Ross Light (sorry for possible dupe posting, I thought my mail client was sending to python-dev, but it didn't seem to)
Ross Light wrote: [...]
However, my understanding is that Launchpad will not automatically stack if you are using the Python.org branch; you must use the Launchpad mirror. If you want to stack off the Python.org branch, then I think you need to manually stack.
It is true that if the source branch that you push to Launchpad is not in a stacking-capable format, then the automatic stacking will not happen. But that shouldn't be the case with the Python.org branch; <http://code.python.org/python/trunk/> uses the latest format which is stacking-capable. On the other hand, it does appear that <https://code.launchpad.net/~rdmurray/python/bug5450> is a branch that is not stacking-capable. I'm not sure how this could happen by following the instructions on the the wiki page. -Andrew.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mar 9, 2009, at 1:26 AM, Andrew Bennetts wrote:
On the other hand, it does appear that <https://code.launchpad.net/~rdmurray/python/bug5450> is a branch that is not stacking-capable. I'm not sure how this could happen by following the instructions on the the wiki page.
Perhaps RDM branched from code.python.org before I upgraded the repository format to 1.9-rich-root? Barry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) iQCVAwUBSbUIcnEjvBPtnXfVAQI47AP/QdS/7qyrGXseNsDYLIl/aRC4DV3HOBxm G4721SchQAw8CF6zJw1gU/Guw4b+S96eYD3MHBM2B6qgSXZ3SMXGoWvVl2xwKbFd s29f9ALZZaXuj3YU5YY3ildCQmKx0Kxaqbp9Hu1UdaAAZrq25rI2vMbtdTphtG2j i8vQZZifegY= =1HK/ -----END PGP SIGNATURE-----
On Mon, 9 Mar 2009 at 08:15, Barry Warsaw wrote:
On Mar 9, 2009, at 1:26 AM, Andrew Bennetts wrote:
On the other hand, it does appear that <https://code.launchpad.net/~rdmurray/python/bug5450> is a branch that is not stacking-capable. I'm not sure how this could happen by following the instructions on the the wiki page.
Perhaps RDM branched from code.python.org before I upgraded the repository format to 1.9-rich-root?
I grabbed the tarball and made my initial branch on 2/20, from python.org. Then I branched from that to make the branch I pushed to Launchpad. Could the second branch be the problem? I just did 'bzr branch trunk trunk-myfix'. Is there a way I can check if my branch is stacking capable? (I'm very new to bzr.) -- R. David Murray http://www.bitdance.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mar 9, 2009, at 9:02 AM, R. David Murray wrote:
On Mon, 9 Mar 2009 at 08:15, Barry Warsaw wrote:
On Mar 9, 2009, at 1:26 AM, Andrew Bennetts wrote:
On the other hand, it does appear that <https://code.launchpad.net/~rdmurray/python/bug5450> is a branch that is not stacking-capable. I'm not sure how this could happen by following the instructions on the the wiki page.
Perhaps RDM branched from code.python.org before I upgraded the repository format to 1.9-rich-root?
I grabbed the tarball and made my initial branch on 2/20, from python.org. Then I branched from that to make the branch I pushed to Launchpad. Could the second branch be the problem? I just did 'bzr branch trunk trunk-myfix'.
I upgraded the repository on 2/25, so it's possible your older tarball is the problem. try running 'bzr upgrade --1.9.rich-root' on it and see if that allows you to stack on Launchpad. Barry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) iQCVAwUBSbUaAnEjvBPtnXfVAQLnggP/bF/P4N5WqwW4ozHOrbL1hJ9mc1nDdb9s 4z8V75qIiHJTYRQ3A9koTQJzEzCrsrqwhW04zs+hJikhHp1ZqjEVYdEvI4ibDikr yigsbiI/XWHt1KaKBiRGXDal47NXyvy7VDkc5QMoPAyx7ed7lvbqslHIkJJqJR1N 6ZmnZ9AZnvw= =+6oN -----END PGP SIGNATURE-----
participants (4)
-
Andrew Bennetts -
Barry Warsaw -
R. David Murray -
Ross Light