Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r76631:5a2a649dc56b
Date: 2015-03-30 11:10 +0200
http://bitbucket.org/pypy/pypy/changeset/5a2a649dc56b/

Log:    pypy-stm only: add 'print_stm_log.py'

diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -116,6 +116,11 @@
             os.rename(str(libpypy_c) + '~', str(libpypy_c))
         binaries.append((libpypy_c, libpypy_name))
     #
+    # PyPy-STM only
+    p = basedir.join('pypy', 'stm', 'print_stm_log.py')
+    assert p.check(), "this version should be run in the stm branch"
+    binaries.append((p, p.basename))
+    #
     builddir = options.builddir
     pypydir = builddir.ensure(name, dir=True)
     includedir = basedir.join('include')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to