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

rake doesn't follow redirects on nuget #23

Closed
chloe-zen opened this issue Dec 10, 2011 · 4 comments
Closed

rake doesn't follow redirects on nuget #23

chloe-zen opened this issue Dec 10, 2011 · 4 comments

Comments

@chloe-zen
Copy link
Contributor

When I run rake it tries to download NUnit package; the response is a redirect but Net::HTTP doesn't follow those. I had to hack the Rakefile not to delete old files, and download and extract NUnit manually.

On my Debian system I have NUnit installed as a separate package anyway...

@bvanderveen
Copy link
Contributor

I actually just updated the URL in the Rakefile this morning: a290481. Broken?

@chloe-zen
Copy link
Contributor Author

I guess so; it's the new one that's failing for me.

@bvanderveen
Copy link
Contributor

Ack. Need to figure out how to make Ruby's HTTP client follow redirects…

On Sat, Dec 10, 2011 at 3:17 PM, Chip Salzenberg
reply@reply.github.com
wrote:

I guess so; it's the new one that's failing for me.


Reply to this email directly or view it on GitHub:
#23 (comment)

@bvanderveen
Copy link
Contributor

Probably fixed by #33.

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