Track branch changes in python-spark
Some checks failed
uncompyle6 (osx) / build (macOS, 3.8) (push) Has been cancelled
uncompyle6 (ubuntu) / build (3.8) (push) Has been cancelled
uncompyle6 (windows) / build (windows, 3.8) (push) Has been cancelled

This commit is contained in:
rocky 2024-10-04 04:46:26 -04:00
parent 710167b806
commit 80d58f882a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ fulldir=$(readlink -f $mydir)
cd $mydir
. ./checkout_common.sh
(cd $fulldir/.. && \
setup_version python-spark master && \
setup_version python-spark python-3.0 && \
setup_version python-xdis python-3.0)
checkout_finish python-3.0-to-3.2

View File

@ -15,7 +15,7 @@ fulldir=$(readlink -f $mydir)
. ./checkout_common.sh
cd $fulldir/..
(cd $fulldir/.. && \
setup_version python-spark master && \
setup_version python-spark python-3.3 && \
setup_version python-xdis python-3.3 )
checkout_finish python-3.3-to-3.5