From: David Galloway Date: Wed, 2 Jan 2019 18:34:45 +0000 (-0500) Subject: ceph-tag: Use binaries X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1223%2Fhead;p=ceph-build.git ceph-tag: Use binaries There was an issue with pynacl (I think) not having a wheel for the latest version. Despite manually downloading the required (newer) version in a separate pip transaction, pip would still download the old version and try to use it when installing ansible which broke the build. Signed-off-by: David Galloway --- diff --git a/ceph-tag/build/build b/ceph-tag/build/build index 12d0054f5..4fabef2da 100644 --- a/ceph-tag/build/build +++ b/ceph-tag/build/build @@ -9,7 +9,7 @@ fi # the following two methods exist in scripts/build_utils.sh pkgs=( "ansible" ) -install_python_packages_no_binary "pkgs[@]" +install_python_packages "pkgs[@]" # run ansible to do all the tagging and release specifying # a local connection and 'localhost' as the host where to execute