Skip to content

Commit

Permalink
Track branch changes in python-spark
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 4, 2024
1 parent 710167b commit 80d58f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin-tools/setup-python-3.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion admin-tools/setup-python-3.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 80d58f8

Please sign in to comment.