aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-12-08 16:34:06 +0200
committerMatti Picus <matti.picus@gmail.com>2019-12-08 16:34:06 +0200
commit9e79f8fdf02271a2a4897fe5de294f5cf9f6c1ac (patch)
tree092cfffb206459819c67cff8cd8a3d6fc3a25bfb
parentmerge default into release branch (diff)
parentthis is the wrong abstraction, the archive name needs to match for uploading (diff)
downloadpypy-9e79f8fdf02271a2a4897fe5de294f5cf9f6c1ac.tar.gz
pypy-9e79f8fdf02271a2a4897fe5de294f5cf9f6c1ac.tar.bz2
pypy-9e79f8fdf02271a2a4897fe5de294f5cf9f6c1ac.zip
merge default into branchrelease-pypy2.7-v7.3.0rc1
-rwxr-xr-xpypy/tool/release/package.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
index 5c6796ce8d..5b2b8d085c 100755
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -67,8 +67,6 @@ def create_package(basedir, options, _fake=False):
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