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

fix(install.sh): remove url validation (false negatives, redundant) #35

Merged
merged 3 commits into from
Dec 15, 2023

Conversation

KaanSD
Copy link
Contributor

@KaanSD KaanSD commented Nov 21, 2023

pnpm/pnpm#7336

Removed url validation since it fails sometimes even though the actual download would succeed. It is also fairly pointless to begin with, only preventing the creation and deletion of a temporary directory.

@KaanSD KaanSD requested a review from zkochan as a code owner November 21, 2023 22:50
Copy link

netlify bot commented Nov 21, 2023

Deploy Preview for getpnpm ready!

Name Link
🔨 Latest commit e4836f9
🔍 Latest deploy log https://app.netlify.com/sites/getpnpm/deploys/657c8cf82cf0a40008107638
😎 Deploy Preview https://deploy-preview-35--getpnpm.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

vercel bot commented Nov 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
get-pnpm-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2023 5:29pm

@moander
Copy link

moander commented Nov 22, 2023

If validate_url has stopped working, maybe it's something that needs to be fixed on the server replying to the HEAD request?

@KaanSD
Copy link
Contributor Author

KaanSD commented Nov 22, 2023

If validate_url has stopped working, maybe it's something that needs to be fixed on the server replying to the HEAD request?

Definately, but who knows when Github will fix the issue? The HEAD request is pretty much pointless anyway

pnpm/pnpm#7336

Removed url validation since it fails sometimes even though the actual download would succeed. It is also fairly pointless to begin with, only preventing the creation and deletion of a temporary directory.
@KaanSD
Copy link
Contributor Author

KaanSD commented Nov 23, 2023

@zkochan I'm not sure how to update the signatures. I think I would need a key. I suppose you would do that, correct?

@zkochan zkochan merged commit 2a5e399 into pnpm:main Dec 15, 2023
20 of 26 checks passed
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

Successfully merging this pull request may close these issues.

3 participants