Add git-review to base system 95/4795/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 19 Jan 2017 20:37:48 +0000 (15:37 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 19 Jan 2017 20:41:07 +0000 (15:41 -0500)
Having git-review on the system is extremely useful for downloading
Gerrit changes easily using the Review ID.

Change-Id: I5833d8d3bf8f76f2dc0895e599e3b6d37f30935c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
packer/provision/baseline.sh

index bb9ea37..a2843fb 100644 (file)
@@ -49,7 +49,7 @@ rh_systems() {
     # 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 -q unzip xz puppet git perl-XML-XPath wget make
+    yum install -y -q unzip xz puppet git git-review perl-XML-XPath wget make
 
     # All of our systems require Java (because of Jenkins)
     # Install all versions of the OpenJDK devel but force 1.7.0 to be the
@@ -109,7 +109,7 @@ EOF
 
     # add in stuff we know we need
     echo "---> Installing base packages"
-    apt-get install -qq unzip xz-utils puppet git libxml-xpath-perl make wget > /dev/null
+    apt-get install -qq unzip xz-utils puppet git git-review libxml-xpath-perl make wget > /dev/null
 
     # install Java 7
     echo "---> Configuring OpenJDK"