Skip to content

Commit c1c6da5

Browse files
committed
Administriva
1 parent c26215f commit c1c6da5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

admin-tools/setup-master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bs=${BASH_SOURCE[0]}
2121
mydir=$(dirname $bs)
2222
fulldir=$(readlink -f $mydir)
2323
cd $fulldir/..
24-
checkout_version python-spark && \
24+
checkout_version python-spark python-2.4 && \
2525
checkout_version python-filecache python-2.4-to-2.7 && \
2626
checkout_version python-xdis python-2.4-to-2.7 && \
2727
checkout_version python-uncompyle6 python-2.4-to-2.7 && \

admin-tools/setup-python-2.4.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PYTHON_VERSION=2.4.6
44
function 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
1919
fi
2020
mydir=$(dirname $bs)
2121
fulldir=$(readlink -f $mydir)
22+
cd $fulldir/..
2223
checkout_version python-spark python-2.4 && \
2324
checkout_version python-filecache python-2.4-to-2.7 && \
2425
checkout_version python-xdis python-2.4-to-2.7 && \

0 commit comments

Comments
 (0)