File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22
33INSTALL_DIR=" /usr/local/bin"
4- WAYPOINT_VERSION=" v1.0.3 "
4+ WAYPOINT_VERSION=" v1.0.4 "
55GITHUB_ORG=" pennlabs"
66REPO_NAME=" infrastructure"
77
Original file line number Diff line number Diff line change 33
44setup (
55 name = "waypoint" ,
6- version = "1.0.3 " ,
6+ version = "1.0.4 " ,
77 package_dir = {"" : "src" },
88 py_modules = ["main" , "waypoint_client" ],
99 install_requires = [],
Original file line number Diff line number Diff line change 22
33declare -A PRODUCT_TO_SHA
44
5- # TODO: Add remaining products back since they aren't migrated to uv
65PRODUCT_TO_SHA=(
76 [" office-hours-queue" ]=" 7fdcdaeba0b83600950edfbdfb155ba62cd2febd"
8- [" penn-clubs" ]=" a69532b40c40c6ad0a2c6856e11034c70fbab26c "
7+ [" penn-clubs" ]=" bf7176c476a4955a5872a69f85c377b8d6e0d66d "
98 # ["penn-mobile"]="093a9f58ec7d778acc12dad40d0ece109e6346e8"
10- # ["penn-courses"]="e787256c332741db357baf3d005b20158d7b35c7 "
9+ [" penn-courses" ]=" b5cadf67f2924ed7ef77c59d81d3f08f9ebc05e0 "
1110 # ["platform"]="022d2671a7811e8e2b6f772948ff28d18fa6422a"
1211)
1312
You can’t perform that action at this time.
0 commit comments