trunk jenkins!

This commit is contained in:
Anthony Young 2011-11-11 13:42:09 -08:00
parent 715944008a
commit 723e2d2246

View file

@ -20,6 +20,11 @@ fi
# This directory
CUR_DIR=$(cd $(dirname "$0") && pwd)
# Configure trunk jenkins!
echo "deb http://pkg.jenkins-ci.org/debian binary/" > /etc/apt/sources.list.d/jenkins.list
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
apt-get update
# Install software
DEPS="jenkins cloud-utils"
apt-get install -y --force-yes $DEPS