Title: [101832] trunk/Tools
Revision
101832
Author
k...@webkit.org
Date
2011-12-02 11:05:20 -0800 (Fri, 02 Dec 2011)

Log Message

Also pass --no-interact to jhbuild when updating dependencies.

* Scripts/update-webkitgtk-libs:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101831 => 101832)


--- trunk/Tools/ChangeLog	2011-12-02 19:00:27 UTC (rev 101831)
+++ trunk/Tools/ChangeLog	2011-12-02 19:05:20 UTC (rev 101832)
@@ -1,3 +1,9 @@
+2011-12-02  Gustavo Noronha Silva  <g...@gnome.org>
+
+        Also pass --no-interact to jhbuild when updating dependencies.
+
+        * Scripts/update-webkitgtk-libs:
+
 2011-12-02  Alice Boxhall  <aboxh...@chromium.org>
 
         Make _build_path check more thoroughly that build paths exist.

Modified: trunk/Tools/Scripts/update-webkitgtk-libs (101831 => 101832)


--- trunk/Tools/Scripts/update-webkitgtk-libs	2011-12-02 19:00:27 UTC (rev 101831)
+++ trunk/Tools/Scripts/update-webkitgtk-libs	2011-12-02 19:05:20 UTC (rev 101832)
@@ -24,7 +24,7 @@
 chdir(relativeScriptsDir() . "/../gtk") or die $!;
 
 print "Updating GTK+ port dependencies using jhbuild...\n";
-my @jhbuildArgs = ("jhbuild", "-f", "jhbuildrc");
+my @jhbuildArgs = ("jhbuild", "--no-interact", "-f", "jhbuildrc");
 push(@jhbuildArgs, @ARGV[1..-1]);
 if (system(@jhbuildArgs) != 0) {
     die "Running jhbuild failed."
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to