hansjorg / rust-ci

Django webapp for www.rust-ci.org
Apache License 2.0
17 stars 8 forks source link

doc hosting doesn't work #28

Open andrewrk opened 9 years ago

andrewrk commented 9 years ago

Here's my project: http://rust-ci.org/andrewrk/groove-rs

I followed the directions to set up travis.yml for documentation hosting but it doesn't show up.

Manishearth commented 9 years ago

Looks like rust-ci hasn't been updated to the version with checks for target/doc

octplane commented 9 years ago

Right now rust-ci sends 500s when asking for the doc upload script:

$ curl -v http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN -o -
* About to connect() to www.rust-ci.org port 80 (#0)
*   Trying 151.236.11.197... connected
> GET /artifacts/put?t=[TOKEN] HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: www.rust-ci.org
> Accept: */*
> 
< HTTP/1.1 500 INTERNAL SERVER ERROR
< Server: nginx/1.5.6
< Content-Type: text/html; charset=utf-8
< cache-control: max-age=0
< Content-Length: 27
< Accept-Ranges: bytes
< Date: Mon, 02 Feb 2015 11:14:49 GMT
< X-Varnish: 180809913
< Via: 1.1 varnish
< Connection: keep-alive
< age: 0
< X-Cache: MISS