diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-12-08 16:34:06 +0200 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2019-12-08 16:34:06 +0200 |
commit | 9e79f8fdf02271a2a4897fe5de294f5cf9f6c1ac (patch) | |
tree | 092cfffb206459819c67cff8cd8a3d6fc3a25bfb | |
parent | merge default into release branch (diff) | |
parent | this is the wrong abstraction, the archive name needs to match for uploading (diff) | |
download | pypy-9e79f8fdf02271a2a4897fe5de294f5cf9f6c1ac.tar.gz pypy-9e79f8fdf02271a2a4897fe5de294f5cf9f6c1ac.tar.bz2 pypy-9e79f8fdf02271a2a4897fe5de294f5cf9f6c1ac.zip |
merge default into branchrelease-pypy2.7-v7.3.0rc1
-rwxr-xr-x | pypy/tool/release/package.py | 2 |
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 |