]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
teuthology-pull-requests: pass the 'install' command to ./bootstrap 94/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 29 Jun 2015 22:24:49 +0000 (17:24 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 29 Jun 2015 22:25:40 +0000 (17:25 -0500)
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 <aschoen@redhat.com>
teuthology-pull-requests/setup/setup

index 22b7b16bcc8c3814f54bd8014b5ffb79fad8ce7a..80ffcb8c675cc4e0d2c84f046e4cab399cbc0ff6 100644 (file)
@@ -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