kr / hk

Fast Heroku client
https://hk.heroku.com/
77 stars 6 forks source link

linux? #2

Closed jordansissel closed 10 years ago

jordansissel commented 12 years ago

The instructions on https://hk.heroku.com/ don't appear to work, I get a 404 error when fetching.

seven(~) % curl -D- -Lso /dev/null https://hk.heroku.com/hk.gz | egrep '^HTTP|Location'
HTTP/1.1 307 Temporary Redirect
Location: https://github.com/downloads/kr/hk/linux-amd64-hk-0.5.gz
HTTP/1.1 404 Not Found

user agent used in curl:

User-Agent: curl/7.21.7 (x86_64-redhat-linux-gnu) libcurl/7.21.7 NSS/3.13.3.0 zlib/1.2.5 libidn/1.22 libssh2/1.2.7

kr commented 12 years ago

Thanks, yeah we've neglected to build it for linux so far. Sorry! I'll get on that.

jordansissel commented 12 years ago

no rush, just wanted to make a note of it :)

danp commented 11 years ago

Could the hk that's built as part of pushing this repo to heroku (say, for hk.heroku.com) be used to fix this issue?

kr commented 11 years ago

Yes. We could build it on Heroku. I'd be inclined to do it in a separate app, but it wouldn't be hard either way.

bgentry commented 10 years ago

Marking this as resolved since we're currently building for linux, and will continue to do so. There aren't install instructions yet, but hopefully that's coming soon for all platforms.