You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Administrivia: add "git pull"s
This commit is contained in:
@@ -16,7 +16,7 @@ fi
|
|||||||
mydir=$(dirname $bs)
|
mydir=$(dirname $bs)
|
||||||
fulldir=$(readlink -f $mydir)
|
fulldir=$(readlink -f $mydir)
|
||||||
cd $fulldir/..
|
cd $fulldir/..
|
||||||
(cd ../python-spark && git checkout master && pyenv local $PYTHON_VERSION) && \
|
(cd ../python-spark && git checkout master && pyenv local $PYTHON_VERSION) && git pull && \
|
||||||
(cd ../python-xdis && git checkout master && pyenv local $PYTHON_VERSION) && \
|
(cd ../python-xdis && git checkout master && pyenv local $PYTHON_VERSION) && git pull && \
|
||||||
git checkout master && pyenv local $PYTHON_VERSION
|
git checkout master && pyenv local $PYTHON_VERSION && git pull
|
||||||
cd $owd
|
cd $owd
|
||||||
|
@@ -10,7 +10,7 @@ fi
|
|||||||
mydir=$(dirname $bs)
|
mydir=$(dirname $bs)
|
||||||
fulldir=$(readlink -f $mydir)
|
fulldir=$(readlink -f $mydir)
|
||||||
cd $fulldir/..
|
cd $fulldir/..
|
||||||
(cd ../python-spark && git checkout python-2.4 && pyenv local $PYTHON_VERSION) && \
|
(cd ../python-spark && git checkout python-2.4 && pyenv local $PYTHON_VERSION) && git pull && \
|
||||||
(cd ../python-xdis && git checkout python-2.4 && pyenv local $PYTHON_VERSION) && \
|
(cd ../python-xdis && git checkout python-2.4 && pyenv local $PYTHON_VERSION) && git pull && \
|
||||||
git checkout python-2.4 && pyenv local $PYTHON_VERSION
|
git checkout python-2.4 && pyenv local $PYTHON_VERSION && git pull
|
||||||
cd $owd
|
cd $owd
|
||||||
|
Reference in New Issue
Block a user