Add git-review to base system 54/50254/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 11 Jan 2017 02:38:23 +0000 (21:38 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 11 Jan 2017 02:38:34 +0000 (21:38 -0500)
Having git-review on the system is extremely useful for downloading
Gerrit changes easily using the Review ID.

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

index 1a2bc0157bce6972d3d5be99a74a9bdc8bd23ff2..5b8b2e885dd8ee4f676a50a2d6325144986323e5 100644 (file)
@@ -117,7 +117,7 @@ EOF
 
     # add in stuff we know we need
     echo "---> Installing base packages"
-    apt-get install unzip xz-utils puppet git libxml-xpath-perl
+    apt-get install unzip xz-utils puppet git git-review libxml-xpath-perl
 
     # install Java 7
     echo "---> Configuring OpenJDK"