launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #08081
[Merge] lp:~benji/launchpad/bug-998040 into lp:launchpad
Benji York has proposed merging lp:~benji/launchpad/bug-998040 into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~benji/launchpad/bug-998040/+merge/106697
Bug 998040 describes an issue that has been fixed in recent versions of bzr but Launchpad isn't compatible with those versions. A fairly large amount of effort has gone into getting LP compatible with the newest bzr, but that effort has yet to bear fruit. As a compromise, we backported the fix to the version of bzr we are currently using.
--
https://code.launchpad.net/~benji/launchpad/bug-998040/+merge/106697
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~benji/launchpad/bug-998040 into lp:launchpad.
=== modified file 'versions.cfg'
--- versions.cfg 2012-05-15 23:01:53 +0000
+++ versions.cfg 2012-05-21 20:05:22 +0000
@@ -10,7 +10,10 @@
argparse = 1.2.1
BeautifulSoup = 3.1.0.1
bson = 0.3.2
-bzr = 2.5.0dev2-r6152
+# The source for this version of bzr is at lp:~benji/bzr/bug-998040
+# 2.5.0.lp.2 was built from revision 6156.
+# To build: "make dist" and look one directory up from PWD
+bzr = 2.5.0.lp.2
celery = 2.5.1
Chameleon = 2.4.0
ClientForm = 0.2.10
Follow ups