Pull strategy for downloading from research.att.com into core
This commit is contained in:
parent
1dc4fbdb0b
commit
18b8681a7c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user