Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: build.py

Issue 29987555: Issue 7122 - Purge "updatepsl" (Closed)
Patch Set: Created Jan. 22, 2019, 12:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | publicSuffixListUpdater.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build.py
diff --git a/build.py b/build.py
index 5b199812047584378f8c29069a6d3e7231292d01..bf8962f0317dcc9e62bdac83f7fd5ff659928a34 100644
--- a/build.py
+++ b/build.py
@@ -371,17 +371,6 @@ def release(base_dir, downloads_repository, key_file, platform, version,
downloads_repository)
-@argparse_command(valid_platforms={'chrome'})
-def updatepsl(base_dir, **kwargs):
- """Update Public Suffix List.
-
- Downloads Public Suffix List (see http://publicsuffix.org/) and generates
- lib/publicSuffixList.js from it.
- """
- import buildtools.publicSuffixListUpdater as publicSuffixListUpdater
- publicSuffixListUpdater.updatePSL(base_dir)
-
-
@argparse_command(no_platform=True)
def lint_gitlab_ci(base_dir, **kwargs):
"""Lint the .gitlab-ci.yaml file.
« no previous file with comments | « no previous file | publicSuffixListUpdater.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld