From: Thanh Ha Date: Wed, 18 Jan 2017 03:45:59 +0000 (-0500) Subject: Add git-review to centos systems X-Git-Tag: release/boron-sr3~421 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=40b09d65a754725a6f4b01c6e590b8ce3b0c8141;p=releng%2Fbuilder.git Add git-review to centos systems Change-Id: Ibd9a23c7064a3f5388553cb65cc483ca3c09ff4c Signed-off-by: Thanh Ha --- diff --git a/packer/provision/baseline.sh b/packer/provision/baseline.sh index 772d61a3b..84fc2d56b 100644 --- a/packer/provision/baseline.sh +++ b/packer/provision/baseline.sh @@ -55,7 +55,7 @@ EOF # separate group installs from package installs since a non-existing # group with dnf based systems (F21+) will fail the install if such # a group does not exist - yum install -y unzip xz puppet git perl-XML-XPath + yum install -y unzip xz puppet git git-review perl-XML-XPath # All of our systems require Java (because of Jenkins) # Install all versions of the OpenJDK devel but force 1.7.0 to be the