Pull strategy for downloading from research.att.com into core

This commit is contained in:
Jack Nagel 2014-12-09 20:45:14 -05:00
parent 1dc4fbdb0b
commit 18b8681a7c

View File

@ -415,6 +415,13 @@ class S3DownloadStrategy < CurlDownloadStrategy
end
end
class AttResearchDownloadStrategy < CurlDownloadStrategy
def curl(*args)
args << "--user" << "I accept www.opensource.org/licenses/eclipse:."
super
end
end
class SubversionDownloadStrategy < VCSDownloadStrategy
def initialize(name, resource)
super