libv8 5.3.332.38.5 → 5.6.326.50.0beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +0 -1
- data/CHANGELOG.md +2 -0
- data/ext/libv8/builder.rb +2 -2
- data/lib/libv8/version.rb +1 -1
- data/patches/0001-Build-a-standalone-static-library.patch +4 -4
- data/patches/0002-Don-t-compile-unnecessary-stuff.patch +16 -11
- data/patches/0003-Use-the-fPIC-flag-for-the-static-library.patch +4 -4
- data/patches/{0005-Do-not-embed-debug-symbols-in-macOS-libraries.patch → 0004-Do-not-embed-debug-symbols-in-macOS-libraries.patch} +4 -4
- data/vendor/depot_tools/.gitignore +4 -0
- data/vendor/depot_tools/OWNERS +0 -2
- data/vendor/depot_tools/PRESUBMIT.py +20 -23
- data/vendor/depot_tools/README.gclient.md +3 -3
- data/vendor/depot_tools/README.git-cl.md +13 -12
- data/vendor/depot_tools/README.md +2 -3
- data/vendor/depot_tools/WATCHLISTS +0 -1
- data/vendor/depot_tools/appengine_mapper.py +23 -0
- data/vendor/depot_tools/apply_issue.py +2 -8
- data/vendor/depot_tools/bootstrap/win/README.md +1 -8
- data/vendor/depot_tools/bootstrap/win/git_bootstrap.py +6 -16
- data/vendor/depot_tools/bootstrap/win/git_version.txt +1 -1
- data/vendor/depot_tools/bootstrap/win/git_version_bleeding_edge.txt +1 -1
- data/vendor/depot_tools/checkout.py +20 -433
- data/vendor/depot_tools/cipd +73 -0
- data/vendor/depot_tools/cipd.bat +12 -0
- data/vendor/depot_tools/cipd.ps1 +57 -0
- data/vendor/depot_tools/cipd_client_version +1 -0
- data/vendor/depot_tools/clang_format.py +9 -6
- data/vendor/depot_tools/clang_format_merge_driver +8 -0
- data/vendor/depot_tools/clang_format_merge_driver.bat +11 -0
- data/vendor/depot_tools/clang_format_merge_driver.py +67 -0
- data/vendor/depot_tools/codereview.settings +3 -2
- data/vendor/depot_tools/commit_queue.py +1 -1
- data/vendor/depot_tools/cpplint.py +2 -0
- data/vendor/depot_tools/fetch.py +1 -54
- data/vendor/depot_tools/fetch_configs/android.py +2 -2
- data/vendor/depot_tools/fetch_configs/breakpad.py +2 -3
- data/vendor/depot_tools/fetch_configs/chromium.py +2 -3
- data/vendor/depot_tools/fetch_configs/crashpad.py +2 -2
- data/vendor/depot_tools/fetch_configs/dart.py +2 -3
- data/vendor/depot_tools/fetch_configs/dartino.py +2 -3
- data/vendor/depot_tools/fetch_configs/dartium.py +2 -3
- data/vendor/depot_tools/fetch_configs/depot_tools.py +3 -6
- data/vendor/depot_tools/fetch_configs/gyp.py +2 -3
- data/vendor/depot_tools/fetch_configs/infra.py +2 -2
- data/vendor/depot_tools/fetch_configs/infra_internal.py +2 -2
- data/vendor/depot_tools/fetch_configs/ios.py +2 -2
- data/vendor/depot_tools/fetch_configs/ios_internal.py +2 -3
- data/vendor/depot_tools/fetch_configs/mojo.py +2 -3
- data/vendor/depot_tools/fetch_configs/nacl.py +2 -3
- data/vendor/depot_tools/fetch_configs/naclports.py +2 -3
- data/vendor/depot_tools/fetch_configs/pdfium.py +2 -2
- data/vendor/depot_tools/fetch_configs/skia.py +2 -2
- data/vendor/depot_tools/fetch_configs/skia_buildbot.py +2 -2
- data/vendor/depot_tools/fetch_configs/syzygy.py +2 -2
- data/vendor/depot_tools/fetch_configs/v8.py +2 -3
- data/vendor/depot_tools/fetch_configs/webrtc.py +5 -3
- data/vendor/depot_tools/fetch_configs/webrtc_android.py +2 -2
- data/vendor/depot_tools/fetch_configs/webrtc_ios.py +2 -2
- data/vendor/depot_tools/fix_encoding.py +6 -6
- data/vendor/depot_tools/gclient.py +136 -368
- data/vendor/depot_tools/gclient_scm.py +108 -647
- data/vendor/depot_tools/gclient_utils.py +22 -86
- data/vendor/depot_tools/gerrit_client.py +105 -0
- data/vendor/depot_tools/gerrit_util.py +174 -67
- data/vendor/depot_tools/git-crrev-parse +6 -7
- data/vendor/depot_tools/git-gs +1 -1
- data/vendor/depot_tools/git_cache.py +68 -18
- data/vendor/depot_tools/git_cherry_pick_upload.py +4 -4
- data/vendor/depot_tools/git_cl.py +1028 -961
- data/vendor/depot_tools/git_common.py +2 -3
- data/vendor/depot_tools/git_drover.py +0 -1
- data/vendor/depot_tools/git_footers.py +3 -43
- data/vendor/depot_tools/git_rebase_update.py +9 -1
- data/vendor/depot_tools/git_squash_branch.py +1 -1
- data/vendor/depot_tools/infra/config/cq.cfg +8 -1
- data/vendor/depot_tools/infra/config/recipes.cfg +1 -1
- data/vendor/depot_tools/man/html/depot_tools.html +3 -11
- data/vendor/depot_tools/man/html/depot_tools_tutorial.html +9 -9
- data/vendor/depot_tools/man/html/git-cherry-pick-upload.html +2 -2
- data/vendor/depot_tools/man/html/git-drover.html +17 -17
- data/vendor/depot_tools/man/html/git-footers.html +2 -2
- data/vendor/depot_tools/man/html/git-freeze.html +4 -4
- data/vendor/depot_tools/man/html/git-hyper-blame.html +2 -2
- data/vendor/depot_tools/man/html/git-map-branches.html +2 -2
- data/vendor/depot_tools/man/html/git-map.html +2 -2
- data/vendor/depot_tools/man/html/git-mark-merge-base.html +2 -2
- data/vendor/depot_tools/man/html/git-nav-downstream.html +2 -2
- data/vendor/depot_tools/man/html/git-nav-upstream.html +2 -2
- data/vendor/depot_tools/man/html/git-new-branch.html +2 -2
- data/vendor/depot_tools/man/html/git-rebase-update.html +2 -2
- data/vendor/depot_tools/man/html/git-rename-branch.html +2 -2
- data/vendor/depot_tools/man/html/git-reparent-branch.html +2 -2
- data/vendor/depot_tools/man/html/git-retry.html +3 -3
- data/vendor/depot_tools/man/html/git-squash-branch.html +3 -3
- data/vendor/depot_tools/man/html/git-thaw.html +2 -2
- data/vendor/depot_tools/man/html/git-upstream-diff.html +3 -3
- data/vendor/depot_tools/man/man1/git-cherry-pick-upload.1 +4 -4
- data/vendor/depot_tools/man/man1/git-drover.1 +19 -19
- data/vendor/depot_tools/man/man1/git-footers.1 +4 -4
- data/vendor/depot_tools/man/man1/git-freeze.1 +6 -6
- data/vendor/depot_tools/man/man1/git-hyper-blame.1 +4 -4
- data/vendor/depot_tools/man/man1/git-map-branches.1 +4 -4
- data/vendor/depot_tools/man/man1/git-map.1 +4 -4
- data/vendor/depot_tools/man/man1/git-mark-merge-base.1 +4 -4
- data/vendor/depot_tools/man/man1/git-nav-downstream.1 +4 -4
- data/vendor/depot_tools/man/man1/git-nav-upstream.1 +4 -4
- data/vendor/depot_tools/man/man1/git-new-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-rebase-update.1 +4 -4
- data/vendor/depot_tools/man/man1/git-rename-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-reparent-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-retry.1 +5 -5
- data/vendor/depot_tools/man/man1/git-squash-branch.1 +5 -5
- data/vendor/depot_tools/man/man1/git-thaw.1 +4 -4
- data/vendor/depot_tools/man/man1/git-upstream-diff.1 +5 -5
- data/vendor/depot_tools/man/man7/depot_tools.7 +5 -10
- data/vendor/depot_tools/man/man7/depot_tools_tutorial.7 +4 -4
- data/vendor/depot_tools/man/src/depot_tools.txt +1 -1
- data/vendor/depot_tools/man/src/depot_tools_tutorial.txt +7 -7
- data/vendor/depot_tools/man/src/filter_demo_output.py +2 -2
- data/vendor/depot_tools/man/src/git-footers.demo.1.sh +1 -1
- data/vendor/depot_tools/man/src/git-retry.txt +1 -1
- data/vendor/depot_tools/man/src/git-squash-branch.txt +2 -2
- data/vendor/depot_tools/man/src/git-upstream-diff.txt +1 -1
- data/vendor/depot_tools/my_activity.py +6 -3
- data/vendor/depot_tools/my_reviews.py +1 -1
- data/vendor/depot_tools/ninja +2 -2
- data/vendor/depot_tools/ninja-linux32 +0 -0
- data/vendor/depot_tools/ninja-linux64 +0 -0
- data/vendor/depot_tools/ninja-mac +0 -0
- data/vendor/depot_tools/ninja.exe +0 -0
- data/vendor/depot_tools/owners.py +14 -3
- data/vendor/depot_tools/presubmit_canned_checks.py +46 -67
- data/vendor/depot_tools/presubmit_support.py +109 -371
- data/vendor/depot_tools/pylintrc +83 -56
- data/vendor/depot_tools/recipe_modules/OWNERS +1 -0
- data/vendor/depot_tools/recipe_modules/bot_update/__init__.py +18 -9
- data/vendor/depot_tools/recipe_modules/bot_update/api.py +56 -55
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic.json +3 -7
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_output_manifest.json +3 -7
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json +3 -7
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/buildbot.json +52 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/clobber.json +19 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_rebase_patch_ref.json +19 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_reset.json +19 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/no_shallow.json +19 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json +19 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange.json +3 -7
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2.json +2 -54
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2_buildbot.json +56 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/{forced.json → trychange_oauth2_json.json} +6 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2_json_win.json +54 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob.json +9 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail.json +9 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +9 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +9 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json +20 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle_deprecated.json +59 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8.json +9 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json +20 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.py +45 -63
- data/vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py +210 -807
- data/vendor/depot_tools/recipe_modules/bot_update/test_api.py +34 -45
- data/vendor/depot_tools/recipe_modules/cipd/api.py +59 -84
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/basic.json +71 -117
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/describe-failed.json +14 -60
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/describe-many-instances.json +71 -117
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/mac64.json +71 -117
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/win64.json +71 -117
- data/vendor/depot_tools/recipe_modules/cipd/example.py +2 -12
- data/vendor/depot_tools/recipe_modules/cipd/test_api.py +0 -9
- data/vendor/depot_tools/recipe_modules/depot_tools/api.py +6 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/example.expected/basic.json +7 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/example.expected/win.json +7 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/example.py +3 -0
- data/vendor/depot_tools/recipe_modules/gclient/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/gclient/api.py +9 -22
- data/vendor/depot_tools/recipe_modules/gclient/config.py +18 -5
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/basic.json +14 -14
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/buildbot.json +211 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/revision.json +16 -14
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/tryserver.json +16 -14
- data/vendor/depot_tools/recipe_modules/gclient/example.py +13 -11
- data/vendor/depot_tools/recipe_modules/gerrit/__init__.py +6 -0
- data/vendor/depot_tools/recipe_modules/gerrit/api.py +63 -0
- data/vendor/depot_tools/recipe_modules/gerrit/example.expected/basic.json +64 -0
- data/vendor/depot_tools/recipe_modules/gerrit/example.py +35 -0
- data/vendor/depot_tools/recipe_modules/gerrit/test_api.py +24 -0
- data/vendor/depot_tools/recipe_modules/git/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/git/api.py +155 -142
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_branch.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_file_name.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_hash.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_ref.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_submodule_update_force.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/can_fail_build.json +13 -13
- data/vendor/depot_tools/recipe_modules/git/example.expected/cannot_fail_build.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/cat-file_test.json +45 -19
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_delta.json +45 -19
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_failed.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +8 -8
- data/vendor/depot_tools/recipe_modules/git/example.expected/curl_trace_file.json +44 -18
- data/vendor/depot_tools/recipe_modules/git/example.expected/git-cache-checkout.json +48 -22
- data/vendor/depot_tools/recipe_modules/git/example.expected/platform_win.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/rebase_failed.json +42 -16
- data/vendor/depot_tools/recipe_modules/git/example.expected/remote_not_origin.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/set_got_revision.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.py +9 -3
- data/vendor/depot_tools/recipe_modules/git_cl/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/git_cl/api.py +8 -8
- data/vendor/depot_tools/recipe_modules/git_cl/example.py +1 -1
- data/vendor/depot_tools/recipe_modules/gsutil/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/gsutil/api.py +196 -0
- data/vendor/depot_tools/recipe_modules/gsutil/example.expected/basic.json +186 -0
- data/vendor/depot_tools/recipe_modules/gsutil/example.py +77 -0
- data/vendor/depot_tools/recipe_modules/gsutil/resources/gsutil_smart_retry.py +69 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/__init__.py +3 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/api.py +20 -3
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/basic.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_linux.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_mac.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_win.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_linux.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_mac.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_win.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_linux.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_mac.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_win.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.py +6 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/path_config.py +4 -6
- data/vendor/depot_tools/recipe_modules/rietveld/__init__.py +5 -0
- data/vendor/depot_tools/recipe_modules/rietveld/api.py +12 -9
- data/vendor/depot_tools/recipe_modules/rietveld/example.expected/basic.json +2 -24
- data/vendor/depot_tools/recipe_modules/rietveld/example.expected/buildbot.json +30 -0
- data/vendor/depot_tools/recipe_modules/rietveld/example.py +12 -6
- data/vendor/depot_tools/recipe_modules/tryserver/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/tryserver/api.py +46 -70
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/set_failure_hash_with_no_steps.json +8 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/{with_svn_patch.json → with_gerrit_patch.json} +1 -31
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_gerrit_patch_deprecated.json +39 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch.json +2 -2
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch_luci.json +8 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch.json +3 -3
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json +3 -3
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json +1 -1
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +1 -1
- data/vendor/depot_tools/recipe_modules/tryserver/example.py +35 -5
- data/vendor/depot_tools/recipes.py +52 -28
- data/vendor/depot_tools/repo +216 -69
- data/vendor/depot_tools/rietveld.py +20 -15
- data/vendor/depot_tools/roll_dep.py +1 -1
- data/vendor/depot_tools/scm.py +11 -826
- data/vendor/depot_tools/subprocess2.py +5 -5
- data/vendor/depot_tools/third_party/cq_client/README.depot_tools.md +2 -0
- data/vendor/depot_tools/third_party/cq_client/README.md +5 -1
- data/vendor/depot_tools/third_party/cq_client/cq.pb.go +183 -104
- data/vendor/depot_tools/third_party/cq_client/cq.proto +43 -27
- data/vendor/depot_tools/third_party/cq_client/cq_pb2.py +95 -29
- data/vendor/depot_tools/third_party/cq_client/testdata/cq_both.cfg +67 -0
- data/vendor/depot_tools/third_party/cq_client/testdata/cq_gerrit.cfg +1 -2
- data/vendor/depot_tools/third_party/cq_client/testdata/cq_rietveld.cfg +0 -3
- data/vendor/depot_tools/third_party/upload.py +44 -24
- data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +0 -5
- metadata +38 -93
- data/patches/0004-Reinterpret-thread-hash-for-FreeBSD-too.patch +0 -25
- data/vendor/depot_tools/git-auto-svn +0 -6
- data/vendor/depot_tools/git_auto_svn.py +0 -122
- data/vendor/depot_tools/man/html/git-auto-svn.html +0 -837
- data/vendor/depot_tools/man/man1/git-auto-svn.1 +0 -113
- data/vendor/depot_tools/man/src/_git-auto-svn_desc.helper.txt +0 -1
- data/vendor/depot_tools/man/src/git-auto-svn.txt +0 -69
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/off.json +0 -43
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/install-failed.json +0 -31
- data/vendor/depot_tools/recipe_modules/cipd/resources/bootstrap.py +0 -218
- data/vendor/depot_tools/recipe_modules/tryserver/test_api.py +0 -7
- data/vendor/depot_tools/third_party/gsutil/CHECKSUM +0 -1
- data/vendor/depot_tools/third_party/gsutil/COPYING +0 -202
- data/vendor/depot_tools/third_party/gsutil/LICENSE.third_party +0 -295
- data/vendor/depot_tools/third_party/gsutil/MANIFEST.in +0 -5
- data/vendor/depot_tools/third_party/gsutil/README +0 -38
- data/vendor/depot_tools/third_party/gsutil/README.chromium +0 -25
- data/vendor/depot_tools/third_party/gsutil/README.pkg +0 -49
- data/vendor/depot_tools/third_party/gsutil/ReleaseNotes.txt +0 -825
- data/vendor/depot_tools/third_party/gsutil/VERSION +0 -1
- data/vendor/depot_tools/third_party/gsutil/gslib/README +0 -5
- data/vendor/depot_tools/third_party/gsutil/gslib/__init__.py +0 -22
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/__init__.py +0 -15
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/acls.py +0 -234
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/anon.py +0 -57
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/command_opts.py +0 -116
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/dev.py +0 -139
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/metadata.py +0 -186
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/naming.py +0 -173
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/prod.py +0 -160
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/projects.py +0 -130
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/subdirs.py +0 -110
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/support.py +0 -86
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/versioning.py +0 -242
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/wildcards.py +0 -170
- data/vendor/depot_tools/third_party/gsutil/gslib/bucket_listing_ref.py +0 -175
- data/vendor/depot_tools/third_party/gsutil/gslib/command.py +0 -725
- data/vendor/depot_tools/third_party/gsutil/gslib/command_runner.py +0 -102
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/__init__.py +0 -15
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/cat.py +0 -131
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/chacl.py +0 -523
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/config.py +0 -662
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/cp.py +0 -1819
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/disablelogging.py +0 -101
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/enablelogging.py +0 -149
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getacl.py +0 -82
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getcors.py +0 -121
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getdefacl.py +0 -86
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getlogging.py +0 -137
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getversioning.py +0 -116
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getwebcfg.py +0 -122
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/help.py +0 -218
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/ls.py +0 -578
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/mb.py +0 -172
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/mv.py +0 -159
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/perfdiag.py +0 -903
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/rb.py +0 -113
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/rm.py +0 -237
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setacl.py +0 -138
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setcors.py +0 -145
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setdefacl.py +0 -105
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setmeta.py +0 -420
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setversioning.py +0 -114
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setwebcfg.py +0 -190
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/update.py +0 -305
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/version.py +0 -150
- data/vendor/depot_tools/third_party/gsutil/gslib/exception.py +0 -76
- data/vendor/depot_tools/third_party/gsutil/gslib/help_provider.py +0 -81
- data/vendor/depot_tools/third_party/gsutil/gslib/name_expansion.py +0 -550
- data/vendor/depot_tools/third_party/gsutil/gslib/no_op_auth_plugin.py +0 -30
- data/vendor/depot_tools/third_party/gsutil/gslib/plurality_checkable_iterator.py +0 -56
- data/vendor/depot_tools/third_party/gsutil/gslib/project_id.py +0 -67
- data/vendor/depot_tools/third_party/gsutil/gslib/storage_uri_builder.py +0 -56
- data/vendor/depot_tools/third_party/gsutil/gslib/thread_pool.py +0 -79
- data/vendor/depot_tools/third_party/gsutil/gslib/util.py +0 -167
- data/vendor/depot_tools/third_party/gsutil/gslib/wildcard_iterator.py +0 -498
- data/vendor/depot_tools/third_party/gsutil/gsutil +0 -384
- data/vendor/depot_tools/third_party/gsutil/gsutil.spec.in +0 -75
- data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/__init__.py +0 -22
- data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_client.py +0 -630
- data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_client_test.py +0 -374
- data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_helper.py +0 -103
- data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_plugin.py +0 -24
- data/vendor/depot_tools/third_party/gsutil/pkg_util.py +0 -60
- data/vendor/depot_tools/third_party/gsutil/plugins/__init__.py +0 -0
- data/vendor/depot_tools/third_party/gsutil/plugins/sso_auth.py +0 -105
@@ -58,7 +58,7 @@ def kill_pid(pid):
|
|
58
58
|
"""Kills a process by its process id."""
|
59
59
|
try:
|
60
60
|
# Unable to import 'module'
|
61
|
-
# pylint: disable=
|
61
|
+
# pylint: disable=no-member,F0401
|
62
62
|
import signal
|
63
63
|
return os.kill(pid, signal.SIGKILL)
|
64
64
|
except ImportError:
|
@@ -72,10 +72,10 @@ def kill_win(process):
|
|
72
72
|
"""
|
73
73
|
try:
|
74
74
|
# Unable to import 'module'
|
75
|
-
# pylint: disable=
|
75
|
+
# pylint: disable=import-error
|
76
76
|
import win32process
|
77
77
|
# Access to a protected member _handle of a client class
|
78
|
-
# pylint: disable=
|
78
|
+
# pylint: disable=protected-access
|
79
79
|
return win32process.TerminateProcess(process._handle, -1)
|
80
80
|
except ImportError:
|
81
81
|
pass
|
@@ -261,7 +261,7 @@ class Popen(subprocess.Popen):
|
|
261
261
|
'Check that %s or %s exist and have execution permission.'
|
262
262
|
% (str(e), kwargs.get('cwd'), args[0]))
|
263
263
|
|
264
|
-
def _tee_threads(self, input): # pylint: disable=
|
264
|
+
def _tee_threads(self, input): # pylint: disable=redefined-builtin
|
265
265
|
"""Does I/O for a process's pipes using threads.
|
266
266
|
|
267
267
|
It's the simplest and slowest implementation. Expect very slow behavior.
|
@@ -391,7 +391,7 @@ class Popen(subprocess.Popen):
|
|
391
391
|
if timed_out:
|
392
392
|
self.returncode = TIMED_OUT
|
393
393
|
|
394
|
-
# pylint: disable=
|
394
|
+
# pylint: disable=arguments-differ,W0622
|
395
395
|
def communicate(self, input=None, timeout=None, nag_timer=None,
|
396
396
|
nag_max=None):
|
397
397
|
"""Adds timeout and callbacks support.
|
@@ -13,6 +13,10 @@ When modifying cq.proto, consider adding checks to validator in
|
|
13
13
|
[https://chrome-internal.googlesource.com/infra/infra_internal/+/master/appengine/commit_queue/src/commitqueue/validate.go]().
|
14
14
|
|
15
15
|
|
16
|
+
## Updating depot_tools with the copy of this.
|
17
|
+
|
18
|
+
make update-depot-tools
|
19
|
+
|
16
20
|
## Generation of Python and Go bindings
|
17
21
|
|
18
22
|
### tl;dr
|
@@ -39,7 +43,7 @@ infra/infra repository and go utilities `make go-prepare`.
|
|
39
43
|
|
40
44
|
## Notes
|
41
45
|
|
42
|
-
1. Please make sure to use proto3-compatible
|
46
|
+
1. Please make sure to use proto3-compatible syntax, e.g. no default
|
43
47
|
values, no required fields. As of this writing (Jan 2016),
|
44
48
|
the Go protobuf compiler has been upgraded to 3.0.0. So, if you can generate go
|
45
49
|
bindings, all is good.
|
@@ -25,6 +25,12 @@ var _ = proto.Marshal
|
|
25
25
|
var _ = fmt.Errorf
|
26
26
|
var _ = math.Inf
|
27
27
|
|
28
|
+
// This is a compile-time assertion to ensure that this generated file
|
29
|
+
// is compatible with the proto package it is being compiled against.
|
30
|
+
// A compilation error at this line likely means your copy of the
|
31
|
+
// proto package needs to be updated.
|
32
|
+
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
33
|
+
|
28
34
|
// This message describes a Commit Queue configuration. The config file cq.cfg
|
29
35
|
// should be stored in the config directory located on the branch that this CQ
|
30
36
|
// should commit to.
|
@@ -36,43 +42,40 @@ type Config struct {
|
|
36
42
|
// name for CLs on Rietveld, name of the project in the status app, internal
|
37
43
|
// name for logging etc. CQ name should not be confused with the project name
|
38
44
|
// in LUCI as there may be multiple CQs per project.
|
39
|
-
CqName *string `protobuf:"bytes,2,opt,name=cq_name" json:"cq_name,omitempty"`
|
45
|
+
CqName *string `protobuf:"bytes,2,opt,name=cq_name,json=cqName" json:"cq_name,omitempty"`
|
40
46
|
// List of verifiers that verify if the CL is ready to be committed.
|
41
47
|
Verifiers *Verifiers `protobuf:"bytes,3,opt,name=verifiers" json:"verifiers,omitempty"`
|
42
48
|
// URL of the CQ status app to push updates to.
|
43
|
-
CqStatusUrl *string `protobuf:"bytes,4,opt,name=cq_status_url" json:"cq_status_url,omitempty"`
|
44
|
-
//
|
45
|
-
|
46
|
-
// is false.
|
47
|
-
HideRefInCommittedMsg *bool `protobuf:"varint,5,opt,name=hide_ref_in_committed_msg" json:"hide_ref_in_committed_msg,omitempty"`
|
49
|
+
CqStatusUrl *string `protobuf:"bytes,4,opt,name=cq_status_url,json=cqStatusUrl" json:"cq_status_url,omitempty"`
|
50
|
+
// DO NOT USE. Kept here for validator error messages.
|
51
|
+
HideRefInCommittedMsg *bool `protobuf:"varint,5,opt,name=hide_ref_in_committed_msg,json=hideRefInCommittedMsg" json:"hide_ref_in_committed_msg,omitempty"`
|
48
52
|
// Delay between commit bursts in seconds. Default value is 480.
|
49
|
-
CommitBurstDelay *int32 `protobuf:"varint,6,opt,name=commit_burst_delay" json:"commit_burst_delay,omitempty"`
|
53
|
+
CommitBurstDelay *int32 `protobuf:"varint,6,opt,name=commit_burst_delay,json=commitBurstDelay" json:"commit_burst_delay,omitempty"`
|
50
54
|
// Maximum number of commits done sequentially, before waiting for
|
51
55
|
// commit_burst_delay. Default value is 4.
|
52
|
-
MaxCommitBurst *int32 `protobuf:"varint,7,opt,name=max_commit_burst" json:"max_commit_burst,omitempty"`
|
56
|
+
MaxCommitBurst *int32 `protobuf:"varint,7,opt,name=max_commit_burst,json=maxCommitBurst" json:"max_commit_burst,omitempty"`
|
53
57
|
// Defines whether a CQ is used in production. Allows to disable CQ for a
|
54
58
|
// given branch. Default is true.
|
55
|
-
InProduction *bool `protobuf:"varint,8,opt,name=in_production" json:"in_production,omitempty"`
|
59
|
+
InProduction *bool `protobuf:"varint,8,opt,name=in_production,json=inProduction" json:"in_production,omitempty"`
|
56
60
|
// Configuration options for Rietveld code review.
|
57
61
|
Rietveld *Rietveld `protobuf:"bytes,9,opt,name=rietveld" json:"rietveld,omitempty"`
|
58
|
-
//
|
59
|
-
// TODO(tandrii): update this doc (GERRIT).
|
62
|
+
// Configuration options for Gerrit code review.
|
60
63
|
Gerrit *Gerrit `protobuf:"bytes,15,opt,name=gerrit" json:"gerrit,omitempty"`
|
61
64
|
// This can be used to override the Git repository URL used to checkout and
|
62
65
|
// commit changes on CQ host. This should only be used in case, when the
|
63
66
|
// source repository is not supported by luci-config (e.g. GitHub).
|
64
|
-
GitRepoUrl *string `protobuf:"bytes,10,opt,name=git_repo_url" json:"git_repo_url,omitempty"`
|
65
|
-
//
|
66
|
-
//
|
67
|
-
//
|
68
|
-
TargetRef *string `protobuf:"bytes,11,opt,name=target_ref" json:"target_ref,omitempty"`
|
69
|
-
//
|
70
|
-
SvnRepoUrl *string `protobuf:"bytes,12,opt,name=svn_repo_url" json:"svn_repo_url,omitempty"`
|
67
|
+
GitRepoUrl *string `protobuf:"bytes,10,opt,name=git_repo_url,json=gitRepoUrl" json:"git_repo_url,omitempty"`
|
68
|
+
// DO NOT USE. Kept here for validator error messages
|
69
|
+
// and internal CQ usage (and insanity).
|
70
|
+
// TODO(tandrii): clean insanity internally and update this message.
|
71
|
+
TargetRef *string `protobuf:"bytes,11,opt,name=target_ref,json=targetRef" json:"target_ref,omitempty"`
|
72
|
+
// DO NOT USE. Kept here for validator error messages.
|
73
|
+
SvnRepoUrl *string `protobuf:"bytes,12,opt,name=svn_repo_url,json=svnRepoUrl" json:"svn_repo_url,omitempty"`
|
71
74
|
// If present, the CQ will refrain from processing any commits whose start
|
72
75
|
// time is >= this time.
|
73
76
|
//
|
74
77
|
// This is an UTC RFC3339 (stiptime(tm)) string representing the time.
|
75
|
-
DrainingStartTime *string `protobuf:"bytes,13,opt,name=draining_start_time" json:"draining_start_time,omitempty"`
|
78
|
+
DrainingStartTime *string `protobuf:"bytes,13,opt,name=draining_start_time,json=drainingStartTime" json:"draining_start_time,omitempty"`
|
76
79
|
XXX_unrecognized []byte `json:"-"`
|
77
80
|
}
|
78
81
|
|
@@ -182,12 +185,8 @@ func (m *Config) GetDrainingStartTime() string {
|
|
182
185
|
type Rietveld struct {
|
183
186
|
// Required. URL of the codereview site.
|
184
187
|
Url *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
|
185
|
-
//
|
186
|
-
|
187
|
-
// sub-directories that are handled by different CQs. When no regular
|
188
|
-
// expressions are specified, the regular expression '.*', which matches any
|
189
|
-
// directory, is used.
|
190
|
-
ProjectBases []string `protobuf:"bytes,2,rep,name=project_bases" json:"project_bases,omitempty"`
|
188
|
+
// DO NOT USE. Kept here for validator error messages.
|
189
|
+
ProjectBases []string `protobuf:"bytes,2,rep,name=project_bases,json=projectBases" json:"project_bases,omitempty"`
|
191
190
|
XXX_unrecognized []byte `json:"-"`
|
192
191
|
}
|
193
192
|
|
@@ -210,15 +209,10 @@ func (m *Rietveld) GetProjectBases() []string {
|
|
210
209
|
return nil
|
211
210
|
}
|
212
211
|
|
213
|
-
// Gerrit CQ is EXPERIMENTAL! See http://crbug.com/493899 for more info.
|
214
|
-
//
|
215
212
|
// Unlike Rietveld, Gerrit doesn't need a separate url.
|
216
213
|
// Instead, the git_repo_url must be specified on the Gerrit instance,
|
217
214
|
// and CQ will deduce Gerrit url from it.
|
218
215
|
//
|
219
|
-
// TODO(tandrii): support Rietveld and Gerrit at the same time.
|
220
|
-
// This basically requires to start two CQ instances, instead of one.
|
221
|
-
//
|
222
216
|
// For example, if https://chromium.googlesource.com/infra/infra.git is your
|
223
217
|
// repo url provided in `git_repo_url` above, then
|
224
218
|
// https://chromium-review.googlesource.com/#/admin/projects/infra/infra should
|
@@ -230,14 +224,20 @@ func (m *Rietveld) GetProjectBases() []string {
|
|
230
224
|
// see it. This will come handy to enable and customize the CQ-related workflows
|
231
225
|
// for your project.
|
232
226
|
type Gerrit struct {
|
233
|
-
// Optional. If set, tells CQ vote on a given label to mark result of CQ
|
234
|
-
// The vote is either -1 if failed or 1 on success, and will be given on
|
227
|
+
// Optional. If set, tells CQ to vote on a given label to mark result of CQ
|
228
|
+
// run. The vote is either -1 if failed or 1 on success, and will be given on
|
235
229
|
// non-dry runs only.
|
236
230
|
// This vote can then be used in Gerrit's rule for submitting issues, so as to
|
237
231
|
// require CQ run. CQ will attempt to submit issue only after setting this
|
238
232
|
// label.
|
239
|
-
CqVerifiedLabel
|
240
|
-
|
233
|
+
CqVerifiedLabel *string `protobuf:"bytes,1,opt,name=cq_verified_label,json=cqVerifiedLabel" json:"cq_verified_label,omitempty"`
|
234
|
+
// Optional and only allowed if cq_verified_label is set. Default: False.
|
235
|
+
// If set, tells CQ to vote on the Verified label even on dry run.
|
236
|
+
// This is useful if CQ has no presubmit builders, as dry run would be
|
237
|
+
// totally equivalent to full run, except that CQ won't try to actually submit
|
238
|
+
// the code.
|
239
|
+
DryRunSetsCqVerifiedLabel *bool `protobuf:"varint,2,opt,name=dry_run_sets_cq_verified_label,json=dryRunSetsCqVerifiedLabel" json:"dry_run_sets_cq_verified_label,omitempty"`
|
240
|
+
XXX_unrecognized []byte `json:"-"`
|
241
241
|
}
|
242
242
|
|
243
243
|
func (m *Gerrit) Reset() { *m = Gerrit{} }
|
@@ -252,26 +252,40 @@ func (m *Gerrit) GetCqVerifiedLabel() string {
|
|
252
252
|
return ""
|
253
253
|
}
|
254
254
|
|
255
|
+
func (m *Gerrit) GetDryRunSetsCqVerifiedLabel() bool {
|
256
|
+
if m != nil && m.DryRunSetsCqVerifiedLabel != nil {
|
257
|
+
return *m.DryRunSetsCqVerifiedLabel
|
258
|
+
}
|
259
|
+
return false
|
260
|
+
}
|
261
|
+
|
255
262
|
// Verifiers are various types of checks that a Commit Queue performs on a CL.
|
256
263
|
// All verifiers must pass in order for a CL to be landed. Configuration file
|
257
264
|
// describes types of verifiers that should be applied to each CL and their
|
258
265
|
// parameters.
|
259
266
|
type Verifiers struct {
|
260
|
-
// This verifier is used to ensure that an LGTM was posted to
|
261
|
-
// site from a valid project committer.
|
262
|
-
//
|
263
|
-
|
267
|
+
// [Rietveld only] This verifier is used to ensure that an LGTM was posted to
|
268
|
+
// the code review site from a valid project committer. It also validates
|
269
|
+
// ability of non-committers to trigger CQ, which for Gerrit is done by
|
270
|
+
// GerritCQAbilityVerifier.
|
271
|
+
ReviewerLgtm *Verifiers_ReviewerLgtmVerifier `protobuf:"bytes,1,opt,name=reviewer_lgtm,json=reviewerLgtm" json:"reviewer_lgtm,omitempty"`
|
272
|
+
// [Gerrit only] GerritCQAbilityVerifier ensures that a user who triggered
|
273
|
+
// this CQ attempt has actually rights to do so based on 3 factors:
|
274
|
+
// * membership of the user in committers & dryrunners group,
|
275
|
+
// * the state of CL/patchset on which CQ is triggered,
|
276
|
+
// * relationship of the user to the CL.
|
277
|
+
GerritCqAbility *Verifiers_GerritCQAbilityVerifier `protobuf:"bytes,5,opt,name=gerrit_cq_ability,json=gerritCqAbility" json:"gerrit_cq_ability,omitempty"`
|
264
278
|
// This verifier is used to check tree status before committing a CL. If the
|
265
279
|
// tree is closed, then the verifier will wait until it is reopened.
|
266
|
-
TreeStatus *Verifiers_TreeStatusLgtmVerifier `protobuf:"bytes,2,opt,name=tree_status" json:"tree_status,omitempty"`
|
280
|
+
TreeStatus *Verifiers_TreeStatusLgtmVerifier `protobuf:"bytes,2,opt,name=tree_status,json=treeStatus" json:"tree_status,omitempty"`
|
267
281
|
// This verifier triggers a set of tryjobs that are to be run on builders on
|
268
282
|
// Buildbot. It automatically retries failed try-jobs and only allows CL to
|
269
283
|
// land if each builder has succeeded in the latest retry. If a given tryjob
|
270
284
|
// result is too old (>1 day) it is ignored.
|
271
|
-
TryJob *Verifiers_TryJobVerifier `protobuf:"bytes,3,opt,name=try_job" json:"try_job,omitempty"`
|
285
|
+
TryJob *Verifiers_TryJobVerifier `protobuf:"bytes,3,opt,name=try_job,json=tryJob" json:"try_job,omitempty"`
|
272
286
|
// This verifier is used to ensure that the author has signed Google's
|
273
287
|
// Contributor License Agreement.
|
274
|
-
SignCla *Verifiers_SignCLAVerifier `protobuf:"bytes,4,opt,name=sign_cla" json:"sign_cla,omitempty"`
|
288
|
+
SignCla *Verifiers_SignCLAVerifier `protobuf:"bytes,4,opt,name=sign_cla,json=signCla" json:"sign_cla,omitempty"`
|
275
289
|
XXX_unrecognized []byte `json:"-"`
|
276
290
|
}
|
277
291
|
|
@@ -287,6 +301,13 @@ func (m *Verifiers) GetReviewerLgtm() *Verifiers_ReviewerLgtmVerifier {
|
|
287
301
|
return nil
|
288
302
|
}
|
289
303
|
|
304
|
+
func (m *Verifiers) GetGerritCqAbility() *Verifiers_GerritCQAbilityVerifier {
|
305
|
+
if m != nil {
|
306
|
+
return m.GerritCqAbility
|
307
|
+
}
|
308
|
+
return nil
|
309
|
+
}
|
310
|
+
|
290
311
|
func (m *Verifiers) GetTreeStatus() *Verifiers_TreeStatusLgtmVerifier {
|
291
312
|
if m != nil {
|
292
313
|
return m.TreeStatus
|
@@ -312,20 +333,20 @@ type Verifiers_ReviewerLgtmVerifier struct {
|
|
312
333
|
// Required. Name of the chrome-infra-auth group, which contains the list of
|
313
334
|
// identities authorized to approve (lgtm) a CL and trigger CQ run or dry
|
314
335
|
// run.
|
315
|
-
CommitterList *string `protobuf:"bytes,1,opt,name=committer_list" json:"committer_list,omitempty"`
|
336
|
+
CommitterList *string `protobuf:"bytes,1,opt,name=committer_list,json=committerList" json:"committer_list,omitempty"`
|
316
337
|
// Number of seconds to wait for LGTM on CQ. Default value is 0.
|
317
|
-
MaxWaitSecs *int32 `protobuf:"varint,2,opt,name=max_wait_secs" json:"max_wait_secs,omitempty"`
|
338
|
+
MaxWaitSecs *int32 `protobuf:"varint,2,opt,name=max_wait_secs,json=maxWaitSecs" json:"max_wait_secs,omitempty"`
|
318
339
|
// Message to be posted to code review site when no LGTM is found. Default
|
319
340
|
// value is "No LGTM from a valid reviewer yet. Only full committers are "
|
320
341
|
// "accepted.\nEven if an LGTM may have been provided, it was from a "
|
321
342
|
// "non-committer,\n_not_ a full super star committer.\nSee "
|
322
343
|
// "http://www.chromium.org/getting-involved/become-a-committer\nNote that "
|
323
344
|
// "this has nothing to do with OWNERS files."
|
324
|
-
NoLgtmMsg *string `protobuf:"bytes,3,opt,name=no_lgtm_msg" json:"no_lgtm_msg,omitempty"`
|
345
|
+
NoLgtmMsg *string `protobuf:"bytes,3,opt,name=no_lgtm_msg,json=noLgtmMsg" json:"no_lgtm_msg,omitempty"`
|
325
346
|
// Optional, but recommended. Name of the chrome-infra-auth group,
|
326
347
|
// which contains the list of identities authorized to trigger CQ dry run.
|
327
348
|
// This is usually the same group as tryjob-access.
|
328
|
-
DryRunAccessList *string `protobuf:"bytes,4,opt,name=dry_run_access_list" json:"dry_run_access_list,omitempty"`
|
349
|
+
DryRunAccessList *string `protobuf:"bytes,4,opt,name=dry_run_access_list,json=dryRunAccessList" json:"dry_run_access_list,omitempty"`
|
329
350
|
XXX_unrecognized []byte `json:"-"`
|
330
351
|
}
|
331
352
|
|
@@ -364,9 +385,43 @@ func (m *Verifiers_ReviewerLgtmVerifier) GetDryRunAccessList() string {
|
|
364
385
|
return ""
|
365
386
|
}
|
366
387
|
|
388
|
+
type Verifiers_GerritCQAbilityVerifier struct {
|
389
|
+
// Required. Name of the chrome-infra-auth group, which contains the list of
|
390
|
+
// identities authorized to trigger CQ runs on any CLs in this project.
|
391
|
+
CommitterList *string `protobuf:"bytes,1,opt,name=committer_list,json=committerList" json:"committer_list,omitempty"`
|
392
|
+
// Optional, but strongly recommended. Name of the chrome-infra-auth group,
|
393
|
+
// which contains the list of identities authorized to trigger CQ dry run
|
394
|
+
// on Gerrit CLs they own (not to be confused with OWNER files) even if CL
|
395
|
+
// hasn't been approved.
|
396
|
+
// This is usually the same group as tryjob-access.
|
397
|
+
DryRunAccessList *string `protobuf:"bytes,4,opt,name=dry_run_access_list,json=dryRunAccessList" json:"dry_run_access_list,omitempty"`
|
398
|
+
XXX_unrecognized []byte `json:"-"`
|
399
|
+
}
|
400
|
+
|
401
|
+
func (m *Verifiers_GerritCQAbilityVerifier) Reset() { *m = Verifiers_GerritCQAbilityVerifier{} }
|
402
|
+
func (m *Verifiers_GerritCQAbilityVerifier) String() string { return proto.CompactTextString(m) }
|
403
|
+
func (*Verifiers_GerritCQAbilityVerifier) ProtoMessage() {}
|
404
|
+
func (*Verifiers_GerritCQAbilityVerifier) Descriptor() ([]byte, []int) {
|
405
|
+
return fileDescriptor0, []int{3, 1}
|
406
|
+
}
|
407
|
+
|
408
|
+
func (m *Verifiers_GerritCQAbilityVerifier) GetCommitterList() string {
|
409
|
+
if m != nil && m.CommitterList != nil {
|
410
|
+
return *m.CommitterList
|
411
|
+
}
|
412
|
+
return ""
|
413
|
+
}
|
414
|
+
|
415
|
+
func (m *Verifiers_GerritCQAbilityVerifier) GetDryRunAccessList() string {
|
416
|
+
if m != nil && m.DryRunAccessList != nil {
|
417
|
+
return *m.DryRunAccessList
|
418
|
+
}
|
419
|
+
return ""
|
420
|
+
}
|
421
|
+
|
367
422
|
type Verifiers_TreeStatusLgtmVerifier struct {
|
368
423
|
// Required. URL of the project tree status app.
|
369
|
-
TreeStatusUrl *string `protobuf:"bytes,1,opt,name=tree_status_url" json:"tree_status_url,omitempty"`
|
424
|
+
TreeStatusUrl *string `protobuf:"bytes,1,opt,name=tree_status_url,json=treeStatusUrl" json:"tree_status_url,omitempty"`
|
370
425
|
XXX_unrecognized []byte `json:"-"`
|
371
426
|
}
|
372
427
|
|
@@ -374,7 +429,7 @@ func (m *Verifiers_TreeStatusLgtmVerifier) Reset() { *m = Verifiers_Tree
|
|
374
429
|
func (m *Verifiers_TreeStatusLgtmVerifier) String() string { return proto.CompactTextString(m) }
|
375
430
|
func (*Verifiers_TreeStatusLgtmVerifier) ProtoMessage() {}
|
376
431
|
func (*Verifiers_TreeStatusLgtmVerifier) Descriptor() ([]byte, []int) {
|
377
|
-
return fileDescriptor0, []int{3,
|
432
|
+
return fileDescriptor0, []int{3, 2}
|
378
433
|
}
|
379
434
|
|
380
435
|
func (m *Verifiers_TreeStatusLgtmVerifier) GetTreeStatusUrl() string {
|
@@ -389,14 +444,14 @@ type Verifiers_TryJobVerifier struct {
|
|
389
444
|
Buckets []*Verifiers_TryJobVerifier_Bucket `protobuf:"bytes,1,rep,name=buckets" json:"buckets,omitempty"`
|
390
445
|
// Provides project specific trybot retry configuration. This overrides the
|
391
446
|
// defaults used in the CQ.
|
392
|
-
TryJobRetryConfig *Verifiers_TryJobVerifier_TryJobRetryConfig `protobuf:"bytes,2,opt,name=try_job_retry_config" json:"try_job_retry_config,omitempty"`
|
447
|
+
TryJobRetryConfig *Verifiers_TryJobVerifier_TryJobRetryConfig `protobuf:"bytes,2,opt,name=try_job_retry_config,json=tryJobRetryConfig" json:"try_job_retry_config,omitempty"`
|
393
448
|
XXX_unrecognized []byte `json:"-"`
|
394
449
|
}
|
395
450
|
|
396
451
|
func (m *Verifiers_TryJobVerifier) Reset() { *m = Verifiers_TryJobVerifier{} }
|
397
452
|
func (m *Verifiers_TryJobVerifier) String() string { return proto.CompactTextString(m) }
|
398
453
|
func (*Verifiers_TryJobVerifier) ProtoMessage() {}
|
399
|
-
func (*Verifiers_TryJobVerifier) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3,
|
454
|
+
func (*Verifiers_TryJobVerifier) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3, 3} }
|
400
455
|
|
401
456
|
func (m *Verifiers_TryJobVerifier) GetBuckets() []*Verifiers_TryJobVerifier_Bucket {
|
402
457
|
if m != nil {
|
@@ -418,12 +473,12 @@ type Verifiers_TryJobVerifier_Builder struct {
|
|
418
473
|
// Optionally specify a builder name that triggers the given builder.
|
419
474
|
// Otherwise, CQ will trigger this builder (default). If in doubt, you
|
420
475
|
// probably won't need this.
|
421
|
-
TriggeredBy *string `protobuf:"bytes,2,opt,name=triggered_by" json:"triggered_by,omitempty"`
|
476
|
+
TriggeredBy *string `protobuf:"bytes,2,opt,name=triggered_by,json=triggeredBy" json:"triggered_by,omitempty"`
|
422
477
|
// When this field is present, it marks given builder as experimental. It
|
423
478
|
// is only executed on a given percentage of the CLs and the outcome does
|
424
479
|
// not affect the decicion whether a CL can land or not. This is typically
|
425
480
|
// used to test new builders and estimate their capacity requirements.
|
426
|
-
ExperimentPercentage *float32 `protobuf:"fixed32,4,opt,name=experiment_percentage" json:"experiment_percentage,omitempty"`
|
481
|
+
ExperimentPercentage *float32 `protobuf:"fixed32,4,opt,name=experiment_percentage,json=experimentPercentage" json:"experiment_percentage,omitempty"`
|
427
482
|
XXX_unrecognized []byte `json:"-"`
|
428
483
|
}
|
429
484
|
|
@@ -431,7 +486,7 @@ func (m *Verifiers_TryJobVerifier_Builder) Reset() { *m = Verifiers_TryJ
|
|
431
486
|
func (m *Verifiers_TryJobVerifier_Builder) String() string { return proto.CompactTextString(m) }
|
432
487
|
func (*Verifiers_TryJobVerifier_Builder) ProtoMessage() {}
|
433
488
|
func (*Verifiers_TryJobVerifier_Builder) Descriptor() ([]byte, []int) {
|
434
|
-
return fileDescriptor0, []int{3,
|
489
|
+
return fileDescriptor0, []int{3, 3, 0}
|
435
490
|
}
|
436
491
|
|
437
492
|
func (m *Verifiers_TryJobVerifier_Builder) GetName() string {
|
@@ -469,7 +524,7 @@ func (m *Verifiers_TryJobVerifier_Bucket) Reset() { *m = Verifiers_TryJo
|
|
469
524
|
func (m *Verifiers_TryJobVerifier_Bucket) String() string { return proto.CompactTextString(m) }
|
470
525
|
func (*Verifiers_TryJobVerifier_Bucket) ProtoMessage() {}
|
471
526
|
func (*Verifiers_TryJobVerifier_Bucket) Descriptor() ([]byte, []int) {
|
472
|
-
return fileDescriptor0, []int{3,
|
527
|
+
return fileDescriptor0, []int{3, 3, 1}
|
473
528
|
}
|
474
529
|
|
475
530
|
func (m *Verifiers_TryJobVerifier_Bucket) GetName() string {
|
@@ -488,15 +543,15 @@ func (m *Verifiers_TryJobVerifier_Bucket) GetBuilders() []*Verifiers_TryJobVerif
|
|
488
543
|
|
489
544
|
type Verifiers_TryJobVerifier_TryJobRetryConfig struct {
|
490
545
|
// Retry quota for a single tryjob.
|
491
|
-
TryJobRetryQuota *int32 `protobuf:"varint,1,opt,name=try_job_retry_quota" json:"try_job_retry_quota,omitempty"`
|
546
|
+
TryJobRetryQuota *int32 `protobuf:"varint,1,opt,name=try_job_retry_quota,json=tryJobRetryQuota" json:"try_job_retry_quota,omitempty"`
|
492
547
|
// Retry quota for all tryjobs in a CL.
|
493
|
-
GlobalRetryQuota *int32 `protobuf:"varint,2,opt,name=global_retry_quota" json:"global_retry_quota,omitempty"`
|
548
|
+
GlobalRetryQuota *int32 `protobuf:"varint,2,opt,name=global_retry_quota,json=globalRetryQuota" json:"global_retry_quota,omitempty"`
|
494
549
|
// The weight assigned to each tryjob failure.
|
495
|
-
FailureRetryWeight *int32 `protobuf:"varint,3,opt,name=failure_retry_weight" json:"failure_retry_weight,omitempty"`
|
550
|
+
FailureRetryWeight *int32 `protobuf:"varint,3,opt,name=failure_retry_weight,json=failureRetryWeight" json:"failure_retry_weight,omitempty"`
|
496
551
|
// The weight assigned to each transient failure.
|
497
|
-
TransientFailureRetryWeight *int32 `protobuf:"varint,4,opt,name=transient_failure_retry_weight" json:"transient_failure_retry_weight,omitempty"`
|
552
|
+
TransientFailureRetryWeight *int32 `protobuf:"varint,4,opt,name=transient_failure_retry_weight,json=transientFailureRetryWeight" json:"transient_failure_retry_weight,omitempty"`
|
498
553
|
// The weight assigned to tryjob timeouts.
|
499
|
-
TimeoutRetryWeight *int32 `protobuf:"varint,5,opt,name=timeout_retry_weight" json:"timeout_retry_weight,omitempty"`
|
554
|
+
TimeoutRetryWeight *int32 `protobuf:"varint,5,opt,name=timeout_retry_weight,json=timeoutRetryWeight" json:"timeout_retry_weight,omitempty"`
|
500
555
|
XXX_unrecognized []byte `json:"-"`
|
501
556
|
}
|
502
557
|
|
@@ -508,7 +563,7 @@ func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) String() string {
|
|
508
563
|
}
|
509
564
|
func (*Verifiers_TryJobVerifier_TryJobRetryConfig) ProtoMessage() {}
|
510
565
|
func (*Verifiers_TryJobVerifier_TryJobRetryConfig) Descriptor() ([]byte, []int) {
|
511
|
-
return fileDescriptor0, []int{3,
|
566
|
+
return fileDescriptor0, []int{3, 3, 2}
|
512
567
|
}
|
513
568
|
|
514
569
|
func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) GetTryJobRetryQuota() int32 {
|
@@ -553,7 +608,7 @@ type Verifiers_SignCLAVerifier struct {
|
|
553
608
|
func (m *Verifiers_SignCLAVerifier) Reset() { *m = Verifiers_SignCLAVerifier{} }
|
554
609
|
func (m *Verifiers_SignCLAVerifier) String() string { return proto.CompactTextString(m) }
|
555
610
|
func (*Verifiers_SignCLAVerifier) ProtoMessage() {}
|
556
|
-
func (*Verifiers_SignCLAVerifier) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3,
|
611
|
+
func (*Verifiers_SignCLAVerifier) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3, 4} }
|
557
612
|
|
558
613
|
func init() {
|
559
614
|
proto.RegisterType((*Config)(nil), "Config")
|
@@ -561,6 +616,7 @@ func init() {
|
|
561
616
|
proto.RegisterType((*Gerrit)(nil), "Gerrit")
|
562
617
|
proto.RegisterType((*Verifiers)(nil), "Verifiers")
|
563
618
|
proto.RegisterType((*Verifiers_ReviewerLgtmVerifier)(nil), "Verifiers.ReviewerLgtmVerifier")
|
619
|
+
proto.RegisterType((*Verifiers_GerritCQAbilityVerifier)(nil), "Verifiers.GerritCQAbilityVerifier")
|
564
620
|
proto.RegisterType((*Verifiers_TreeStatusLgtmVerifier)(nil), "Verifiers.TreeStatusLgtmVerifier")
|
565
621
|
proto.RegisterType((*Verifiers_TryJobVerifier)(nil), "Verifiers.TryJobVerifier")
|
566
622
|
proto.RegisterType((*Verifiers_TryJobVerifier_Builder)(nil), "Verifiers.TryJobVerifier.Builder")
|
@@ -569,49 +625,72 @@ func init() {
|
|
569
625
|
proto.RegisterType((*Verifiers_SignCLAVerifier)(nil), "Verifiers.SignCLAVerifier")
|
570
626
|
}
|
571
627
|
|
628
|
+
func init() { proto.RegisterFile("cq.proto", fileDescriptor0) }
|
629
|
+
|
572
630
|
var fileDescriptor0 = []byte{
|
573
|
-
//
|
574
|
-
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff,
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
631
|
+
// 1009 bytes of a gzipped FileDescriptorProto
|
632
|
+
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x94, 0x55, 0x6b, 0x8f, 0x1b, 0x35,
|
633
|
+
0x17, 0x56, 0xb2, 0x9b, 0xdb, 0x99, 0xa4, 0x9b, 0xf8, 0xdd, 0xbe, 0x9d, 0x06, 0xa9, 0x4d, 0x03,
|
634
|
+
0x45, 0x11, 0x97, 0xa8, 0x0a, 0xe2, 0x0b, 0x02, 0x89, 0x4d, 0x2a, 0x10, 0x68, 0xa9, 0x5a, 0x6f,
|
635
|
+
0x4b, 0x3f, 0x80, 0x64, 0x39, 0x33, 0x27, 0x53, 0x97, 0xb9, 0x24, 0xb6, 0x27, 0xbb, 0xf9, 0x29,
|
636
|
+
0xf0, 0x07, 0xf8, 0xca, 0xaf, 0xe2, 0x77, 0x20, 0xdb, 0x93, 0x49, 0xb2, 0x17, 0x09, 0xbe, 0xcd,
|
637
|
+
0x3c, 0xe7, 0x79, 0xce, 0xf1, 0xb9, 0xd9, 0xd0, 0x0c, 0x56, 0xe3, 0xa5, 0xcc, 0x74, 0x36, 0xfc,
|
638
|
+
0xf3, 0x18, 0xea, 0xb3, 0x2c, 0x5d, 0x88, 0x88, 0xf8, 0xd0, 0x58, 0xa3, 0x54, 0x22, 0x4b, 0xfd,
|
639
|
+
0xca, 0xa0, 0x32, 0xaa, 0xd1, 0xed, 0x2f, 0x79, 0x00, 0x8d, 0x60, 0xc5, 0x52, 0x9e, 0xa0, 0x5f,
|
640
|
+
0x1d, 0x54, 0x46, 0x2d, 0x5a, 0x0f, 0x56, 0x2f, 0x78, 0x82, 0x64, 0x04, 0xad, 0x35, 0x4a, 0xb1,
|
641
|
+
0x10, 0x28, 0x95, 0x7f, 0x34, 0xa8, 0x8c, 0xbc, 0x09, 0x8c, 0x7f, 0xde, 0x22, 0x74, 0x67, 0x24,
|
642
|
+
0x43, 0xe8, 0x04, 0x2b, 0xa6, 0x34, 0xd7, 0xb9, 0x62, 0xb9, 0x8c, 0xfd, 0x63, 0xeb, 0xc8, 0x0b,
|
643
|
+
0x56, 0x17, 0x16, 0x7b, 0x23, 0x63, 0xf2, 0x35, 0x3c, 0x7c, 0x27, 0x42, 0x64, 0x12, 0x17, 0x4c,
|
644
|
+
0xa4, 0x2c, 0xc8, 0x92, 0x44, 0x68, 0x8d, 0x21, 0x4b, 0x54, 0xe4, 0xd7, 0x06, 0x95, 0x51, 0x73,
|
645
|
+
0x5a, 0xf5, 0x2b, 0xf4, 0xbe, 0x21, 0x51, 0x5c, 0xfc, 0x90, 0xce, 0xb6, 0x8c, 0x9f, 0x54, 0x44,
|
646
|
+
0x3e, 0x03, 0xe2, 0x14, 0x6c, 0x9e, 0x4b, 0xa5, 0x59, 0x88, 0x31, 0xdf, 0xf8, 0x75, 0x9b, 0x49,
|
647
|
+
0xd7, 0x59, 0xa6, 0xc6, 0xf0, 0xdc, 0xe0, 0x64, 0x04, 0xdd, 0x84, 0x5f, 0xb1, 0x7d, 0x85, 0xdf,
|
648
|
+
0xb0, 0xdc, 0x7b, 0x09, 0xbf, 0x9a, 0xed, 0xe8, 0xe4, 0x43, 0xe8, 0x88, 0x94, 0x2d, 0x65, 0x16,
|
649
|
+
0xe6, 0x81, 0x36, 0xc5, 0x69, 0x9a, 0x93, 0xd0, 0xb6, 0x48, 0x5f, 0x96, 0x18, 0x79, 0x0a, 0x4d,
|
650
|
+
0x29, 0x50, 0xaf, 0x31, 0x0e, 0xfd, 0x96, 0xad, 0x43, 0x6b, 0x4c, 0x0b, 0x80, 0x96, 0x26, 0xf2,
|
651
|
+
0x18, 0xea, 0x11, 0x4a, 0x29, 0xb4, 0x7f, 0x62, 0x49, 0x8d, 0xf1, 0xf7, 0xf6, 0x97, 0x16, 0x30,
|
652
|
+
0x19, 0x40, 0x3b, 0x12, 0x9a, 0x49, 0x5c, 0x66, 0xb6, 0x4a, 0x60, 0xab, 0x04, 0x91, 0xd0, 0x14,
|
653
|
+
0x97, 0x99, 0x29, 0xd2, 0x13, 0x00, 0xcd, 0x65, 0x84, 0x86, 0xb4, 0xf0, 0x3d, 0x63, 0xb7, 0x55,
|
654
|
+
0x69, 0x39, 0x94, 0xe2, 0x82, 0x7c, 0x04, 0x6d, 0xb5, 0x4e, 0x77, 0x4e, 0xda, 0x25, 0x09, 0xd4,
|
655
|
+
0x3a, 0xdd, 0x3a, 0x1a, 0xc3, 0xff, 0x42, 0xc9, 0x45, 0x2a, 0xd2, 0xc8, 0xf4, 0x45, 0x6a, 0xa6,
|
656
|
+
0x45, 0x82, 0x7e, 0xc7, 0x46, 0xec, 0x6d, 0x4d, 0x17, 0xc6, 0xf2, 0x5a, 0x24, 0x38, 0x3c, 0x83,
|
657
|
+
0xe6, 0x36, 0x23, 0xd2, 0x85, 0x23, 0xe3, 0xb8, 0x62, 0xb9, 0xe6, 0xd3, 0x54, 0x69, 0x29, 0xb3,
|
658
|
+
0xf7, 0x18, 0x68, 0x36, 0xe7, 0x0a, 0x95, 0x5f, 0x1d, 0x1c, 0x8d, 0x5a, 0xb4, 0x5d, 0x80, 0x53,
|
659
|
+
0x83, 0x0d, 0x2f, 0xa1, 0xee, 0xf2, 0x25, 0x9f, 0x40, 0x2f, 0x58, 0xb1, 0x62, 0x3c, 0x42, 0x16,
|
660
|
+
0xf3, 0x39, 0x6e, 0xdd, 0x9d, 0x04, 0xab, 0x62, 0x82, 0xc2, 0x73, 0x03, 0x93, 0x33, 0x78, 0x14,
|
661
|
+
0xca, 0x0d, 0x93, 0x79, 0xca, 0x14, 0x6a, 0xc5, 0x6e, 0x0a, 0xab, 0xb6, 0x23, 0x0f, 0x43, 0xb9,
|
662
|
+
0xa1, 0x79, 0x7a, 0x81, 0x5a, 0xcd, 0x0e, 0x5d, 0x0c, 0xff, 0x06, 0x68, 0x95, 0x63, 0x49, 0x9e,
|
663
|
+
0x43, 0x47, 0xe2, 0x5a, 0xe0, 0x25, 0x4a, 0x16, 0x47, 0x3a, 0xb1, 0x81, 0xbd, 0xc9, 0xe3, 0xdd,
|
664
|
+
0xe4, 0x8e, 0x69, 0x61, 0x3f, 0x8f, 0x74, 0xb2, 0x45, 0x69, 0x5b, 0xee, 0xa1, 0xe4, 0x05, 0xf4,
|
665
|
+
0x5c, 0xd3, 0xcc, 0x81, 0xf8, 0x5c, 0xc4, 0x42, 0x6f, 0xec, 0x94, 0x7a, 0x93, 0xe1, 0x9e, 0x27,
|
666
|
+
0x97, 0xf0, 0xec, 0xd5, 0x99, 0x63, 0x94, 0xce, 0x4e, 0x9c, 0x78, 0xb6, 0x2a, 0x0c, 0x64, 0x0a,
|
667
|
+
0x9e, 0x96, 0x88, 0xc5, 0x8e, 0xd8, 0x9c, 0xbc, 0xc9, 0x93, 0x3d, 0x4f, 0xaf, 0x25, 0xa2, 0x5b,
|
668
|
+
0x96, 0x83, 0x53, 0x81, 0x2e, 0x71, 0x32, 0x81, 0x86, 0x96, 0x1b, 0xf6, 0x3e, 0x9b, 0x17, 0xdb,
|
669
|
+
0xf8, 0xf0, 0x40, 0xbf, 0xf9, 0x31, 0x9b, 0x97, 0xba, 0xba, 0xb6, 0xff, 0xe4, 0x4b, 0x68, 0x2a,
|
670
|
+
0x11, 0xa5, 0x2c, 0x88, 0xb9, 0x5d, 0x4a, 0x6f, 0xd2, 0xdf, 0x13, 0x5d, 0x88, 0x28, 0x9d, 0x9d,
|
671
|
+
0x9f, 0x95, 0xaa, 0x86, 0xe1, 0xce, 0x62, 0xde, 0xff, 0xab, 0x02, 0xa7, 0xb7, 0x55, 0x89, 0x3c,
|
672
|
+
0x85, 0x7b, 0xdb, 0xcd, 0x95, 0x2c, 0x16, 0x4a, 0x17, 0x7d, 0xed, 0x94, 0xe8, 0xb9, 0x50, 0xda,
|
673
|
+
0x5c, 0x08, 0x66, 0x01, 0x2f, 0xb9, 0xd0, 0x4c, 0x61, 0xe0, 0x12, 0xae, 0x51, 0x2f, 0xe1, 0x57,
|
674
|
+
0x6f, 0xb9, 0xd0, 0x17, 0x18, 0x28, 0xf2, 0x08, 0xbc, 0x34, 0xb3, 0x2d, 0xb2, 0x57, 0xc0, 0x91,
|
675
|
+
0xf5, 0xd3, 0x4a, 0x33, 0x13, 0xcf, 0xac, 0xfc, 0xe7, 0x66, 0x84, 0xdd, 0x64, 0xf0, 0x20, 0x40,
|
676
|
+
0xa5, 0x5c, 0x3c, 0x77, 0xb5, 0x74, 0xdd, 0x38, 0x9c, 0x59, 0x83, 0x09, 0xd9, 0xcf, 0xe0, 0xc1,
|
677
|
+
0x1d, 0xdd, 0xf8, 0xb7, 0x87, 0xfe, 0x8f, 0x01, 0xbf, 0x85, 0xff, 0xdf, 0xde, 0x34, 0xf2, 0x31,
|
678
|
+
0x9c, 0xec, 0x35, 0x9b, 0xed, 0x96, 0xa9, 0xb3, 0xeb, 0xe6, 0x1b, 0x19, 0xf7, 0xff, 0xa8, 0xc1,
|
679
|
+
0xbd, 0xc3, 0xbe, 0x91, 0xaf, 0xa0, 0x31, 0xcf, 0x83, 0xdf, 0x50, 0x2b, 0xbf, 0x32, 0x38, 0x1a,
|
680
|
+
0x79, 0x93, 0xc1, 0x9d, 0x3d, 0x1e, 0x4f, 0x2d, 0x91, 0x6e, 0x05, 0xe4, 0x57, 0x38, 0x2d, 0xe6,
|
681
|
+
0x83, 0x49, 0x34, 0x5f, 0x81, 0xbd, 0xfa, 0x8b, 0x61, 0xfb, 0xf4, 0x6e, 0x47, 0xee, 0x97, 0x1a,
|
682
|
+
0x8d, 0x7b, 0x2d, 0x68, 0x4f, 0x5f, 0x87, 0xfa, 0x39, 0x34, 0xa6, 0xb9, 0x88, 0x43, 0x94, 0x84,
|
683
|
+
0xc0, 0xb1, 0x7d, 0x2e, 0x5c, 0x52, 0xf6, 0x9b, 0x3c, 0x81, 0xb6, 0x96, 0x22, 0x8a, 0x50, 0x62,
|
684
|
+
0xc8, 0xe6, 0x9b, 0xe2, 0x29, 0xf1, 0x4a, 0x6c, 0xba, 0x21, 0x5f, 0xc0, 0x7d, 0xbc, 0x5a, 0xa2,
|
685
|
+
0x14, 0x09, 0xa6, 0x9a, 0x2d, 0x51, 0x06, 0x98, 0x6a, 0x1e, 0xa1, 0xad, 0x70, 0x95, 0x9e, 0xee,
|
686
|
+
0x8c, 0x2f, 0x4b, 0x5b, 0xff, 0x17, 0xa8, 0xbb, 0x3c, 0x6f, 0x8d, 0xfa, 0x0d, 0x34, 0xe7, 0xee,
|
687
|
+
0x50, 0xee, 0x4e, 0xba, 0xbe, 0x53, 0xd7, 0xea, 0x65, 0x99, 0xb4, 0x94, 0xf4, 0x7f, 0xaf, 0x42,
|
688
|
+
0xef, 0x46, 0xf2, 0x66, 0x0e, 0x0e, 0xeb, 0xb8, 0xca, 0x33, 0xcd, 0x8b, 0x67, 0xb3, 0xbb, 0x57,
|
689
|
+
0x99, 0x57, 0x06, 0x37, 0x4f, 0x53, 0x14, 0x67, 0x73, 0x1e, 0x1f, 0xb0, 0xdd, 0xc0, 0x77, 0x9d,
|
690
|
+
0x65, 0x8f, 0xfd, 0x0c, 0x4e, 0x17, 0x5c, 0xc4, 0xb9, 0xc4, 0x82, 0x7e, 0x89, 0x22, 0x7a, 0xa7,
|
691
|
+
0xed, 0xf8, 0xd7, 0x28, 0x29, 0x6c, 0x56, 0xf0, 0xd6, 0x5a, 0xc8, 0x0c, 0x1e, 0x69, 0xc9, 0x53,
|
692
|
+
0x25, 0x4c, 0xd5, 0x6e, 0xd5, 0x1e, 0x5b, 0xed, 0x07, 0x25, 0xeb, 0xbb, 0x9b, 0x4e, 0x9e, 0xc1,
|
693
|
+
0xa9, 0x79, 0x00, 0xb2, 0x5c, 0x1f, 0x4a, 0x6b, 0x2e, 0x6c, 0x61, 0xdb, 0x53, 0xf4, 0x7b, 0x70,
|
694
|
+
0x72, 0xed, 0x7a, 0xf8, 0x27, 0x00, 0x00, 0xff, 0xff, 0xf6, 0xac, 0x31, 0x61, 0x59, 0x08, 0x00,
|
695
|
+
0x00,
|
617
696
|
}
|