Gary Poster has proposed merging lp:~gary/launchpad/trivial into lp:launchpad.
Requested reviews: Launchpad code reviewers (launchpad-reviewers) Related bugs: Bug #974632 in Launchpad itself: "memcache._ConnectionDeadError in test runs" https://bugs.launchpad.net/launchpad/+bug/974632 For more details, see: https://code.launchpad.net/~gary/launchpad/trivial/+merge/101619 Update to trunk version of python-memcached for bug 974632. I attempted to follow https://dev.launchpad.net/PolicyForDocumentingCustomDistributions fairly closely. -- https://code.launchpad.net/~gary/launchpad/trivial/+merge/101619 Your team Launchpad code reviewers is requested to review the proposed merge of lp:~gary/launchpad/trivial into lp:launchpad.
=== modified file 'versions.cfg' --- versions.cfg 2012-04-06 17:28:25 +0000 +++ versions.cfg 2012-04-11 18:07:25 +0000 @@ -84,7 +84,14 @@ pyOpenSSL = 0.10 pystache = 0.3.1 python-dateutil = 1.5 -python-memcached = 1.48 +# lp:python-memcached +# r57 (includes a fix for bug 974632) +# bzr branch lp:python-memcached -r57 memcached-1.49 +# cd memcached-1.49 +# ./releasescript.auto +# python setup.py egg_info -bDEV-r`bzr revno` sdist +# mv dist/python-memcached-1.49DEV-r57.tar.gz [LOCATION]/download-cache/dist +python-memcached = 1.49DEV-r57 # 2.2.1 with the one-liner Expect: 100-continue fix from # lp:~wgrant/python-openid/python-openid-2.2.1-fix676372. python-openid = 2.2.1-fix676372
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

