Author: Matti Picus <[email protected]>
Branch: 
Changeset: r98257:9decd6d9ff68
Date: 2019-12-08 16:33 +0200
http://bitbucket.org/pypy/pypy/changeset/9decd6d9ff68/

Log:    this is the wrong abstraction, the archive name needs to match for
        uploading

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
@@ -67,8 +67,6 @@
     name = options.name
     if not name:
         name = 'pypy-nightly'
-    if options.make_portable and 'portable' not in name:
-        name += '-portable'
     assert '/' not in name
     rename_pypy_c = options.pypy_c
     override_pypy_c = options.override_pypy_c
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to