Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B57C17C6E for ; Tue, 21 Oct 2014 21:31:17 +0000 (UTC) Received: (qmail 59100 invoked by uid 500); 21 Oct 2014 21:31:17 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 59065 invoked by uid 500); 21 Oct 2014 21:31:17 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 59056 invoked by uid 99); 21 Oct 2014 21:31:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2014 21:31:17 +0000 X-ASF-Spam-Status: No, hits=-2001.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 21 Oct 2014 21:30:54 +0000 Received: (qmail 56552 invoked by uid 99); 21 Oct 2014 21:30:52 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2014 21:30:52 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D8AE993BF9F; Tue, 21 Oct 2014 21:30:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kevints@apache.org To: commits@aurora.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Download thrift from archive.a.o. Date: Tue, 21 Oct 2014 21:30:51 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-aurora Updated Branches: refs/heads/master e17306dc1 -> 54dfd0924 Download thrift from archive.a.o. The us.apache.org URL 404s and breaks our build. Testing Done: ./gradlew bootstrapThrift Bugs closed: AURORA-877 Reviewed at https://reviews.apache.org/r/26995/ Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/54dfd092 Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/54dfd092 Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/54dfd092 Branch: refs/heads/master Commit: 54dfd0924dde395c98affb4ad00d0b0db7116f5a Parents: e17306d Author: Kevin Sweeney Authored: Tue Oct 21 14:30:09 2014 -0700 Committer: Kevin Sweeney Committed: Tue Oct 21 14:30:39 2014 -0700 ---------------------------------------------------------------------- build-support/thrift/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/54dfd092/build-support/thrift/Makefile ---------------------------------------------------------------------- diff --git a/build-support/thrift/Makefile b/build-support/thrift/Makefile index 11fac91..51f37a9 100644 --- a/build-support/thrift/Makefile +++ b/build-support/thrift/Makefile @@ -12,7 +12,7 @@ THRIFT_VERSION = 0.9.1 THRIFT_DISTNAME = thrift-$(THRIFT_VERSION) -THRIFT_URL = http://www.us.apache.org/dist/thrift/$(THRIFT_VERSION)/$(THRIFT_DISTNAME).tar.gz +THRIFT_URL = https://archive.apache.org/dist/thrift/$(THRIFT_VERSION)/$(THRIFT_DISTNAME).tar.gz #TODO(zmanji): Verify the MD5 of the downloaded file. THRIFT = ./thrift-$(THRIFT_VERSION)/compiler/cpp/thrift