]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
teuthology-docs: Don't actually install deps
authorZack Cerza <zack@redhat.com>
Thu, 2 Jun 2016 17:59:20 +0000 (11:59 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 6 Jun 2016 20:10:47 +0000 (14:10 -0600)
We don't have tty-less sudo on docs.ceph.com. Dependencies must be
installed manually.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology-docs/setup/setup

index a5e8fd720d76f42cad9aa83d15d5d0e8e3c73f1e..b8794fcf258a12285577e6c7066d5c28bff5e3d0 100755 (executable)
@@ -3,4 +3,6 @@
 set -ex
 
 APT_DEPS="libmysqlclient-dev libevent-dev libffi-dev libssl-dev pkg-config"
-sudo apt install $APT_DEPS
+# We don't have tty-less sudo on docs.ceph.com; these deps must be installed
+# manually.
+#sudo apt install $APT_DEPS