crystal-lang / distribution-scripts

40 stars 24 forks source link

Apply changes to redirection rules #312

Closed straight-shoota closed 5 months ago

straight-shoota commented 5 months ago
$ make get-website-configuration | tail -n +2 | sed -e 's/1.12.2/${CRYSTAL_VERSION}/g' > aws-config.json
ysbaddaden commented 5 months ago

We better not forget to add /api/2 if we release a Crystal 2 compiler someday.

matiasgarciaisaia commented 5 months ago

Anything else missing in order to ship this?

We better not forget to add /api/2 if we release a Crystal 2 compiler someday.

On the one hand, I agree with this. On the other hand, I'd expect us to have got rid of this patchwork of rules by the time Crystal's v2. But then again, the patchwork works, so we could add support for v2 already.