Skip to content

Commit 92659ae

Browse files
committed
Administrivai: add merge to 2.4
1 parent b2ad409 commit 92659ae

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

admin-tools/merge-for-2.4.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#/bin/bash
2+
# Setup for running Python 2.4 .. 2.7, merging python-3.0-to-3.2 into this branch
3+
xdis_24_owd=$(pwd)
4+
cd $(dirname ${BASH_SOURCE[0]})
5+
(cd .. && PYTHON_VERSION=2.4 && pyenv local $PYTHON_VERSION)
6+
if . ./setup-python-2.4.sh; then
7+
git merge master
8+
fi
9+
cd $xdis_24_owd

0 commit comments

Comments
 (0)