File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ bs=${BASH_SOURCE[0]}
2121mydir=$( dirname $bs )
2222fulldir=$( readlink -f $mydir )
2323cd $fulldir /..
24- checkout_version python-spark && \
24+ checkout_version python-spark python-2.4 && \
2525checkout_version python-filecache python-2.4-to-2.7 && \
2626checkout_version python-xdis python-2.4-to-2.7 && \
2727checkout_version python-uncompyle6 python-2.4-to-2.7 && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PYTHON_VERSION=2.4.6
44function checkout_version {
55 local repo=$1
66 version=${2:- python-2.4-to-2.7}
7- echo Checking out $version .4 on $repo ...
7+ echo Checking out $version on $repo ...
88 (cd ../$repo && git checkout $version && pyenv local $PYTHON_VERSION ) && \
99 git pull
1010 return $?
@@ -19,6 +19,7 @@ if [[ $0 == $bs ]] ; then
1919fi
2020mydir=$( dirname $bs )
2121fulldir=$( readlink -f $mydir )
22+ cd $fulldir /..
2223checkout_version python-spark python-2.4 && \
2324checkout_version python-filecache python-2.4-to-2.7 && \
2425checkout_version python-xdis python-2.4-to-2.7 && \
You can’t perform that action at this time.
0 commit comments