You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server is running on both https://ok.cs61a.org and https://okpy.org currently. Due to SSL issues, some clients cannot connect over https to ok.cs61a.org and therefore cannot automatically update.
Deployment process:
Merge Use okpy.org domain #220 to use okpy.org domain and to change ok-client's self-reported version to be 1.6.14 (the latest release)
Upload release to pypi as 1.6.14-1
Edit the 1.6.14 release to have the new ok-client binary
Update the berkeley-cs61a requirements.txt to use pypi version 1.6.14-1. All new assignments, starting with lab02, will use the new version. The new clients will not attempt to update, since they believe their version is still 1.6.14, and the ok server reports the latest version as 1.6.14.
Verify that the new version works for students who previously had SSL errors
Wait for all assignments that were released before lab02 to be turned in. This should be a few days after 9/8, when Hog is due.
Bump the version number to 1.7.0
Edit setup.py to use the real version number again
Deploy the new version normally (to pypi, GitHub, okpy.org, and berkeley-cs61a).
The text was updated successfully, but these errors were encountered:
The server is running on both https://ok.cs61a.org and https://okpy.org currently. Due to SSL issues, some clients cannot connect over https to ok.cs61a.org and therefore cannot automatically update.
Deployment process:
setup.py
to use the real version number againThe text was updated successfully, but these errors were encountered: