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

Verify binaries while creating release blog post #186

Closed
wants to merge 1 commit into from

Commits on Sep 21, 2015

  1. Verify binaries while creating release blog post.

    At the moment of creating the release blog post, there's a
    chance not all binaries has been uploaded to nodejs.org/dist/ yet.
    
    In these circumstances those specific binaries should have
    "Coming soon" rather than the actual download URL as those
    URLs would fail with a 404 page anyway.
    
    This change enables that behaviour by verifying all the binaries
    about to be included in the blog post, by doing a HEAD request against
    each of the URLs where they're supposed to be located.
    phillipj committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    54f61e9 View commit details
    Browse the repository at this point in the history