summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoltan Arvai <zarvai@inf.u-szeged.hu>2014-05-21 17:14:21 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-21 17:37:32 +0200
commit684be1b55f2eeec707983540f253294578d03136 (patch)
treea3ffa832e092b012ae1eea2ec490a3da3ced6a06
parent1f124e50cde3250e11efaec306f2a07ace3185de (diff)
Remove Cygwin from blacklist in snapshot creation
Cygwin is still required for build on Windows. It was accidentally blacklisted. Utils in cygwin used by third_party/WebKit build and gyp uses cygwin for wrapping linux style commands on Windows. Change-Id: Ifac069c67ebd1bef2f41618e7688d3b64028517b Reviewed-by: Michael Bruning <michael.bruning@digia.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
-rwxr-xr-xtools/scripts/take_snapshot.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py
index 8f0fd6f7e..bda2a966f 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -140,7 +140,6 @@ def isInChromiumBlacklist(file_path):
or file_path.startswith('third_party/cld_2')
or file_path.startswith('third_party/codesighs')
or file_path.startswith('third_party/cros_dbus_cplusplus')
- or file_path.startswith('third_party/cygwin')
or file_path.startswith('third_party/cros_system_api')
or file_path.startswith('third_party/eyesfree')
or file_path.startswith('third_party/findbugs')