Rev 5115: Fix mode edge.lp.net references in the lp plugin and check-newsbugs. in file:///home/vila/src/bzr/bugs/583667-lp-no-edge-2.2/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Nov 26 19:32:56 GMT 2010


At file:///home/vila/src/bzr/bugs/583667-lp-no-edge-2.2/

------------------------------------------------------------
revno: 5115
revision-id: v.ladeuil+lp at free.fr-20101126193256-xifykla2xthcysks
parent: v.ladeuil+lp at free.fr-20101126181330-bwt1a6dx9il08kbt
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 583667-lp-no-edge-2.2
timestamp: Fri 2010-11-26 20:32:56 +0100
message:
  Fix mode edge.lp.net references in the lp plugin and check-newsbugs.
-------------- next part --------------
=== modified file 'bzrlib/plugins/launchpad/lp_propose.py'
--- a/bzrlib/plugins/launchpad/lp_propose.py	2010-05-21 11:01:38 +0000
+++ b/bzrlib/plugins/launchpad/lp_propose.py	2010-11-26 19:32:56 +0000
@@ -74,7 +74,7 @@
         if staging:
             lp_instance = 'staging'
         else:
-            lp_instance = 'edge'
+            lp_instance = 'production'
         service = lp_registration.LaunchpadService(lp_instance=lp_instance)
         self.launchpad = lp_api.login(service)
         self.source_branch = lp_api.LaunchpadBranch.from_bzr(

=== modified file 'tools/check-newsbugs.py'
--- a/tools/check-newsbugs.py	2010-06-01 16:46:47 +0000
+++ b/tools/check-newsbugs.py	2010-11-26 19:32:56 +0000
@@ -61,7 +61,8 @@
         f.close()
 
 
-lp = Launchpad.login_anonymously('bzr-check-newsbugs', 'edge', version='1.0')
+lp = Launchpad.login_anonymously('bzr-check-newsbugs', 'production',
+                                 version='1.0')
 
 bugnos = read_news_bugnos(args[1])
 for bugno, section in bugnos:



More information about the bazaar-commits mailing list