commit | c18af14af886b2bf1d93c1595e41e734e5904006 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Nov 09 12:20:37 2011 -0800 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Nov 09 12:20:37 2011 -0800 |
tree | 517d565f142cf8b63233fdd4d674815d6f862430 | |
parent | 48336d0e9f04d49879d669c30fc0b4255dd63387 [diff] [blame] |
progress on out-of-box testing
diff --git a/tools/jenkins/jenkins_home/build_jenkins.sh b/tools/jenkins/jenkins_home/build_jenkins.sh index fba2500..bd17f1c 100755 --- a/tools/jenkins/jenkins_home/build_jenkins.sh +++ b/tools/jenkins/jenkins_home/build_jenkins.sh
@@ -14,7 +14,7 @@ CUR_DIR=$(cd $(dirname "$0") && pwd) # Install software -DEPS="jenkins" +DEPS="jenkins cloud-utils" apt-get install -y --force-yes $DEPS # Install jenkins