Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Issue 2013943002: Changing license header, again! (Closed)

Created:
4 years, 6 months ago by M-A Ruel
Modified:
4 years, 6 months ago
Reviewers:
Vadim Sh., estaab
CC:
estaab, chromium-reviews, infra-reviews+luci-py_chromium.org, Paweł Hajdan Jr.
Base URL:
git@github.com:luci/luci-py.git@master
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Changing license header, again! http://anonscm.debian.org/cgit/collab-maint/devscripts.git/tree/scripts/licensecheck.pl has a very strict way to guess the Apache license and commit 8e594074929871a9761d27e814541bc0d7d84744 broke the parsing, resulting that licensecheck.pl didn't detect the files as Apache anymore. This inhibits rolling the client in chromium's src.git so it has to be fixed. Ran: git sed 's/by the Apache v2.0 license that can be/under the Apache License, Version 2.0/' git sed 's/found in the LICENSE file/that can be found in the LICENSE file/' git checkout HEAD -- $(git status -sb | grep '^ T' | cut -c 4-) git checkout origin/master -- $(git diff origin/master --name-only | grep third_party) git checkout origin/master -- appengine/isolate/doc/client/Design.md then manually edited PRESUBMIT.py. R=vadimsh@chromium.org BUG= Committed: https://github.com/luci/luci-py/commit/33b0f6e1d3832c95f023ea9fa1da55ca8c9cc735

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed third parties #

Unified diffs Side-by-side diffs Delta from patch set Stats (+887 lines, -887 lines) Patch
M PRESUBMIT.py View 2 chunks +5 lines, -5 lines 0 comments Download
M WATCHLISTS View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/PRESUBMIT.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/acl.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/appengine_config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/config_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/delegation.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/delegation_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/handlers_backend.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/handlers_frontend.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/handlers_frontend_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/importer.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/importer_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/main_backend.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/main_frontend.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/proto/config.proto View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/pubsub.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/replication.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/replication_smoke_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/static/js/config_page.js View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/static/js/services.js View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/test_env.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/test_replica_app/main.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/tools/compile_proto.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/auth_service/tools/run_coverage.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/PRESUBMIT.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/__init__.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/api.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/api_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/change_log.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/change_log_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/delegation.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/delegation_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/endpoints_support.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/endpoints_support_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/handler.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/handler_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ipaddr.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ipaddr_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/machine_auth.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/main.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/model.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/model_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/openid.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/openid_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/proto/delegation.proto View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/proto/replication.proto View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/replication.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/replication_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/service_account.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/service_account_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/signature.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/signature_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/tokens.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/tokens_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/acl.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/app.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/endpoints_api.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/endpoints_api_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/rest_api.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/rest_api_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/static/css/common.css View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/static/css/groups.css View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/static/js/api.js View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/static/js/change_log.js View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/static/js/common.js View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/static/js/groups.js View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/static/js/ip_whitelists.js View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/static/js/oauth_config.js View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/templates/base.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/templates/base_minimal.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/ui/ui.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth/version.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/auth_testing.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/Makefile View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/__init__.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/api.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/api_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/apps.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/common.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/common_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/endpoint.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/endpoint_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/fs.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/fs_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/handlers.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/proto/project_config.proto View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/proto/service_config.proto View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/remote.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/remote_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/run_coverage.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/test_config.proto View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/validation.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/validation_context.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/validation_context_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/config/validation_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/__init__.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/config_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/mapping.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/mapping_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/monotonic.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/monotonic_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/properties.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/properties_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/serializable.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/serializable_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/sharding.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/sharding_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/txn.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/txn_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/datastore_utils/utils.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/decorators.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/__init__.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/acl.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/formatter.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/formatter_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/handlers.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/handlers_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/logscraper.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/logscraper_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/main.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/models.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/on_error.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/on_error_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/template.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/templates/base.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/ui.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/ereporter2/ui_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/gce.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/gce_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/gerrit.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/gerrit_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/gitiles.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/gitiles_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/machine_provider/__init__.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/machine_provider/dimensions.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/machine_provider/instructions.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/machine_provider/policies.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/machine_provider/rpc_messages.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/machine_provider/utils.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/natsort.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/natsort_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/net.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/net_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/pubsub.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/pubsub_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/stats_framework.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/stats_framework_gviz.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/stats_framework_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/template.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/utils.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/components/utils_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/test_support/stats_framework_mock.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/test_support/test_case.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/test_support/test_env.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/tests/endpoints_smoke_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/tests/test_endpoints_app/main.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/tool_support/gae_sdk_utils.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/tool_support/local_app.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/tools/calculate_version.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/tools/compile_proto.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/tools/gae.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/tools/install_protoc.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/tools/log_since.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/components/tools/run_coverage.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/Makefile View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/acl.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/acl_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/admin.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/api.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/api_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/app.yaml View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/appengine_config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/apps.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/common.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/cron.yaml View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/gitiles_import.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/gitiles_import_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/handlers.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/handlers_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/main.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/module-backend.yaml View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/notifications.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/notifications_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/projects.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/projects_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/services.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/services_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/storage.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/storage_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/test_env.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/tools/run_coverage.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/validation.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/config_service/validation_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/agent/agent.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/catalog.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/catalog_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/cleanup.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/cleanup_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/config_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/handlers_cron.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/handlers_queues.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/instance_group_managers.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/instance_group_managers_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/instance_templates.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/instance_templates_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/instances.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/instances_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/main.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/metadata.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/metadata_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/models.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/parse.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/parse_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/proto/config.proto View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/pubsub.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/pubsub_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/test_env.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/gce-backend/utilities.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/PRESUBMIT.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/acl.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/appengine_config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/gcs.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/handlers_backend.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/handlers_endpoints_v1.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/handlers_endpoints_v1_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/handlers_frontend.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/handlers_stats.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/handlers_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/main_backend.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/main_frontend.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/mapreduce_jobs.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/model.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/model_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/static/default.css View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/stats.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/stats_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/template.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/templates/base.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/test_env.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/isolate/tools/run_coverage.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/machine_provider/acl.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/machine_provider/handlers_cron.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/machine_provider/handlers_cron_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/machine_provider/handlers_endpoints.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/machine_provider/handlers_endpoints_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/machine_provider/handlers_queues.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/machine_provider/main.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/machine_provider/models.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/machine_provider/test_env.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/machine_provider/utils.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/PRESUBMIT.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/appengine_config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/cipd.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/elements/stats-app.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/elements/stats-app-build.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/elements/stats-chart-base.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/elements/stats-dimension-filter.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/elements/stats-overview.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/elements/stats-overview-build.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/elements/stats-request-chart.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/elements/stats-table-chart.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/elements/stats-time-chart.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/elements/stats-work-chart.html View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/handlers_backend.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/handlers_bot.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/handlers_bot_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/handlers_endpoints.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/handlers_endpoints_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/handlers_frontend.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/handlers_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/local_smoke_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/main.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/mapreduce_jobs.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/message_conversion.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/proto/Makefile View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/proto/config.proto View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/remote_smoke_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/acl.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/bot_archive.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/bot_auth.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/bot_code.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/bot_code_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/bot_management.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/bot_management_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/config_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/lease_management.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/lease_management_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/stats.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/stats_gviz.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/stats_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/task_pack.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/task_pack_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/task_request.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/task_request_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/task_result.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/task_result_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/task_scheduler.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/task_scheduler_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/task_to_run.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/task_to_run_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/server/test_env.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/static/default.css View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/__main__.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/bot.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/bot_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/os_utilities.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/os_utilities_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/parallel.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/platforms/__init__.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/platforms/android.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/platforms/common.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/platforms/gce.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/platforms/linux.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/platforms/osx.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/platforms/posix.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/platforms/test_env_platforms.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/platforms/win.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/platforms/win_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/api/test_env_api.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/bot_code/bot_main.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/bot_code/bot_main_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/bot_code/common.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/bot_code/singleton.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/bot_code/singleton_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/bot_code/task_runner.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/bot_code/task_runner_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/bot_code/test_env_bot_code.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/config/bootstrap.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/config/bot_config.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/fake_swarming.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/main_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_bot/test_env_bot.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/swarming_rpcs.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/template.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/templates/base.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/templates/stats_common.js View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/test_env.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/test_env_handlers.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/tools/android/setup_udev.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/tools/android/udev_start_bot_deferred.sh View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/tools/bot_archive.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/tools/os_utilities.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/tools/run_coverage.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/tools/start_bot.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/tools/start_servers.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/ts_mon_metrics.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/swarming/ts_mon_metrics_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/PRESUBMIT.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/README.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/WATCHLISTS View 1 chunk +2 lines, -2 lines 0 comments Download
M client/auth.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/example/1_isolate_server.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/example/2_swarming_run.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/example/3_swarming_trigger_collect.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/example/4_swarming_run_manual_upload.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/example/common.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/example/payload/hello_world.isolate View 1 chunk +2 lines, -2 lines 0 comments Download
M client/example/payload/hello_world.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/isolate.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/isolate_format.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/isolated_format.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/isolateserver.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/libs/__init__.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/libs/logdog/__init__.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/libs/logdog/bootstrap.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/libs/logdog/stream.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/libs/logdog/streamname.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/libs/logdog/tests/bootstrap_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/libs/logdog/tests/stream_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/libs/logdog/tests/streamname_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/libs/logdog/tests/varint_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/libs/logdog/varint.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/run_isolated.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/swarming.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/file_path_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/isolate_format_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/isolate_smoke_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/isolate_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/isolated_format_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/isolateserver_mock.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/isolateserver_smoke_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/isolateserver_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/large_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/logging_utils_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/lru_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/net_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/net_utils.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/on_error_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/run_isolated_smoke_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/run_isolated_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/subprocess42_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/swarming_smoke_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/swarming_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/test_utils.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/threading_utils_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/trace_inputs/child1.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/trace_inputs/child2.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/trace_inputs/symlink.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/trace_inputs/touch_only.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/trace_inputs/tricky_filename.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/trace_inputs_smoke_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/trace_inputs_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/url_open_timeout_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tests/zip_package_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/cost.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/diff_isolates.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/fleet.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/gce_load_test_on_startup.sh View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/harvest_buildbot.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/isolateserver_load_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/parallel_execution.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/run_on_bots.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/run_swarming_tests_on_swarming.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/spam.isolate View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/spam.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/swarming_count_tasks.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/swarming_load_test_bot.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/swarming_load_test_client.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/zip_profiler.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/tools/zip_run_isolated.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/trace_inputs.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/file_path.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/fs.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/graph.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/large.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/logging_utils.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/lru.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/net.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/oauth.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/on_error.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/subprocess42.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/threading_utils.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/tools.py View 1 chunk +2 lines, -2 lines 0 comments Download
M client/utils/zip_package.py View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (7 generated)
M-A Ruel
You can tell I'm having fun right now.
4 years, 6 months ago (2016-05-25 20:18:32 UTC) #2
estaab
lgtm https://codereview.chromium.org/2013943002/diff/1/appengine/third_party_local/depot_tools/subprocess2.py File appengine/third_party_local/depot_tools/subprocess2.py (right): https://codereview.chromium.org/2013943002/diff/1/appengine/third_party_local/depot_tools/subprocess2.py#newcode4 appengine/third_party_local/depot_tools/subprocess2.py:4: # that can be found in the LICENSE ...
4 years, 6 months ago (2016-05-25 20:29:09 UTC) #4
M-A Ruel
Updated CL description with the right set of commands. https://codereview.chromium.org/2013943002/diff/1/appengine/third_party_local/depot_tools/subprocess2.py File appengine/third_party_local/depot_tools/subprocess2.py (right): https://codereview.chromium.org/2013943002/diff/1/appengine/third_party_local/depot_tools/subprocess2.py#newcode4 appengine/third_party_local/depot_tools/subprocess2.py:4: ...
4 years, 6 months ago (2016-05-25 23:21:54 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2013943002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2013943002/20001
4 years, 6 months ago (2016-05-26 00:04:10 UTC) #10
commit-bot: I haz the power
4 years, 6 months ago (2016-05-26 00:10:44 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://github.com/luci/luci-py/commit/33b0f6e1d3832c95f023ea9fa1da55ca8c9cc735

Powered by Google App Engine
This is Rietveld 408576698