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

Unified Diff: bootstrap/deps.pyl

Issue 2061263003: add basic bootstrap for coverage (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Fix recipes readme. Created 4 years, 6 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 | « bootstrap/bootstrap.py ('k') | bootstrap/remove_orphaned_pycs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/deps.pyl
diff --git a/bootstrap/deps.pyl b/bootstrap/deps.pyl
new file mode 100644
index 0000000000000000000000000000000000000000..b32a64beceefffbbd83659ae42dfabb4bb29c6e3
--- /dev/null
+++ b/bootstrap/deps.pyl
@@ -0,0 +1,10 @@
+# See README.md, there is a section about this file.
+#vim: ft=python:
+{
+ 'coverage': {
+ 'version': '4.1',
+ 'build': '0',
+ 'repo': 'external/github.com/nedbat/coveragepy',
+ 'rev': '4e2faeead034005cda1bcb096afde921527a748f',
+ },
+}
« no previous file with comments | « bootstrap/bootstrap.py ('k') | bootstrap/remove_orphaned_pycs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698