commit e823f48459d736afbaaffe87ae73dce7355af0cf Author: Dan Callaghan Date: Tue Apr 23 10:10:37 2013 +1000 Automatic commit of package [beaker] release [0.12.1-1]. commit 7af678e304ccb0e571050f0d5cd7057163f4bb68 Author: Dan Callaghan Date: Mon Apr 22 16:24:18 2013 +1000 fix completion notification for greenlets The 'command' variable was bound to its last value in the loop, so we were marking the wrong command as completed in case more than one arrived at once. As a result, some commands would be executed twice. This patch also adds a reproducer to the test suite, and some extra sanity checking for command status changes (similar to the sanity checking for task status added in 0.12.0). Bug: 951309 Change-Id: Ic89c7fe6131e936128f2cb197c6c182e57c0fae1 commit da3354f03de0a9c3af04b408f29638326f20aafe Author: Dan Callaghan Date: Mon Apr 22 10:14:17 2013 +1000 skip unknown FQDNs in peer roles, instead of using 'None' Bug: 952948 Change-Id: I296e74633b08cb12af5f100cd1b4c428d9534bc1 commit 3db07fd09a012d271702e720385e03f71e95ff83 Author: Dan Callaghan Date: Wed Apr 17 16:07:20 2013 +1000 docs: mention outage due to dirty jobs in upgrade notes Bug: 950922 Change-Id: Ia47938a4aed5fe50a33e3a0aa1f1809fd48148ea commit f3d17e328c9e70109573a141c8e36baca9881353 Author: Raymond Mancy Date: Tue Apr 16 12:06:52 2013 +1000 Fix ordering for multihost recipes. This _actually_ fixes ABBA deadlocks for 'clean' jobs Bug: 889065 commit 26d9fa2e17f58cedc06cbc4c6d140c44fc53254e Author: Raymond Mancy Date: Mon Apr 15 18:10:53 2013 +1000 Fixes problems importing naked distro tree. Bug: 951981 commit f791ed33bad45e732f901100df4e03ad9c28122c Author: Dan Callaghan Date: Fri Apr 12 16:27:05 2013 +1000 remove duplicate FQDNs in peer roles Bug: 951283 Change-Id: I4d43bc8860dbeff47568232f72a4910890ca004d commit dfb6d4adf2867223382e7981078b64bc161ace2d Author: Dan Callaghan Date: Wed Apr 10 11:16:40 2013 +1000 Automatic commit of package [beaker] release [0.12.0-3]. commit 79a46249e65d0ab73f929db40d6fafc6a452ab27 Author: Dan Callaghan Date: Tue Apr 9 16:02:41 2013 +1000 beaker-expire-distros: increase timeout to 120 seconds commit dec1408e19ccbbbc17cea053dd4fd1fc8e0083e5 Author: Dan Callaghan Date: Tue Apr 9 10:52:05 2013 +1000 Automatic commit of package [beaker] release [0.12.0-2]. commit 5d490e9204fa9c64d448365ce460ea5af69b5ddc Author: Dan Callaghan Date: Mon Apr 8 15:55:47 2013 +1000 docs: mention beaker-init in upgrade instructions commit f87c578c439789c13a1816799e4803e982fa5c23 Author: Dan Callaghan Date: Mon Apr 8 10:21:58 2013 +1000 fix build for client-only platforms make[1]: Entering directory `/builddir/build/BUILD/beaker-0.12.0/documentation' python -c '__requires__ = ["CherryPy < 3.0", "Sphinx >= 1.0"]; import pkg_resources; execfile("/usr/bin/sphinx-build")' -b man -d _build/doctrees . _build/man Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2815, in working_set.require(__requires__) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 690, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: CherryPy<3.0