summaryrefslogtreecommitdiffstats
path: root/vagrant/lib
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-08-05 13:15:34 -0700
committerEd Warnicke <eaw@cisco.com>2016-08-05 13:15:34 -0700
commit2d92f83411bc14e16d764c1100dc3144da324b61 (patch)
treed92744e5955c4085d1f75501d3e758df0217f6bd /vagrant/lib
parent7470f7a64237a5368cc5bcef75db8022b8871151 (diff)
Add indent to the build servers
Change-Id: I3a55f0c9630fc83beff6c68c4bbf62f74abc495f Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'vagrant/lib')
-rw-r--r--vagrant/lib/bootstrap-functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant/lib/bootstrap-functions.sh b/vagrant/lib/bootstrap-functions.sh
index 027c69d04..68d25517d 100644
--- a/vagrant/lib/bootstrap-functions.sh
+++ b/vagrant/lib/bootstrap-functions.sh
@@ -124,7 +124,7 @@ deb_install_pkgs() {
# Build tools - should match vpp/Makefile DEB_DEPENDS variable
PACKAGES="$PACKAGES curl build-essential autoconf automake bison libssl-dev
ccache debhelper dkms git libtool libganglia1-dev libapr1-dev
- dh-systemd libconfuse-dev git-review exuberant-ctags cscope"
+ dh-systemd libconfuse-dev git-review exuberant-ctags cscope indent"
# Interface manipulation tools, editors, debugger and lsb
PACKAGES="$PACKAGES iproute2 ethtool vlan bridge-utils
@@ -199,7 +199,7 @@ rh_install_pkgs() {
# Install build tools
yum install -q -y @development redhat-lsb glibc-static java-1.8.0-openjdk-devel yum-utils \
- openssl-devel apr-devel
+ openssl-devel apr-devel indent
# Specify documentation packages
DOC_PACKAGES="doxygen graphviz"