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,6 +26,7 @@ print_usage() {
2626 1>&2 echo " usage: $0 [ latest | <date> ]"
2727 1>&2 echo " "
2828 1>&2 echo " Dates supported:"
29+ 1>&2 echo " 2026-Jan-01"
2930 1>&2 echo " 2025-Nov-01"
3031 1>&2 echo " 2025-Oct-01"
3132 1>&2 echo " 2025-Sep-01"
@@ -34,7 +35,7 @@ print_usage() {
3435
3536if [ $# -eq 0 ]
3637then
37- VERSION=" 2025-Oct -01"
38+ VERSION=" 2026-Jan -01"
3839 echo " No version specified. Defaulting to ${VERSION} "
3940elif [ $# -eq 1 ]
4041then
4546fi
4647
4748case ${VERSION} in
49+ 2026-Jan-01)
50+ export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION=" 2bdd0b7b2b2ae89faf2720f2158e9842bc6d2dd2"
51+ export INSTALL_PI_SOURCE_VERSION=" 5689c91a8a7423781267b27d8b166c49a53904ff"
52+ export INSTALL_P4C_SOURCE_VERSION=" 11d746d94a45694968802675bd9444dfcd029545"
53+ export INSTALL_PTF_SOURCE_VERSION=" 05f46c3873feb2213df29743be3d9a9e34d5559b"
54+ ;;
4855 2025-Nov-01)
4956 export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION=" 2bdd0b7b2b2ae89faf2720f2158e9842bc6d2dd2"
5057 export INSTALL_PI_SOURCE_VERSION=" 5689c91a8a7423781267b27d8b166c49a53904ff"
5158 export INSTALL_P4C_SOURCE_VERSION=" a97290474ce3d183b1f6bc4ca4959ebbcdb09b3b"
52- export INSTALL_PTF_SOURCE_VERSION=" "
59+ export INSTALL_PTF_SOURCE_VERSION=" 05f46c3873feb2213df29743be3d9a9e34d5559b "
5360 ;;
5461 2025-Oct-01)
5562 export INSTALL_BEHAVIORAL_MODEL_SOURCE_VERSION=" 68f4a978f465fd76e98fcdecb762981843fb7310"
You can’t perform that action at this time.
0 commit comments