Repository: cloudstack Updated Branches: refs/heads/master 6968b18a4 -> bb9148b3c
travis: use ipmitool from ubuntu repository Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/91c9fc9f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/91c9fc9f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/91c9fc9f Branch: refs/heads/master Commit: 91c9fc9f6ef5c09e788c20dececd0ee4d7325d29 Parents: 123e9f8 Author: Rohit Yadav <[email protected]> Authored: Sun May 29 16:14:28 2016 +0530 Committer: Rohit Yadav <[email protected]> Committed: Sun May 29 16:14:28 2016 +0530 ---------------------------------------------------------------------- tools/travis/before_install.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/91c9fc9f/tools/travis/before_install.sh ---------------------------------------------------------------------- diff --git a/tools/travis/before_install.sh b/tools/travis/before_install.sh index 44ead5a..99195c2 100755 --- a/tools/travis/before_install.sh +++ b/tools/travis/before_install.sh @@ -91,15 +91,11 @@ if [[ $? -ne 0 ]]; then echo -e "\napt-get packages failed to install" fi -# Use latest ipmitool 1.8.16 dependencies +# Use latest ipmitool 1.8.16 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551 sudo sh -c 'echo "deb http://archive.ubuntu.com/ubuntu xenial main universe" >> /etc/apt/sources.list' sudo apt-get update -q -y > /dev/null -sudo apt-get -q -y -V install freeipmi-common libfreeipmi16 libgcrypt20 libgpg-error-dev libgpg-error0 libopenipmi0 --no-install-recommends > /dev/null - -# Installed version 1.8.16 with patch: https://bugzilla.redhat.com/show_bug.cgi?id=1286035 -wget http://packages.shapeblue.com/contribs/ipmitool_1.8.16_travis_amd64.deb -O ipmitool.deb > /dev/null -sudo dpkg -i ipmitool.deb +sudo apt-get -q -y -V install freeipmi-common libfreeipmi16 libgcrypt20 libgpg-error-dev libgpg-error0 libopenipmi0 ipmitool --no-install-recommends > /dev/null ipmitool -V
