Skip to content

Commit fdf56bd

Browse files
committed
Correct python-filecache branch
1 parent 92659ae commit fdf56bd

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

admin-tools/setup-python-2.4.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,16 @@ if [[ $0 == $bs ]] ; then
1919
fi
2020
mydir=$(dirname $bs)
2121
fulldir=$(readlink -f $mydir)
22+
<<<<<<< Updated upstream
2223
(cd $fulldir/.. && checkout_version python-spark && checkout_version python-filecache &&
2324
checkout_version python-xdis python-2.4-to-2.7 && checkout_version python-uncompyle6)
25+
=======
26+
cd $fulldir/..
27+
checkout_version python-spark && \
28+
checkout_version python-filecache && \
29+
checkout_version python-xdis && \
30+
checkout_version python-uncompyle6 && \
31+
git checkout python-2.4-2.7 && pyenv local $PYTHON_VERSION && git pull
32+
>>>>>>> Stashed changes
2433
cd $owd
25-
git checkout python-2.4 && pyenv local $PYTHON_VERSION && git pull
34+
git checkout python-2.4-2.7 && pyenv local $PYTHON_VERSION && git pull

0 commit comments

Comments
 (0)