Administrivia

This commit is contained in:
rocky 2024-02-24 10:25:32 -05:00
parent 5a367717fa
commit 6d4d3df659
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash
# Check out master branch and dependent development master branches
set -e
PYTHON_VERSION=3.8.18
bs=${BASH_SOURCE[0]}

View File

@ -1,7 +1,6 @@
#!/bin/bash
# Check out python-2.4-to-2.7 and dependent development branches.
set -e
PYTHON_VERSION=2.4.6
bs=${BASH_SOURCE[0]}