Title: [121867] trunk/Tools
Revision
121867
Author
[email protected]
Date
2012-07-04 10:47:41 -0700 (Wed, 04 Jul 2012)

Log Message

Unreviewed, rolling out r121862.
http://trac.webkit.org/changeset/121862
https://bugs.webkit.org/show_bug.cgi?id=90569

It broke built-product-archive for GTK, Qt and EFL (Requested
by svillar on #webkit).

Patch by Sheriff Bot <[email protected]> on 2012-07-04

* BuildSlaveSupport/built-product-archive:
(archiveBuiltProduct):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/built-product-archive (121866 => 121867)


--- trunk/Tools/BuildSlaveSupport/built-product-archive	2012-07-04 17:43:12 UTC (rev 121866)
+++ trunk/Tools/BuildSlaveSupport/built-product-archive	2012-07-04 17:47:41 UTC (rev 121867)
@@ -147,7 +147,7 @@
             neededDirectories = ["Programs", ".libs", "Libraries"]
 
         for dirname in neededDirectories:
-            fromDir = os.path.join(configurationBuildDirectory, dirname)
+            fromDir = os.path.join(configurationBuildDirectory, dirname, "*")
             toDir = os.path.join(thinDirectory, dirname)
             os.makedirs(toDir)
             if subprocess.call('cp -R %s %s' % (fromDir, toDir), shell=True):

Modified: trunk/Tools/ChangeLog (121866 => 121867)


--- trunk/Tools/ChangeLog	2012-07-04 17:43:12 UTC (rev 121866)
+++ trunk/Tools/ChangeLog	2012-07-04 17:47:41 UTC (rev 121867)
@@ -1,3 +1,15 @@
+2012-07-04  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r121862.
+        http://trac.webkit.org/changeset/121862
+        https://bugs.webkit.org/show_bug.cgi?id=90569
+
+        It broke built-product-archive for GTK, Qt and EFL (Requested
+        by svillar on #webkit).
+
+        * BuildSlaveSupport/built-product-archive:
+        (archiveBuiltProduct):
+
 2012-07-04  Sergio Villar Senin  <[email protected]>
 
         Hidden dirs are not copied when creating the built product archive
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to