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 Jun 29, 2025. It is now read-only.
The new crawler's channel.json should be communicated on the site to make it easy for everyone to switch over.
@deathaxe suggested to serve the channel.json via the site as well on https://packages.sublimetext.io/channel.json. I like that because it's a short URL, and it decouples where the channel is generated in a way that's easy to maintain over time.
In my mind there are 2 things we can do:
curl the channel.json during build time just like we do with the workspace.json, and build the site more often (e.g. hourly instead of nightly)
put the site in a gh-pages branch on the crawler repo, and build it every time the crawler completes
I think both could work and there is something to be said for either approach. I think I kind of prefer having the site in a separate repo and would lean towards option 1, even though that does mean updates from the crawler reach users in a slightly delayed manner. @kaste perhaps you have an opinion that could sway us one way or the other?