Skip to content

Commit f7e92ee

Browse files
committed
Administrivia
1 parent d7f9c4a commit f7e92ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

admin-tools/setup-master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mydir=$(dirname $bs)
2222
fulldir=$(readlink -f $mydir)
2323
cd $fulldir/..
2424
checkout_version python-spark && \
25-
checkout_version python-filecache && \
25+
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 && \
2828
git checkout master && pyenv local $PYTHON_VERSION && git pull

admin-tools/setup-python-2.4.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ fi
2020
mydir=$(dirname $bs)
2121
fulldir=$(readlink -f $mydir)
2222
checkout_version python-spark && \
23-
checkout_version python-filecache && \
24-
checkout_version python-xdis && \
23+
checkout_version python-filecache python-2.4-to-2.7 && \
24+
checkout_version python-xdis python-2.4-to-2.7 && \
2525
checkout_version python-uncompyle6 && \
2626
git checkout python-2.4 && pyenv local $PYTHON_VERSION && git pull
2727
cd $owd

0 commit comments

Comments
 (0)