Administrivia

rename branch to python-2.4-to-2.7
This commit is contained in:
rocky
2024-02-12 08:07:54 -05:00
parent a1ffe3e106
commit 1ed2b92988

View File

@@ -3,7 +3,7 @@ PYTHON_VERSION=2.4.6
function checkout_version {
local repo=$1
version=${2:-python-2.4}
version=${2:-python-2.4-to-2.7}
echo Checking out $version.4 on $repo ...
(cd ../$repo && git checkout $version && pyenv local $PYTHON_VERSION) && \
git pull