[test-results] [Bamboo] No agents to build plan Asterisk Testing - Asterisk Trunk - Asterisk CentOS 6 32-Bit
Bamboo
bamboo at asterisk.org
Mon Feb 27 18:44:59 CST 2012
-------------------------------------------------------------------------------
TESTING-ASTERISKTRUNK-AST18CENTOS32-15 has been queued, but there's no agent capable of building it.
-------------------------------------------------------------------------------
http://bamboo.asterisk.org/browse/TESTING-ASTERISKTRUNK-AST18CENTOS32/log
--------------
Code Changes
--------------
rmudgett (357145):
>Add ability to clone ao2 containers.
>
>Occasionally there is a need to put all objects in one container also into
>another container.
>
>Some reasons you might need to do this:
>
>1) You need to reconfigure a container. You would do this by creating a
>new container with the new configuration and ao2_container_dup the old
>container into it. Then replace the old container with the new. Then
>destroy the old container.
>
>2) You need the contents of a container to remain stable while operating
>on all of the objects. You would do this by creating a cloned container
>of the original with ao2_container_clone. The cloned container is a
>snapshot of the objects at the time of the cloning. When done, just
>destroy the cloned container.
>
>Review: https://reviewboard.asterisk.org/r/1746/
>
--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20120227/c64c9ece/attachment.htm>
More information about the Test-results
mailing list