Skip to content

Commit 80d58f8

Browse files
committed
Track branch changes in python-spark
1 parent 710167b commit 80d58f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin-tools/setup-python-3.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fulldir=$(readlink -f $mydir)
1414
cd $mydir
1515
. ./checkout_common.sh
1616
(cd $fulldir/.. && \
17-
setup_version python-spark master && \
17+
setup_version python-spark python-3.0 && \
1818
setup_version python-xdis python-3.0)
1919

2020
checkout_finish python-3.0-to-3.2

admin-tools/setup-python-3.3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fulldir=$(readlink -f $mydir)
1515
. ./checkout_common.sh
1616
cd $fulldir/..
1717
(cd $fulldir/.. && \
18-
setup_version python-spark master && \
18+
setup_version python-spark python-3.3 && \
1919
setup_version python-xdis python-3.3 )
2020

2121
checkout_finish python-3.3-to-3.5

0 commit comments

Comments
 (0)