Track branch changes in python-spark

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 cd $mydir
. ./checkout_common.sh . ./checkout_common.sh
(cd $fulldir/.. && \ (cd $fulldir/.. && \
setup_version python-spark master && \ setup_version python-spark python-3.0 && \
setup_version python-xdis python-3.0) setup_version python-xdis python-3.0)
checkout_finish python-3.0-to-3.2 checkout_finish python-3.0-to-3.2

View File

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