All of lore.kernel.org
 help / color / mirror / Atom feed
* "Repo Sync" FAILED: how to by-pass companies proxies ?
@ 2015-04-03  2:51 侯名
  2015-04-03  3:08 ` Otavio Salvador
  0 siblings, 1 reply; 9+ messages in thread
From: 侯名 @ 2015-04-03  2:51 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 3953 bytes --]

Hello Everone!

First Use & subscribe mailing list. And Forgive my poor English! 

Thank you in advance :)

 

My Company Proxy. Port 443/22. SSH is Blocked. So when I repo sync, 

Have the following error:

 

// fatal: unable to connect to git.openembedded.org:

// git.openembedded.org[0: 140.211.169.152]: errno=Connection refused

 

 

However, normal use https/http to clone/fetch. 

So I put the git directly replaced with https and http like this.

Uncertain whether such modifications properly. 

 

//  <remote fetch="https://git.yoctoproject.org" name="yocto"/>

//  <remote fetch="https://github.com/Freescale" name="freescale"/>

//  <remote fetch="https://git.openembedded.org" name="oe"/>

//  <remote fetch="http://git.yoctoproject.org" name="yocto"/>

//  <remote fetch="http://github.com/Freescale" name="freescale"/>

//  <remote fetch="http://git.openembedded.org" name="oe"/>

 

 

Have the following error:

 

Fetching project meta-openembedded

Fetching project meta-fsl-arm-extra

Fetching project poky

Fetching project meta-fsl-demos

error: gnutls_handshake() failed: A TLS packet with unexpected length was
received. while accessing
https://git.openembedded.org/meta-openembedded/info/refs

fatal: HTTP request failed

Fetching projects:  14% (1/7)  Fetching project meta-fsl-arm

Fetching projects:  28% (2/7)  Fetching project Documentation

Fetching projects:  42% (3/7)  Fetching project fsl-community-bsp-base

Fetching projects:  57% (4/7)  

fatal: https://git.yoctoproject.org/meta-fsl-arm/info/refs not found: did you run
git update-server-info on the server?

fatal: https://git.yoctoproject.org/poky/info/refs not found: did you run git
update-server-info on the server?

error: gnutls_handshake() failed: A TLS packet with unexpected length was
received. while accessing
https://git.openembedded.org/meta-openembedded/info/refs

fatal: HTTP request failed

fatal: https://git.yoctoproject.org/poky/info/refs not found: did you run git
update-server-info on the server?

fatal: https://git.yoctoproject.org/meta-fsl-arm/info/refs not found: did you run
git update-server-info on the server?

 

 

fatal: http://git.yoctoproject.org/meta-fsl-arm/info/refs not found: did you run
git update-server-info on the server?

Fetching projects:  42% (3/7)  Fetching project fsl-community-bsp-base

Fetching projects:  57% (4/7)  WARNING: gnome-keyring:: couldn't connect to:
/tmp/keyring-Kg5jQm/pkcs11: No such file or directory

fatal: http://git.yoctoproject.org/poky/info/refs not found: did you run git
update-server-info on the server?

fatal: http://git.yoctoproject.org/meta-fsl-arm/info/refs not found: did you run
git update-server-info on the server?

error: Unable to find d3d14d3fcca7fcde362cf0b31411dc4eea6d20aa under
http://git.openembedded.org/meta-openembedded

Cannot obtain needed object d3d14d3fcca7fcde362cf0b31411dc4eea6d20aa

error: Fetch failed.

error: Cannot fetch poky

error: Cannot fetch meta-fsl-arm

error: Cannot fetch meta-openembedded

 

error: Exited sync due to fetch errors

 

__________________________

/*

* Have a nice day :)

* BY MingH

*/

 

---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) 
is intended only for the use of the intended recipient and may be confidential and/or privileged of 
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is 
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying 
is strictly prohibited, and may be unlawful.If you have received this communication in error,please 
immediately notify the sender by return e-mail, and delete the original message and all copies from 
your system. Thank you. 
---------------------------------------------------------------------------------------------------

[-- Attachment #2: Type: text/html, Size: 13332 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "Repo Sync" FAILED: how to by-pass companies proxies ?
  2015-04-03  2:51 "Repo Sync" FAILED: how to by-pass companies proxies ? 侯名
@ 2015-04-03  3:08 ` Otavio Salvador
  2015-04-03  3:41   ` Nikolay Dimitrov
  0 siblings, 1 reply; 9+ messages in thread
From: Otavio Salvador @ 2015-04-03  3:08 UTC (permalink / raw)
  To: 侯名; +Cc: meta-freescale

Hello Sir,

On Thu, Apr 2, 2015 at 11:51 PM, 侯名 <houm@neusoft.com> wrote:
...
> My Company Proxy. Port 443/22. SSH is Blocked. So when I repo sync,
...

Please take a look on following links, which might help:

https://source.android.com/source/downloading.html#troubleshooting-network-issues
http://elinux.org/Using_git_with_a_proxy

It is a little tricky but should work.

Best Wishes,

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "Repo Sync" FAILED: how to by-pass companies proxies ?
  2015-04-03  3:08 ` Otavio Salvador
@ 2015-04-03  3:41   ` Nikolay Dimitrov
  2015-04-03  9:26     ` 侯名
  0 siblings, 1 reply; 9+ messages in thread
From: Nikolay Dimitrov @ 2015-04-03  3:41 UTC (permalink / raw)
  To: Otavio Salvador, 侯名; +Cc: meta-freescale

On 04/03/2015 06:08 AM, Otavio Salvador wrote:
> Hello Sir,
>
> On Thu, Apr 2, 2015 at 11:51 PM, 侯名 <houm@neusoft.com> wrote: ...
>> My Company Proxy. Port 443/22. SSH is Blocked. So when I repo
>> sync,
> ...
>
> Please take a look on following links, which might help:
>
> https://source.android.com/source/downloading.html#troubleshooting-network-issues
>
>
http://elinux.org/Using_git_with_a_proxy
>
> It is a little tricky but should work.
>
> Best Wishes,

git config --global url."https://".insteadOf git://

Regards,
Nikolay


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "Repo Sync" FAILED: how to by-pass companies proxies ?
  2015-04-03  3:41   ` Nikolay Dimitrov
@ 2015-04-03  9:26     ` 侯名
  2015-04-03 12:55       ` Nikolay Dimitrov
  0 siblings, 1 reply; 9+ messages in thread
From: 侯名 @ 2015-04-03  9:26 UTC (permalink / raw)
  To: 'Nikolay Dimitrov', 'Otavio Salvador'; +Cc: meta-freescale

-----Original Message-----
From: Nikolay Dimitrov [mailto:picmaster@mail.bg] 
Sent: Friday, April 03, 2015 11:41 AM
To: Otavio Salvador; 侯名
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] "Repo Sync" FAILED: how to by-pass companies proxies ?

On 04/03/2015 06:08 AM, Otavio Salvador wrote:
> Hello Sir,
>
> On Thu, Apr 2, 2015 at 11:51 PM, 侯名 <houm@neusoft.com> wrote: ...
>> My Company Proxy. Port 443/22. SSH is Blocked. So when I repo sync,
> ...
>
> Please take a look on following links, which might help:
>
> https://source.android.com/source/downloading.html#troubleshooting-net
> work-issues
>
> http://elinux.org/Using_git_with_a_proxy
>
> It is a little tricky but should work.
>
> Best Wishes,

> git config --global url."https://".insteadOf git://

> Regards,
> Nikolay

[侯名] Thank you for your suggestion. 
		I used your method, Configuring the proxy(user:password) and git(https instead of git). 
		still does not work. 
		And the error is the same as before.
__________________________
/*
 * Have a nice day :)
 * BY MingH
 */

---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) 
is intended only for the use of the intended recipient and may be confidential and/or privileged of 
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is 
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying 
is strictly prohibited, and may be unlawful.If you have received this communication in error,please 
immediately notify the sender by return e-mail, and delete the original message and all copies from 
your system. Thank you. 
---------------------------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "Repo Sync" FAILED: how to by-pass companies proxies ?
  2015-04-03  9:26     ` 侯名
@ 2015-04-03 12:55       ` Nikolay Dimitrov
  2015-04-03 18:18         ` Otavio Salvador
  2015-04-07  6:54         ` 侯名
  0 siblings, 2 replies; 9+ messages in thread
From: Nikolay Dimitrov @ 2015-04-03 12:55 UTC (permalink / raw)
  To: 侯名; +Cc: meta-freescale, 'Otavio Salvador'

Hi Hou Ming,

On 04/03/2015 12:26 PM, 侯名 wrote:
> -----Original Message-----
> From: Nikolay Dimitrov [mailto:picmaster@mail.bg]
> Sent: Friday, April 03, 2015 11:41 AM
> To: Otavio Salvador; 侯名
> Cc: meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] "Repo Sync" FAILED: how to by-pass companies proxies ?
>
> On 04/03/2015 06:08 AM, Otavio Salvador wrote:
>> Hello Sir,
>>
>> On Thu, Apr 2, 2015 at 11:51 PM, 侯名 <houm@neusoft.com> wrote: ...
>>> My Company Proxy. Port 443/22. SSH is Blocked. So when I repo sync,
>> ...
>>
>> Please take a look on following links, which might help:
>>
>> https://source.android.com/source/downloading.html#troubleshooting-net
>> work-issues
>>
>> http://elinux.org/Using_git_with_a_proxy
>>
>> It is a little tricky but should work.
>>
>> Best Wishes,
>
>> git config --global url."https://".insteadOf git://
>
>> Regards,
>> Nikolay
>
> [侯名] Thank you for your suggestion.
> 		I used your method, Configuring the proxy(user:password) and git(https instead of git).
> 		still does not work.
> 		And the error is the same as before.

Ahh, ok. I understood why it doesn't work. Here's a fixed manifest.xml,
which should work through your firewall:


<?xml version="1.0" encoding="UTF-8"?>
<manifest>

   <default sync-j="4" revision="master"/>

   <remote fetch="https://git.yoctoproject.org/git" name="yocto"/>
   <remote fetch="https://github.com/Freescale" name="freescale"/>
   <remote fetch="https://github.com/openembedded" name="oe"/>

   <project remote="yocto" revision="dizzy" name="poky" 
path="sources/poky"/>
   <project remote="yocto" revision="dizzy" name="meta-fsl-arm" 
path="sources/meta-fsl-arm"/>

   <project remote="oe" revision="dizzy" name="meta-openembedded" 
path="sources/meta-openembedded"/>

   <project remote="freescale" revision="dizzy" 
name="fsl-community-bsp-base" path="sources/base">
         <copyfile dest="README" src="README"/>
         <copyfile dest="setup-environment" src="setup-environment"/>
   </project>

   <project remote="freescale" revision="dizzy" 
name="meta-fsl-arm-extra" path="sources/meta-fsl-arm-extra"/>
   <project remote="freescale" revision="dizzy" name="meta-fsl-demos" 
path="sources/meta-fsl-demos"/>
   <project remote="freescale" revision="dizzy" name="Documentation" 
path="sources/Documentation"/>

</manifest>


> __________________________
> /*
>   * Have a nice day :)
>   * BY MingH
>   */

Regards,
Nikolay


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "Repo Sync" FAILED: how to by-pass companies proxies ?
  2015-04-03 12:55       ` Nikolay Dimitrov
@ 2015-04-03 18:18         ` Otavio Salvador
  2015-04-04  6:37           ` Nikolay Dimitrov
  2015-04-07  6:54         ` 侯名
  1 sibling, 1 reply; 9+ messages in thread
From: Otavio Salvador @ 2015-04-03 18:18 UTC (permalink / raw)
  To: Nikolay Dimitrov; +Cc: 侯名, meta-freescale

Hello,

On Fri, Apr 3, 2015 at 9:55 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> On 04/03/2015 12:26 PM, 侯名 wrote:
>>
>> -----Original Message-----
>> From: Nikolay Dimitrov [mailto:picmaster@mail.bg]
>> Sent: Friday, April 03, 2015 11:41 AM
>> To: Otavio Salvador; 侯名
>> Cc: meta-freescale@yoctoproject.org
>> Subject: Re: [meta-freescale] "Repo Sync" FAILED: how to by-pass companies
>> proxies ?
>>
>> On 04/03/2015 06:08 AM, Otavio Salvador wrote:
>>>
>>> Hello Sir,
>>>
>>> On Thu, Apr 2, 2015 at 11:51 PM, 侯名 <houm@neusoft.com> wrote: ...
>>>>
>>>> My Company Proxy. Port 443/22. SSH is Blocked. So when I repo sync,
>>>
>>> ...
>>>
>>> Please take a look on following links, which might help:
>>>
>>> https://source.android.com/source/downloading.html#troubleshooting-net
>>> work-issues
>>>
>>> http://elinux.org/Using_git_with_a_proxy
>>>
>>> It is a little tricky but should work.
>>>
>>> Best Wishes,
>>
>>
>>> git config --global url."https://".insteadOf git://
>>
>>
>>> Regards,
>>> Nikolay
>>
>>
>> [侯名] Thank you for your suggestion.
>>                 I used your method, Configuring the proxy(user:password)
>> and git(https instead of git).
>>                 still does not work.
>>                 And the error is the same as before.
>
>
> Ahh, ok. I understood why it doesn't work. Here's a fixed manifest.xml,
> which should work through your firewall:
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <manifest>
>
>   <default sync-j="4" revision="master"/>
>
>   <remote fetch="https://git.yoctoproject.org/git" name="yocto"/>
>   <remote fetch="https://github.com/Freescale" name="freescale"/>
>   <remote fetch="https://github.com/openembedded" name="oe"/>
>
>   <project remote="yocto" revision="dizzy" name="poky" path="sources/poky"/>
>   <project remote="yocto" revision="dizzy" name="meta-fsl-arm"
> path="sources/meta-fsl-arm"/>
>
>   <project remote="oe" revision="dizzy" name="meta-openembedded"
> path="sources/meta-openembedded"/>
>
>   <project remote="freescale" revision="dizzy" name="fsl-community-bsp-base"
> path="sources/base">
>         <copyfile dest="README" src="README"/>
>         <copyfile dest="setup-environment" src="setup-environment"/>
>   </project>
>
>   <project remote="freescale" revision="dizzy" name="meta-fsl-arm-extra"
> path="sources/meta-fsl-arm-extra"/>
>   <project remote="freescale" revision="dizzy" name="meta-fsl-demos"
> path="sources/meta-fsl-demos"/>
>   <project remote="freescale" revision="dizzy" name="Documentation"
> path="sources/Documentation"/>
>
> </manifest>

You could send a patch for dizzy and master changing to use https?
this does not seem to offer any drawback AFAIK and would make
community life eaiser ;)

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "Repo Sync" FAILED: how to by-pass companies proxies ?
  2015-04-03 18:18         ` Otavio Salvador
@ 2015-04-04  6:37           ` Nikolay Dimitrov
  0 siblings, 0 replies; 9+ messages in thread
From: Nikolay Dimitrov @ 2015-04-04  6:37 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: 侯名, meta-freescale

Hi Otavio,

On 04/03/2015 09:18 PM, Otavio Salvador wrote:
> Hello,
>
> On Fri, Apr 3, 2015 at 9:55 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
>> On 04/03/2015 12:26 PM, 侯名 wrote:
>>>
>>> -----Original Message-----
>>> From: Nikolay Dimitrov [mailto:picmaster@mail.bg]
>>> Sent: Friday, April 03, 2015 11:41 AM
>>> To: Otavio Salvador; 侯名
>>> Cc: meta-freescale@yoctoproject.org
>>> Subject: Re: [meta-freescale] "Repo Sync" FAILED: how to by-pass companies
>>> proxies ?
>>>
>>> On 04/03/2015 06:08 AM, Otavio Salvador wrote:
>>>>
>>>> Hello Sir,
>>>>
>>>> On Thu, Apr 2, 2015 at 11:51 PM, 侯名 <houm@neusoft.com> wrote: ...
>>>>>
>>>>> My Company Proxy. Port 443/22. SSH is Blocked. So when I repo sync,
>>>>
>>>> ...
>>>>
>>>> Please take a look on following links, which might help:
>>>>
>>>> https://source.android.com/source/downloading.html#troubleshooting-net
>>>> work-issues
>>>>
>>>> http://elinux.org/Using_git_with_a_proxy
>>>>
>>>> It is a little tricky but should work.
>>>>
>>>> Best Wishes,
>>>
>>>
>>>> git config --global url."https://".insteadOf git://
>>>
>>>
>>>> Regards,
>>>> Nikolay
>>>
>>>
>>> [侯名] Thank you for your suggestion.
>>>                  I used your method, Configuring the proxy(user:password)
>>> and git(https instead of git).
>>>                  still does not work.
>>>                  And the error is the same as before.
>>
>>
>> Ahh, ok. I understood why it doesn't work. Here's a fixed manifest.xml,
>> which should work through your firewall:
>>
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <manifest>
>>
>>    <default sync-j="4" revision="master"/>
>>
>>    <remote fetch="https://git.yoctoproject.org/git" name="yocto"/>
>>    <remote fetch="https://github.com/Freescale" name="freescale"/>
>>    <remote fetch="https://github.com/openembedded" name="oe"/>
>>
>>    <project remote="yocto" revision="dizzy" name="poky" path="sources/poky"/>
>>    <project remote="yocto" revision="dizzy" name="meta-fsl-arm"
>> path="sources/meta-fsl-arm"/>
>>
>>    <project remote="oe" revision="dizzy" name="meta-openembedded"
>> path="sources/meta-openembedded"/>
>>
>>    <project remote="freescale" revision="dizzy" name="fsl-community-bsp-base"
>> path="sources/base">
>>          <copyfile dest="README" src="README"/>
>>          <copyfile dest="setup-environment" src="setup-environment"/>
>>    </project>
>>
>>    <project remote="freescale" revision="dizzy" name="meta-fsl-arm-extra"
>> path="sources/meta-fsl-arm-extra"/>
>>    <project remote="freescale" revision="dizzy" name="meta-fsl-demos"
>> path="sources/meta-fsl-demos"/>
>>    <project remote="freescale" revision="dizzy" name="Documentation"
>> path="sources/Documentation"/>
>>
>> </manifest>
>
> You could send a patch for dizzy and master changing to use https?
> this does not seem to offer any drawback AFAIK and would make
> community life eaiser ;)

The only drawback I see is the slightly increased initial repo sync
time (tested with dizzy):

git:  3m25.530s
http: 3m41.163s (+7.6%)

This seems like an acceptable trade-off. I'll send the patches.

Regards,
Nikolay


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "Repo Sync" FAILED: how to by-pass companies proxies ?
  2015-04-03 12:55       ` Nikolay Dimitrov
  2015-04-03 18:18         ` Otavio Salvador
@ 2015-04-07  6:54         ` 侯名
  2015-04-07 12:14           ` Otavio Salvador
  1 sibling, 1 reply; 9+ messages in thread
From: 侯名 @ 2015-04-07  6:54 UTC (permalink / raw)
  To: 'Nikolay Dimitrov'; +Cc: meta-freescale, 'Otavio Salvador'


> -----Original Message-----
> From: Nikolay Dimitrov [mailto:picmaster@mail.bg]
> Sent: Friday, April 03, 2015 8:56 PM
> To: 侯名
> Cc: 'Otavio Salvador'; meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] "Repo Sync" FAILED: how to by-pass companies
> proxies ?
> 
> Hi Hou Ming,
> 
> On 04/03/2015 12:26 PM, 侯名 wrote:
> > -----Original Message-----
> > From: Nikolay Dimitrov [mailto:picmaster@mail.bg]
> > Sent: Friday, April 03, 2015 11:41 AM
> > To: Otavio Salvador; 侯名
> > Cc: meta-freescale@yoctoproject.org
> > Subject: Re: [meta-freescale] "Repo Sync" FAILED: how to by-pass companies
> proxies ?
> >
> > On 04/03/2015 06:08 AM, Otavio Salvador wrote:
> >> Hello Sir,
> >>
> >> On Thu, Apr 2, 2015 at 11:51 PM, 侯名 <houm@neusoft.com> wrote: ...
> >>> My Company Proxy. Port 443/22. SSH is Blocked. So when I repo sync,
> >> ...
> >>
> >> Please take a look on following links, which might help:
> >>
> >> https://source.android.com/source/downloading.html#troubleshooting-ne
> >> t
> >> work-issues
> >>
> >> http://elinux.org/Using_git_with_a_proxy
> >>
> >> It is a little tricky but should work.
> >>
> >> Best Wishes,
> >
> >> git config --global url."https://".insteadOf git://
> >
> >> Regards,
> >> Nikolay
> >
> > [侯名] Thank you for your suggestion.
> > 		I used your method, Configuring the proxy(user:password) and git(https
> instead of git).
> > 		still does not work.
> > 		And the error is the same as before.
> 
> Ahh, ok. I understood why it doesn't work. Here's a fixed manifest.xml, which should
> work through your firewall:
> 
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <manifest>
> 
>    <default sync-j="4" revision="master"/>
> 
>    <remote fetch="https://git.yoctoproject.org/git" name="yocto"/>
>    <remote fetch="https://github.com/Freescale" name="freescale"/>
>    <remote fetch="https://github.com/openembedded" name="oe"/>
> 
>    <project remote="yocto" revision="dizzy" name="poky"
> path="sources/poky"/>
>    <project remote="yocto" revision="dizzy" name="meta-fsl-arm"
> path="sources/meta-fsl-arm"/>
> 
>    <project remote="oe" revision="dizzy" name="meta-openembedded"
> path="sources/meta-openembedded"/>
> 
>    <project remote="freescale" revision="dizzy"
> name="fsl-community-bsp-base" path="sources/base">
>          <copyfile dest="README" src="README"/>
>          <copyfile dest="setup-environment" src="setup-environment"/>
>    </project>
> 
>    <project remote="freescale" revision="dizzy"
> name="meta-fsl-arm-extra" path="sources/meta-fsl-arm-extra"/>
>    <project remote="freescale" revision="dizzy" name="meta-fsl-demos"
> path="sources/meta-fsl-demos"/>
>    <project remote="freescale" revision="dizzy" name="Documentation"
> path="sources/Documentation"/>
> 
> </manifest>
> 
> 
> > __________________________
> > /*
> >   * Have a nice day :)
> >   * BY MingH
> >   */
> 
> Regards,
> Nikolay

[侯名] 
[侯名] OK. It Works. Thank you SO much. :)
[侯名] A few days before the Ching Ming Festival holiday. 
[侯名] Now give you feedback information.




---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) 
is intended only for the use of the intended recipient and may be confidential and/or privileged of 
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is 
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying 
is strictly prohibited, and may be unlawful.If you have received this communication in error,please 
immediately notify the sender by return e-mail, and delete the original message and all copies from 
your system. Thank you. 
---------------------------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "Repo Sync" FAILED: how to by-pass companies proxies ?
  2015-04-07  6:54         ` 侯名
@ 2015-04-07 12:14           ` Otavio Salvador
  0 siblings, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2015-04-07 12:14 UTC (permalink / raw)
  To: 侯名; +Cc: meta-freescale

On Tue, Apr 7, 2015 at 3:54 AM, 侯名 <houm@neusoft.com> wrote:
...
> [侯名] OK. It Works. Thank you SO much. :)
> [侯名] A few days before the Ching Ming Festival holiday.
> [侯名] Now give you feedback information.

The changes proposed by Nikolay has been merged so you don't need a
custom manifest file anymore.


-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-04-07 12:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-03  2:51 "Repo Sync" FAILED: how to by-pass companies proxies ? 侯名
2015-04-03  3:08 ` Otavio Salvador
2015-04-03  3:41   ` Nikolay Dimitrov
2015-04-03  9:26     ` 侯名
2015-04-03 12:55       ` Nikolay Dimitrov
2015-04-03 18:18         ` Otavio Salvador
2015-04-04  6:37           ` Nikolay Dimitrov
2015-04-07  6:54         ` 侯名
2015-04-07 12:14           ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.