From 00cfa55cd31ea9ca4abf956b423dabf4dc35f44f Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 29 Jun 2015 17:24:49 -0500 Subject: [PATCH] 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 --- teuthology-pull-requests/setup/setup | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.5