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
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
The clearinghouse codebase still uses a separate CH deployment/update script. We should retire this script, and move to a workflow that relies solely on the Seattle buildscripts and Git. The high-level plan would be something like this:
When you set up the CH, you'd
website/settings.pyetc.),Now when the CH or its Seattle dependencies are updated (see also #150),
DEPENDENCIESdir,git pullwhatever changes to the codebase; merge them as required,AFAICT, this should be a clean buildscript compatible way to update a deployed clearinghouse. Comments welcome!