From: Andrew Schoen Date: Mon, 29 Jun 2015 22:24:49 +0000 (-0500) Subject: teuthology-pull-requests: pass the 'install' command to ./bootstrap X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F94%2Fhead;p=ceph-build.git teuthology-pull-requests: pass the 'install' command to ./bootstrap This is a flag used to tell the bootstrap script to install any missing packages it finds needed for the bootstrap process. Signed-off-by: Andrew Schoen --- diff --git a/teuthology-pull-requests/setup/setup b/teuthology-pull-requests/setup/setup index 22b7b16b..80ffcb8c 100644 --- a/teuthology-pull-requests/setup/setup +++ b/teuthology-pull-requests/setup/setup @@ -2,6 +2,7 @@ set -ex -# run the teuthology bootstrap to setup this node for -# teuthology pull requests testing -./bootstrap +# run the teuthology bootstrap to setup this jenkins slave for +# teuthology pull requests testing. Passing 'install' here +# installs any missing requirements found needed to bootstrap teuthology +./bootstrap install