Title: [121622] trunk/Tools
Revision
121622
Author
[email protected]
Date
2012-06-29 22:02:16 -0700 (Fri, 29 Jun 2012)

Log Message

Turns out we need zip too.

* EWSTools/cold-boot.sh:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (121621 => 121622)


--- trunk/Tools/ChangeLog	2012-06-30 05:00:07 UTC (rev 121621)
+++ trunk/Tools/ChangeLog	2012-06-30 05:02:16 UTC (rev 121622)
@@ -1,5 +1,11 @@
 2012-06-29  Adam Barth  <[email protected]>
 
+        Turns out we need zip too.
+
+        * EWSTools/cold-boot.sh:
+
+2012-06-29  Adam Barth  <[email protected]>
+
         Add a cold-boot.sh script for the EWS
         https://bugs.webkit.org/show_bug.cgi?id=90330
 

Modified: trunk/Tools/EWSTools/cold-boot.sh (121621 => 121622)


--- trunk/Tools/EWSTools/cold-boot.sh	2012-06-30 05:00:07 UTC (rev 121621)
+++ trunk/Tools/EWSTools/cold-boot.sh	2012-06-30 05:02:16 UTC (rev 121622)
@@ -49,7 +49,7 @@
 
 curl http://src.chromium.org/svn/trunk/src/build/install-build-deps.sh > install-build-deps.sh
 bash install-build-deps.sh --no-prompt
-sudo apt-get install xvfb screen -y
+sudo apt-get install xvfb screen zip -y
 
 cd /mnt
 sudo mkdir -p git
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to