Use the Qpid released repo, not testing

Change-Id: I6c7124b3733c0dcf51d6f1ed4f67c01bf72c2f0e
This commit is contained in:
Kenneth Giusti 2017-03-31 11:53:18 -04:00
parent 7f584c80ca
commit 297d85ff58
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ function _install_amqp1_backend {
elif is_ubuntu; then elif is_ubuntu; then
install_package sasl2-bin install_package sasl2-bin
# newer qpidd and proton only available via the qpid PPA # newer qpidd and proton only available via the qpid PPA
sudo add-apt-repository -y ppa:qpid/testing sudo add-apt-repository -y ppa:qpid/released
#sudo apt-get update #sudo apt-get update
REPOS_UPDATED=False REPOS_UPDATED=False
update_package_repo update_package_repo