Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #159 from duckduckgo/zt/http4travis
Browse files Browse the repository at this point in the history
Switch to http for travis
  • Loading branch information
moollaza committed Nov 13, 2015
2 parents 5161375 + 923c60e commit 0d6cdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DDG/Meta/Data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ unless(%ia_metadata){
my $ua = LWP::UserAgent->new;
$ua->timeout(5);
$ua->default_header('Accept-Encoding' => scalar HTTP::Message::decodable());
my $res = $ua->mirror('https://ddg-community.s3.amazonaws.com/metadata/repo_all.json.bz2', $f);
my $res = $ua->mirror('http://ddg-community.s3.amazonaws.com/metadata/repo_all.json.bz2', $f);
unless($res->is_success || $res->code == 304){
debug && warn "Failed to download metdata: " . $res->status_line;
}
Expand Down

0 comments on commit 0d6cdc1

Please sign in to comment.