Skip to content

Commit 011f2d6

Browse files
committed
Administrivia
1 parent fdf56bd commit 011f2d6

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

admin-tools/setup-python-2.4.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,9 @@ if [[ $0 == $bs ]] ; then
1919
fi
2020
mydir=$(dirname $bs)
2121
fulldir=$(readlink -f $mydir)
22-
<<<<<<< Updated upstream
23-
(cd $fulldir/.. && checkout_version python-spark && checkout_version python-filecache &&
24-
checkout_version python-xdis python-2.4-to-2.7 && checkout_version python-uncompyle6)
25-
=======
26-
cd $fulldir/..
2722
checkout_version python-spark && \
2823
checkout_version python-filecache && \
2924
checkout_version python-xdis && \
3025
checkout_version python-uncompyle6 && \
31-
git checkout python-2.4-2.7 && pyenv local $PYTHON_VERSION && git pull
32-
>>>>>>> Stashed changes
26+
git checkout python-2.4-to-2.7 && pyenv local $PYTHON_VERSION && git pull
3327
cd $owd
34-
git checkout python-2.4-2.7 && pyenv local $PYTHON_VERSION && git pull

0 commit comments

Comments
 (0)