Confirmed users
4,467
edits
| Line 346: | Line 346: | ||
* fixed calls to bz_utils __init__ in both autoland_queue and hg_pusher | * fixed calls to bz_utils __init__ in both autoland_queue and hg_pusher | ||
* now I can start both and have their queues listening but autoland_queue is reading my bug as not having patches, trying to get it to work with :attachment_id in the tag and there's some patch list/splitting errors | * now I can start both and have their queues listening but autoland_queue is reading my bug as not having patches, trying to get it to work with :attachment_id in the tag and there's some patch list/splitting errors | ||
* yum package of rabbitmq-server was 2.2 and to get rabbitmq-plugins I needed a newer version so did: | |||
yum remove rabbitmq-server | |||
rpm -ivh http://www.rabbitmq.com/releases/rabbitmq-server/v2.7.1/rabbitmq-server-2.7.1-1.noarch.rpm | |||