From 2d92f83411bc14e16d764c1100dc3144da324b61 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Fri, 5 Aug 2016 13:15:34 -0700 Subject: [PATCH] Add indent to the build servers Change-Id: I3a55f0c9630fc83beff6c68c4bbf62f74abc495f Signed-off-by: Ed Warnicke --- vagrant/lib/bootstrap-functions.sh | 4 ++-- 1 file 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" -- 2.16.6