Commit b52e0956 authored by maruel@chromium.org's avatar maruel@chromium.org

Roll swarming_client @ e98b112.

git log 141ef86..e98b112 --date=short --format="%ad %an %s" | sed 's/@chromium\.org//'
2013-11-05 Marc-Antoine Ruel Make licensecheck.pl happy by tweaking the license header.
2013-11-05 Marc-Antoine Ruel Update copyright to the Swarming Authors and codereview.settings.
2013-11-05 Marc-Antoine Ruel Update colorama to 5a3100113a3a.
2013-10-30 vadimsh Report all swarming and isolate fatal errors in a consistent way.
2013-10-28 csharp Set the Swarm Test encoding to UTF-8

This removes the need to blacklist colorama for license check.

R=vadimsh@chromium.org,boliu@chromium.org
BUG=

Review URL: https://codereview.chromium.org/59913006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233524 0039d316-1c4b-4281-b951-d872f2087c98
parent 279e4a6a
......@@ -56,7 +56,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
# and whatever else without interference from each other.
"swarming_revision": "141ef86f4abf255e578320bfe6e42006c251bc39",
"swarming_revision": "e98b112accc431dd4f896d356856c0ffb53b2be2",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling openssl
# and whatever else without interference from each other.
......
......@@ -109,6 +109,8 @@ def _CheckLicenseHeaders(excluded_dirs_list, whitelisted_files):
excluded_dirs_list.append('data/dom_perf')
# Histogram tools, doesn't exist in the snapshot
excluded_dirs_list.append('tools/histograms')
# Swarming tools, doesn't exist in the snapshot
excluded_dirs_list.append('tools/swarming_client')
# Arm sysroot tools, doesn't exist in the snapshot
excluded_dirs_list.append('arm-sysroot')
# Data is not part of open source chromium, but are included on some bots.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment