Add indent to the build servers 36/2236/1
authorEd Warnicke <eaw@cisco.com>
Fri, 5 Aug 2016 20:15:34 +0000 (13:15 -0700)
committerEd Warnicke <eaw@cisco.com>
Fri, 5 Aug 2016 20:15:34 +0000 (13:15 -0700)
Change-Id: I3a55f0c9630fc83beff6c68c4bbf62f74abc495f
Signed-off-by: Ed Warnicke <eaw@cisco.com>
vagrant/lib/bootstrap-functions.sh

index 027c69d..68d2551 100644 (file)
@@ -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"