We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710167b commit 80d58f8Copy full SHA for 80d58f8
admin-tools/setup-python-3.0.sh
@@ -14,7 +14,7 @@ fulldir=$(readlink -f $mydir)
14
cd $mydir
15
. ./checkout_common.sh
16
(cd $fulldir/.. && \
17
- setup_version python-spark master && \
+ setup_version python-spark python-3.0 && \
18
setup_version python-xdis python-3.0)
19
20
checkout_finish python-3.0-to-3.2
admin-tools/setup-python-3.3.sh
@@ -15,7 +15,7 @@ fulldir=$(readlink -f $mydir)
cd $fulldir/..
+ setup_version python-spark python-3.3 && \
setup_version python-xdis python-3.3 )
21
checkout_finish python-3.3-to-3.5
0 commit comments