From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA0341384B4 for ; Fri, 27 Nov 2015 19:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C73F921C13B; Fri, 27 Nov 2015 19:24:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A5FF21C13B for ; Fri, 27 Nov 2015 19:24:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCB853406C0 for ; Fri, 27 Nov 2015 19:24:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B582ABD for ; Fri, 27 Nov 2015 19:24:02 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1448652048.cf7fc21d10e0a019e27df1a72eb0bd0e1a74f0c2.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:crossdev commit in: scripts/ X-VCS-Repository: proj/mozilla X-VCS-Files: scripts/get_langs.sh X-VCS-Directories: scripts/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: cf7fc21d10e0a019e27df1a72eb0bd0e1a74f0c2 X-VCS-Branch: crossdev Date: Fri, 27 Nov 2015 19:24:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: edddd27a-fdd1-4872-aa20-307b44fcccc2 X-Archives-Hash: 23dfb4dbb6299ffe85b9d300f773c7d1 Message-ID: <20151127192402.A4dLdVgMYYIK9hu0GX6eKXsbXsMOeucc3qJk3djA3ZU@z> commit: cf7fc21d10e0a019e27df1a72eb0bd0e1a74f0c2 Author: Ian Stakenvicius gentoo org> AuthorDate: Thu Nov 26 23:57:18 2015 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Fri Nov 27 19:20:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=cf7fc21d fixed uri in get_langs.sh script scripts/get_langs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_langs.sh b/scripts/get_langs.sh index f533cb1..50adba4 100755 --- a/scripts/get_langs.sh +++ b/scripts/get_langs.sh @@ -9,7 +9,7 @@ fi INBUILT_LANGS="en en-US" PRODUCT="${1}" VER="${2}" -MOZ_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${PRODUCT}/releases/${VER}" +MOZ_URI="http://archive.mozilla.org/pub/mozilla.org/${PRODUCT}/releases/${VER}" if [[ "${PRODUCT}" =~ (firefox|thunderbird|icecat) ]]; then if [[ "${PRODUCT}" =~ icecat ]]; then LANG_URI="http://gnuzilla.gnu.org/download/langpacks/${VER}"