File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,12 +26,13 @@ print_usage() {
2626 1>&2 echo " usage: $0 [ latest | <date> ]"
2727 1>&2 echo " "
2828 1>&2 echo " Dates supported:"
29+ 1>&2 echo " 2025-Sep-01"
2930 1>&2 echo " 2025-Aug-01"
3031}
3132
3233if [ $# -eq 0 ]
3334then
34- VERSION=" 2025-Aug -01"
35+ VERSION=" 2025-Sep -01"
3536 echo " No version specified. Defaulting to ${VERSION} "
3637elif [ $# -eq 1 ]
3738then
4243fi
4344
4445case ${VERSION} in
46+ 2025-Sep-01)
47+ export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION=" c8081706b38aa6c7e26e8aa78513ac0ac1c17975"
48+ export INSTALL_PI_SOURCE_VERSION=" 5689c91a8a7423781267b27d8b166c49a53904ff"
49+ export INSTALL_P4C_SOURCE_VERSION=" 1965b4b523ef5c70e7676145f106ccf9fbba8027"
50+ export INSTALL_PTF_SOURCE_VERSION=" 346ff01a7b28f7f478130b1eea11e440f1801307"
51+ ;;
4552 2025-Aug-01)
4653 export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION=" 4f84a09f217665f84471e8cef74c0b46b873bbe5"
4754 export INSTALL_PI_SOURCE_VERSION=" d28b31e4fa05b51f93b9810f5a3ef4a57fbfb8a8"
You can’t perform that action at this time.
0 commit comments