From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tx2outboundpool.messaging.microsoft.com (tx2ehsobe002.messaging.microsoft.com [65.55.88.12]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 72609E01691 for ; Mon, 14 Oct 2013 10:36:13 -0700 (PDT) Received: from mail224-tx2-R.bigfish.com (10.9.14.253) by TX2EHSOBE003.bigfish.com (10.9.40.23) with Microsoft SMTP Server id 14.1.225.22; Mon, 14 Oct 2013 17:36:13 +0000 Received: from mail224-tx2 (localhost [127.0.0.1]) by mail224-tx2-R.bigfish.com (Postfix) with ESMTP id DDAA5B8013B; Mon, 14 Oct 2013 17:36:12 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -5 X-BigFish: VS-5(zzbb2dI709fI98dI9371I1432Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de098h17326ah1de097h186068h8275bhz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail224-tx2 (localhost.localdomain [127.0.0.1]) by mail224-tx2 (MessageSwitch) id 1381772171553114_10142; Mon, 14 Oct 2013 17:36:11 +0000 (UTC) Received: from TX2EHSMHS017.bigfish.com (unknown [10.9.14.252]) by mail224-tx2.bigfish.com (Postfix) with ESMTP id 8304354004A; Mon, 14 Oct 2013 17:36:11 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by TX2EHSMHS017.bigfish.com (10.9.99.117) with Microsoft SMTP Server (TLS) id 14.16.227.3; Mon, 14 Oct 2013 17:36:11 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.3.158.2; Mon, 14 Oct 2013 17:36:10 +0000 Received: from [10.29.244.63] ([10.29.244.63]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r9EHa9mH019997; Mon, 14 Oct 2013 10:36:10 -0700 Message-ID: <525C2A5B.5060301@freescale.com> Date: Mon, 14 Oct 2013 14:31:07 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: , References: <1381689243-9861-1-git-send-email-ronunes@gmail.com> In-Reply-To: <1381689243-9861-1-git-send-email-ronunes@gmail.com> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Cc: Rogerio Nunes Subject: Re: [fsl-community-bsp-platform][PATCH 1/1] README: Pointing the repo tool url to the new google server X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 17:36:16 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 10/13/2013 03:34 PM, ronunes@gmail.com wrote: > From: Rogerio Nunes Thanks a lot, Rogerio ;) Daiane > > Change-Id: I80c7f7fdf47341cd049d9565a56aae3c96a8c811 > Signed-off-by: Rogerio Nunes > --- > README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README b/README > index 3a5a56d..0d74cb8 100644 > --- a/README > +++ b/README > @@ -6,7 +6,7 @@ To get the BSP you need to have `repo` installed and use it as: > Install the `repo` utility: > > $: mkdir ~/bin > -$: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo > +$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo > $: chmod a+x ~/bin/repo > > Download the BSP source: >