Whitelist llvm.org for shallow git clones

This commit is contained in:
Jack Nagel 2013-11-13 01:55:03 -06:00
parent 7fc9ffec86
commit c137f030bc

View File

@ -503,6 +503,7 @@ class GitDownloadStrategy < VCSDownloadStrategy
%r{git://}, %r{git://},
%r{https://github\.com}, %r{https://github\.com},
%r{http://git\.sv\.gnu\.org}, %r{http://git\.sv\.gnu\.org},
%r{http://llvm\.org},
] ]
def host_supports_depth? def host_supports_depth?