Administrivia

This commit is contained in:
rocky
2024-07-22 18:03:17 -04:00
parent 7dacd509a8
commit f82caba70f
4 changed files with 24 additions and 33 deletions

View File

@@ -1,16 +1,17 @@
#!/bin/bash
# Check out python-3.3-to-3.5 and dependent development branches.
PYTHON_VERSION=3.3.7
bs=${BASH_SOURCE[0]}
if [[ $0 == $bs ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
PYTHON_VERSION=3.3.7
uncompyle6_owd=$(pwd)
mydir=$(dirname $bs)
. ./checkout_common.sh
fulldir=$(readlink -f $mydir)
. ./checkout_common.sh
cd $fulldir/..
(cd $fulldir/.. && \
setup_version python-spark master && \