* [gentoo-commits] proj/mozilla:master commit in: scripts/
@ 2015-11-27 19:25 Ian Stakenvicius
2015-11-27 19:24 ` [gentoo-commits] proj/mozilla:crossdev " Ian Stakenvicius
0 siblings, 1 reply; 2+ messages in thread
From: Ian Stakenvicius @ 2015-11-27 19:25 UTC (permalink / raw
To: gentoo-commits
commit: cf7fc21d10e0a019e27df1a72eb0bd0e1a74f0c2
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 23:57:18 2015 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> 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}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-27 19:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 19:25 [gentoo-commits] proj/mozilla:master commit in: scripts/ Ian Stakenvicius
2015-11-27 19:24 ` [gentoo-commits] proj/mozilla:crossdev " Ian Stakenvicius
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox