Closed no-e-in closed 4 years ago
We aren't using cloudfront (the reason is that cloudfront caches files, and that's a problem for some of the mechanism as written to use single URLs that change their content, this would require explicit expiration, so s3 is easier).
Hence this LATEST-OF...wherever you are finding that command...is providing the wrong URLs. The correct prefix is http://metaeducation.s3.amazonaws.com/travis-builds/
http://metaeducation.s3.amazonaws.com/travis-builds/0.13.2/r3-eaee946
But I will reiterate that binary downloads are not something I personally support! So if people create URLs to make it convenient to download debugging-oriented builds, and wander off, when I couldn't fix the download site even if I wanted to... well... there's not much I can do about that. (This LATEST-OF is such a case.)
I've made the table stakes clearer in the README:
While Rebol 3 built for many platforms, Ren-C extends those to everything from OpenBSD to HaikuOS and WebAssembly. But the experimental nature of the project and limited resources mean there isn't support for packaging and distribution of native binaries. So the table stakes for participating is building your own native interpreter (see instructions below)
The current sole focus for deploying a prebuilt experience to users is via WebAssembly in the web browser. See the demo of the Web Console that was shown at the Rebol 2019 Conference.
Lots of interesting things happening, however.
Hence this LATEST-OF...wherever you are finding that command
At http://hostilefork.com/media/shared/replpad-js/ :
DO <downloads>
LATEST-OF 0.3.40
LATEST-OF is a program of Graham Chiu
However both the link http://metaeducation.s3.amazonaws.com/travis-builds/0.3.40/r3-eaee946 and the http://metaeducation.s3.amazonaws.com/travis-builds/0.3.40/r3-eaee946.exe do not work. (
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>travis-builds/0.3.40/r3-eaee946</Key>
<RequestId>2D03052E5BDBAE33</RequestId>
<HostId>M9jOkr/xmsfJuxDbnjrVdZWRVSMUdRK5skf8PG1WyK/07//IFdfPbT+Q3FcT8y0Dx6qbWCFsVM8=</HostId>
</Error>
)