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

Unified Diff: tools/telemetry/third_party/typ/README.chromium

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/third_party/typ/OWNERS ('k') | tools/telemetry/third_party/typ/README.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/third_party/typ/README.chromium
diff --git a/tools/telemetry/third_party/typ/README.chromium b/tools/telemetry/third_party/typ/README.chromium
deleted file mode 100644
index 9ee815db12285f0660a9476d3a6e1f26601bc223..0000000000000000000000000000000000000000
--- a/tools/telemetry/third_party/typ/README.chromium
+++ /dev/null
@@ -1,32 +0,0 @@
-Name: typ
-URL: https://github.com/dpranke/typ.git
-Version: 0.9.4
-Revision: d4caf6b40658b9c43bbfc5794d37ae34d6ff0486
-Security Critical: no
-License: Apache 2.0
-License File: NOT_SHIPPED
-
-Description:
-
-typ is a simple wrapper around Python's unittest library that provides a
-somewhat nicer command-line interface, parallel test execution,
-code coverage support, and support for Chromium's JSON Results format.
-
-This code is not considered security critical since it is only to be linked
-into test binaries! This should never be linked into chrome or any production
-code.
-
-To update this copy of typ from the source repo (assuming you are in
-src/third_party/typ):
-
- # can just do "sed -n '/^ /p' README.chromium | bash -e"
- cd ..
- git clone https://github.com/dpranke/typ.git typ_new
- revision=$(cd typ_new && git log -1 | head -1 | awk '{ print $2 }')
- version=$(cd typ_new && python -m typ --version)
- cp typ/OWNERS typ_new
- cat typ/README.chromium | sed -e "s/^Version: .*/Version: $version/" \
- -e "s/^Revision: .*/Revision: $revision/" \
- > typ_new/README.chromium
- rm -fr typ_new/.git typ_new/.gitignore typ/
- mv typ_new typ
« no previous file with comments | « tools/telemetry/third_party/typ/OWNERS ('k') | tools/telemetry/third_party/typ/README.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698