[pypy-commit] jitviewer default: add deprecation warning to repo

plan_rich pypy.commits at gmail.com
Tue Oct 11 09:33:38 EDT 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: 
Changeset: r280:c5ab0ec88906
Date: 2016-10-11 15:33 +0200
http://bitbucket.org/pypy/jitviewer/changeset/c5ab0ec88906/

Log:	add deprecation warning to repo

diff --git a/README b/README
--- a/README
+++ b/README
@@ -1,3 +1,25 @@
+
+PLEASE NOTE! This repo is:
+
+```
+      _                               _           _ 
+     | |                             | |         | |
+   __| | ___ _ __  _ __ ___  ___ __ _| |_ ___  __| |
+  / _` |/ _ \ '_ \| '__/ _ \/ __/ _` | __/ _ \/ _` |
+ | (_| |  __/ |_) | | |  __/ (_| (_| | ||  __/ (_| |
+  \__,_|\___| .__/|_|  \___|\___\__,_|\__\___|\__,_|
+	    | |                                     
+	    |_|                                     
+```
+
+[Please head over to https://github.com/vmprof](https://github.com/vmprof)
+
+The code is now hosted on GitHub, and split into three parts. The client Python library (vmprof-python),
+the server (vmprof-server) and a repo to do integration testing!
+
+Old JitViewer
+=============
+
 You need to use PyPy to run this.  To get started, using a recent virtualenv
 (1.6.1 or newer), virtualenvwrapper, and a recent PyPy.
 


More information about the pypy-commit mailing list