Repository: yetus Updated Branches: refs/heads/master 53b837bbe -> 32c4d4860
YETUS-267. use curl -L when given a patch URL Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/32c4d486 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/32c4d486 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/32c4d486 Branch: refs/heads/master Commit: 32c4d48601d8605e806a3740fc27a1634ee949b8 Parents: 53b837b Author: Josh Elser <[email protected]> Authored: Tue Jan 5 01:16:28 2016 -0500 Committer: Allen Wittenauer <[email protected]> Committed: Tue Jan 5 12:42:12 2016 -0800 ---------------------------------------------------------------------- precommit/core.d/patchfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/32c4d486/precommit/core.d/patchfiles.sh ---------------------------------------------------------------------- diff --git a/precommit/core.d/patchfiles.sh b/precommit/core.d/patchfiles.sh index 3b2784d..c97ecf3 100755 --- a/precommit/core.d/patchfiles.sh +++ b/precommit/core.d/patchfiles.sh @@ -31,7 +31,7 @@ function generic_locate_patch return 1 fi - ${CURL} --silent \ + ${CURL} --silent -L \ --output "${output}" \ "${input}" if [[ $? != 0 ]]; then
