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

Unified Diff: bootstrap/virtualenv/CONTRIBUTING.rst

Issue 1407953011: Re-land: Removed virtualenv from depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Re-added files that were present before virtualenv Created 5 years, 1 month 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/virtualenv/AUTHORS.txt ('k') | bootstrap/virtualenv/LICENSE.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/virtualenv/CONTRIBUTING.rst
diff --git a/bootstrap/virtualenv/CONTRIBUTING.rst b/bootstrap/virtualenv/CONTRIBUTING.rst
deleted file mode 100644
index 924e7e2827ad2bd7897b19a8eb8e395a0405ede4..0000000000000000000000000000000000000000
--- a/bootstrap/virtualenv/CONTRIBUTING.rst
+++ /dev/null
@@ -1,21 +0,0 @@
-virtualenv
-==========
-
-See docs/index.rst for user documentation.
-
-Contributor notes
------------------
-
-* virtualenv is designed to work on python 2 and 3 with a single code base.
- Use Python 3 print-function syntax, and always ``use sys.exc_info()[1]``
- inside the ``except`` block to get at exception objects.
-
-* virtualenv uses git-flow_ to `coordinate development`_. The latest stable
- version should exist on the *master* branch, and new work should be
- integrated to *develop*.
-
-* All changes to files inside virtualenv_embedded should be integrated to
- ``virtualenv.py`` with ``bin/rebuild-script.py``.
-
-.. _git-flow: https://github.com/nvie/gitflow
-.. _coordinate development: http://nvie.com/posts/a-successful-git-branching-model/
« no previous file with comments | « bootstrap/virtualenv/AUTHORS.txt ('k') | bootstrap/virtualenv/LICENSE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698