follow curl redirects
Created by: bbodenmiller
Update curl
commands to follow redirects (see http://curl.haxx.se/docs/manpage.html#-L). Current curl
commands will return unexpected results if the requested content has been moved and is returning information about where it has been moved to. Including the -L
option tells curl
to follow the redirect so the file can be
correctly acquired. For example:
https://raw.github.com/gitlabhq/gitlab-recipes/4-1-stable/init.d/gitlab
Now redirects to:
https://raw.githubusercontent.com/gitlabhq/gitlab-recipes/4-1-stable/init.d/gitlab
Merge request reports
Activity
Created by: TeatroIO
I've prepared a stage. Click to open.
By Administrator on 2014-08-12T05:13:06 (imported from GitLab project)
By Administrator on 2014-08-12T05:13:06 (imported from GitLab)
Created by: Razer6
Just tested this. Looks good. @jvanbaarsen Can you merge?
By Administrator on 2014-08-13T14:18:07 (imported from GitLab project)
By Administrator on 2014-08-13T14:18:07 (imported from GitLab)
Created by: jvanbaarsen
@bbodenmiller and @razer6 Thanks!
By Administrator on 2014-08-13T14:20:06 (imported from GitLab project)
By Administrator on 2014-08-13T14:20:06 (imported from GitLab)