-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
The github.io links don't work for non-master releases if the Travis release build failed #2614
Comments
@rcoh 191 doesn't work for me either. Does https://rust-lang-nursery.github.io/rust-clippy/v0.0.190/index.html#borrowed_box work for you? If yes, then probably #2600 only fixed the cause of the missing page, not the missing page itself. |
190 works for me. I assume 191 just didn't get pushed for whatever reason
or I accidentally ended up running a version of clippy that's a version
ahead of the docs
…On Mon, Apr 2, 2018, 10:35 PM Philipp Hansch ***@***.***> wrote:
@rcoh <https://github.com/rcoh> 191 doesn't work for me either. Does
https://rust-lang-nursery.github.io/rust-clippy/v0.0.190/index.html#borrowed_box
work for you? If yes, then probably #2600
<#2600> only fixed
the cause of the missing page, not the missing page itself.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2614 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeFZ2AdETQw1CcO3Q_5hkOj2CTbSVhjks5tkwofgaJpZM4TDvoF>
.
|
Thanks! I believe 191 didn't get pushed after #2600 was fixed. I will try and see if I can fix it manually. |
See #2618 which may be related |
Not sure why it didn't close automatically with the merge of #2619 🤷♂️ The 0.0.191 link works now :) |
Same issue @phansch
|
Yeah the 0.0.192 build failed https://travis-ci.org/rust-lang-nursery/rust-clippy/builds/362416150 |
Can you reopen @phansch ? |
Thanks, I'll publish them manually for now, but we probably need to change how we release clippy to prevent this from happening again. |
The travis build for the v0.0.192 tag failed and didn't run the publishing step at the end. See rust-lang#2614 and rust-lang#2619
The travis build for the v0.0.192 tag failed and didn't run the publishing step at the end. See rust-lang#2614 and rust-lang#2619
The travis build for the v0.0.192 tag failed and didn't run the publishing step at the end. See rust-lang#2614 and rust-lang#2619
The 0.0.192 docs work now and 0.0.193 has been released as well 🚀 |
Since we're not publishing versions anymore, I go ahead and close this issue |
Seems like a regression of #2223
The links are accessible at
.../master/...
The text was updated successfully, but these errors were encountered: