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

Issue 2061263003: add basic bootstrap for coverage (Closed)

Created:
4 years, 6 months ago by martiniss
Modified:
4 years, 6 months ago
CC:
chromium-reviews, infra-reviews+recipes-py_chromium.org
Base URL:
https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Target Ref:
refs/heads/master
Project:
recipes-py
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Add recipes.py flag. #

Total comments: 16

Patch Set 3 : Vendor virtualenv #

Patch Set 4 : Fix recipes readme. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6394 lines, -188 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M PRESUBMIT.py View 1 2 1 chunk +3 lines, -1 line 0 comments Download
A bootstrap/README.md View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A bootstrap/README.recipes View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
A bootstrap/bootstrap.py View 1 2 1 chunk +260 lines, -0 lines 0 comments Download
A bootstrap/deps.pyl View 1 chunk +10 lines, -0 lines 0 comments Download
A bootstrap/remove_orphaned_pycs.py View 1 chunk +33 lines, -0 lines 0 comments Download
A bootstrap/util.py View 1 chunk +87 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/.gitignore View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/.travis.yml View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/AUTHORS.txt View 1 2 1 chunk +91 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/CONTRIBUTING.rst View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/LICENSE.txt View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/MANIFEST.in View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/README.rst View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/bin/rebuild-script.py View 1 2 1 chunk +71 lines, -0 lines 0 comments Download
A + bootstrap/virtualenv/docs/Makefile View 1 2 3 chunks +8 lines, -94 lines 0 comments Download
A bootstrap/virtualenv/docs/changes.rst View 1 2 1 chunk +747 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/docs/conf.py View 1 2 1 chunk +149 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/docs/development.rst View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/docs/index.rst View 1 2 1 chunk +137 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/docs/installation.rst View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A + bootstrap/virtualenv/docs/make.bat View 1 2 7 chunks +2 lines, -95 lines 0 comments Download
A bootstrap/virtualenv/docs/reference.rst View 1 2 1 chunk +256 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/docs/userguide.rst View 1 2 1 chunk +249 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/scripts/virtualenv View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/setup.py View 1 2 1 chunk +111 lines, -0 lines 0 comments Download
A + bootstrap/virtualenv/tests/__init__.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A bootstrap/virtualenv/tests/test_activate.sh View 1 2 1 chunk +94 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/tests/test_activate_expected.output View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/tests/test_virtualenv.py View 1 2 1 chunk +139 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/tests/tox.ini View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/tox.ini View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/virtualenv.py View 1 2 1 chunk +2367 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/virtualenv_embedded/activate.bat View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/virtualenv_embedded/activate.csh View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/virtualenv_embedded/activate.fish View 1 2 1 chunk +74 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/virtualenv_embedded/activate.ps1 View 1 2 1 chunk +150 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/virtualenv_embedded/activate.sh View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/virtualenv_embedded/activate_this.py View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/virtualenv_embedded/deactivate.bat View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/virtualenv_embedded/distutils.cfg View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/virtualenv_embedded/distutils-init.py View 1 2 1 chunk +101 lines, -0 lines 0 comments Download
A bootstrap/virtualenv/virtualenv_embedded/site.py View 1 2 1 chunk +758 lines, -0 lines 0 comments Download
A + bootstrap/virtualenv/virtualenv_support/__init__.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A bootstrap/virtualenv/virtualenv_support/pip-6.0-py2.py3-none-any.whl View 1 2 Binary file 0 comments Download
A bootstrap/virtualenv/virtualenv_support/setuptools-8.2.1-py2.py3-none-any.whl View 1 2 Binary file 0 comments Download
M recipes.py View 1 2 3 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
martiniss
PTAL
4 years, 6 months ago (2016-06-14 22:43:22 UTC) #2
tandrii(chromium)
https://codereview.chromium.org/2061263003/diff/20001/bootstrap/README.md File bootstrap/README.md (right): https://codereview.chromium.org/2061263003/diff/20001/bootstrap/README.md#newcode1 bootstrap/README.md:1: ## bootstrap.py (a.k.a. "I just want a working recipes-py) ...
4 years, 6 months ago (2016-06-15 09:57:53 UTC) #4
tandrii(chromium)
thanks, this is what I wanted. Let's see what others say.
4 years, 6 months ago (2016-06-15 09:58:56 UTC) #5
Paweł Hajdan Jr.
LGTM w/comments . I'm fine with US folks finishing this review. https://codereview.chromium.org/2061263003/diff/20001/bootstrap/bootstrap.py File bootstrap/bootstrap.py (right): ...
4 years, 6 months ago (2016-06-15 10:56:19 UTC) #6
martiniss
Responded to comments. Forgot to vendor in virtualenv, which is DEPS-ed in in infra.git https://codereview.chromium.org/2061263003/diff/20001/bootstrap/README.md ...
4 years, 6 months ago (2016-06-15 20:36:53 UTC) #7
iannucci
lgtm, though I think you'll need to `git cl land` due to the whl files.
4 years, 6 months ago (2016-06-15 22:01:31 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2061263003/60001
4 years, 6 months ago (2016-06-15 22:18:20 UTC) #11
martiniss
4 years, 6 months ago (2016-06-15 22:26:02 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
a6baded1c8c7a15dd1e4020289fd19d985f58c25 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698