Hidden dirs are not copied when creating the built product archive
authorsergio@webkit.org <sergio@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 5 Jul 2012 07:24:21 +0000 (07:24 +0000)
committersergio@webkit.org <sergio@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 5 Jul 2012 07:24:21 +0000 (07:24 +0000)
commitd1b4387442fb27d9d813a80b8e638c76f6316abc
treee17e4f8f3414a9f043a4101bd6b4a55a7f016b6c
parentd6e661f4660ed86aabb76f12cf2640e1d1b8f7e4
Hidden dirs are not copied when creating the built product archive
https://bugs.webkit.org/show_bug.cgi?id=90559

Reviewed by Carlos Garcia Campos.

Hidden dirs are not copied inside the built product archive
because the recursive copy command was ignoring them. We need those
hidden directories for the GTK WebKit2 testing bot to work fine.

* BuildSlaveSupport/built-product-archive:
(archiveBuiltProduct): replaced "*" by "." to include hidden
dirs/files.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121886 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/BuildSlaveSupport/built-product-archive
Tools/ChangeLog