We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
N/A
The following command fails because the URL returns 404:
curl -sSfOL https://s3.amazonaws.com/jruby.org/downloads/9.1.15.0/jruby-bin-9.1.15.0200.tar.gz
It succeeds.
There are 4 archives in the S3 bucket with .0200 rather than .0 at the end of the archive names:
.0200
.0
https://s3.amazonaws.com/jruby.org/downloads/9.1.8.0/jruby-bin-9.1.8.0200.tar.gz https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-bin-9.1.13.0200.tar.gz https://s3.amazonaws.com/jruby.org/downloads/9.1.14.0/jruby-bin-9.1.14.0200.tar.gz https://s3.amazonaws.com/jruby.org/downloads/9.1.15.0/jruby-bin-9.1.15.0200.tar.gz
It is not clear to me how these came to be, but this is causing travis-ci/travis-ci#9049.
I'm assigning this to @enebo.
The text was updated successfully, but these errors were encountered:
@enebo fixed it.
Sorry, something went wrong.
enebo
No branches or pull requests
Environment
N/A
Expected Behavior
The following command fails because the URL returns 404:
Actual Behavior
It succeeds.
Discussion
There are 4 archives in the S3 bucket with
.0200
rather than.0
at the end of the archive names:It is not clear to me how these came to be, but this is causing travis-ci/travis-ci#9049.
I'm assigning this to @enebo.
The text was updated successfully, but these errors were encountered: