Skip to content
New issue

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

[Chore] Remove superfluous archives from S3 bucket #4967

Closed
BanzaiMan opened this issue Jan 11, 2018 · 1 comment
Closed

[Chore] Remove superfluous archives from S3 bucket #4967

BanzaiMan opened this issue Jan 11, 2018 · 1 comment
Assignees
Milestone

Comments

@BanzaiMan
Copy link
Member

Environment

N/A

Expected Behavior

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

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:

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.

@BanzaiMan
Copy link
Member Author

@enebo fixed it.

@enebo enebo added this to the Non-Release milestone Feb 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants