Author: Matti Picus <[email protected]> Branch: Changeset: r88310:94adb652ea1f Date: 2016-11-11 09:57 +0200 http://bitbucket.org/pypy/pypy/changeset/94adb652ea1f/
Log: tweak repackage script for (yet another) different branch name diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/pypy/tool/release/repackage.sh +++ b/pypy/tool/release/repackage.sh @@ -2,7 +2,7 @@ maj=5 min=6 rev=0 -branchname=release-$maj.x # ==OR== release-$maj.$min.x +branchname=release-pypy2.7-5.x # ==OR== release-$maj.x # ==OR== release-$maj.$min.x tagname=release-pypy2.7-v$maj.$min.$rev # ==OR== release-$maj.$min echo checking hg log -r $branchname @@ -39,7 +39,7 @@ zip -rq $rel-$plat.zip $rel-$plat rm -rf $rel-$plat -# Do this after creating a tag, note the untarred directory is pypy-pypy-<hash> +# Requires a valid $tagname, note the untarred directory is pypy-pypy-<hash> # so make sure there is not another one wget https://bitbucket.org/pypy/pypy/get/$tagname.tar.bz2 tar -xf $tagname.tar.bz2 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
