We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ad409 commit 92659aeCopy full SHA for 92659ae
1 file changed
admin-tools/merge-for-2.4.sh
@@ -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