Rev 5247: * ``bzr lp-propose`` which was switched to use production Launchpad API in http://bazaar.launchpad.net/~lifeless/bzr/lp-propose-host

Robert Collins robertc at robertcollins.net
Fri May 21 08:17:22 BST 2010


At http://bazaar.launchpad.net/~lifeless/bzr/lp-propose-host

------------------------------------------------------------
revno: 5247
revision-id: robertc at robertcollins.net-20100521071713-2wx301fr3h205t4x
parent: pqm at pqm.ubuntu.com-20100521061450-57wjgoabefym6l9b
committer: Robert Collins <robertc at robertcollins.net>
branch nick: lp-propose-host
timestamp: Fri 2010-05-21 19:17:13 +1200
message:
  * ``bzr lp-propose`` which was switched to use production Launchpad API
    servers a few commits ago has been reverted to use edge: there is a
    problem with using production which isn't trivially obvious, so we've
    filed a bug to track it, and until thats fixed will be using edge.
    (Robert Collins, #583667)
=== modified file 'NEWS'
--- a/NEWS	2010-05-21 03:28:43 +0000
+++ b/NEWS	2010-05-21 07:17:13 +0000
@@ -81,6 +81,12 @@
   difference).
   (Vincent Ladeuil, #320119)
 
+* ``bzr lp-propose`` which was switched to use production Launchpad API
+  servers a few commits ago has been reverted to use edge: there is a
+  problem with using production which isn't trivially obvious, so we've
+  filed a bug to track it, and until thats fixed will be using edge.
+  (Robert Collins, #583667)
+
 * ``bzr rm`` should not refuse to delete directories which contained a file
   which has been moved elsewhere in the tree after the previous commit.
   (Marius Kruger, Daniel Watkins, #129880)

=== modified file 'bzrlib/plugins/launchpad/lp_propose.py'
--- a/bzrlib/plugins/launchpad/lp_propose.py	2010-05-20 18:23:10 +0000
+++ b/bzrlib/plugins/launchpad/lp_propose.py	2010-05-21 07:17:13 +0000
@@ -70,7 +70,7 @@
         if staging:
             lp_instance = 'staging'
         else:
-            lp_instance = 'production'
+            lp_instance = 'edge'
         service = lp_registration.LaunchpadService(lp_instance=lp_instance)
         self.launchpad = lp_api.login(service)
         self.source_branch = lp_api.LaunchpadBranch.from_bzr(




More information about the bazaar-commits mailing list