crystal-lang / distribution-scripts

40 stars 23 forks source link

Apply changes to redirection rules #312

Closed straight-shoota closed 2 weeks ago

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

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

matiasgarciaisaia commented 3 weeks 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.