All of lore.kernel.org
 help / color / mirror / Atom feed
* [fsl-community-bsp-platform][dizzy][PATCH] default.xml: Switch to HTTPS protocol
@ 2015-04-04  7:15 Nikolay Dimitrov
  2015-04-04  7:15 ` [fsl-community-bsp-platform][PATCH] " Nikolay Dimitrov
  0 siblings, 1 reply; 5+ messages in thread
From: Nikolay Dimitrov @ 2015-04-04  7:15 UTC (permalink / raw)
  To: meta-freescale

Some Yocto users have issues using git protocol behind firewalls. This patch
changes the default repo protocol to HTTPS, and also changes OpenEmbedded's
URL to the github.com mirror, as git.openembedded.org doesn't allow fetching
through HTTPS.

Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
---
 default.xml |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/default.xml b/default.xml
index a0d85bc..4350796 100644
--- a/default.xml
+++ b/default.xml
@@ -3,9 +3,9 @@
 
   <default sync-j="4" revision="master"/>
 
-  <remote fetch="git://git.yoctoproject.org" name="yocto"/>
-  <remote fetch="git://github.com/Freescale" name="freescale"/>
-  <remote fetch="git://git.openembedded.org" name="oe"/>
+  <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="master" name="poky" path="sources/poky"/>
   <project remote="yocto" revision="master" name="meta-fsl-arm" path="sources/meta-fsl-arm"/>
-- 
1.7.10.4



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

* [fsl-community-bsp-platform][PATCH] default.xml: Switch to HTTPS protocol
  2015-04-04  7:15 [fsl-community-bsp-platform][dizzy][PATCH] default.xml: Switch to HTTPS protocol Nikolay Dimitrov
@ 2015-04-04  7:15 ` Nikolay Dimitrov
  2015-04-06 18:41   ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Nikolay Dimitrov @ 2015-04-04  7:15 UTC (permalink / raw)
  To: meta-freescale

Some Yocto users have issues using git protocol behind firewalls. This patch
changes the default repo protocol to HTTPS, and also changes OpenEmbedded's
URL to the github.com mirror, as git.openembedded.org doesn't allow fetching
through HTTPS.

Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
---
 default.xml |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/default.xml b/default.xml
index b5dfde4..837251b 100644
--- a/default.xml
+++ b/default.xml
@@ -3,9 +3,9 @@
 
   <default sync-j="4" revision="master"/>
 
-  <remote fetch="git://git.yoctoproject.org" name="yocto"/>
-  <remote fetch="git://github.com/Freescale" name="freescale"/>
-  <remote fetch="git://git.openembedded.org" name="oe"/>
+  <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"/>
-- 
1.7.10.4



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

* Re: [fsl-community-bsp-platform][PATCH] default.xml: Switch to HTTPS protocol
  2015-04-04  7:15 ` [fsl-community-bsp-platform][PATCH] " Nikolay Dimitrov
@ 2015-04-06 18:41   ` Otavio Salvador
  2015-04-06 21:01     ` Nikolay Dimitrov
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2015-04-06 18:41 UTC (permalink / raw)
  To: Nikolay Dimitrov; +Cc: meta-freescale

On Sat, Apr 4, 2015 at 4:15 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> Some Yocto users have issues using git protocol behind firewalls. This patch
> changes the default repo protocol to HTTPS, and also changes OpenEmbedded's
> URL to the github.com mirror, as git.openembedded.org doesn't allow fetching
> through HTTPS.
>
> Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>

I applied both changes. It took me a while to realise you inverted the
subject prefix when sending but otherwise it applied fine.

-- 
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] 5+ messages in thread

* Re: [fsl-community-bsp-platform][PATCH] default.xml: Switch to HTTPS protocol
  2015-04-06 18:41   ` Otavio Salvador
@ 2015-04-06 21:01     ` Nikolay Dimitrov
  2015-04-06 21:03       ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Nikolay Dimitrov @ 2015-04-06 21:01 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

Hi Otavio,

On 04/06/2015 09:41 PM, Otavio Salvador wrote:
> On Sat, Apr 4, 2015 at 4:15 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
>> Some Yocto users have issues using git protocol behind firewalls. This patch
>> changes the default repo protocol to HTTPS, and also changes OpenEmbedded's
>> URL to the github.com mirror, as git.openembedded.org doesn't allow fetching
>> through HTTPS.
>>
>> Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
>
> I applied both changes. It took me a while to realise you inverted the
> subject prefix when sending but otherwise it applied fine.

Oops, sorry about that, probably I need more coffee. What should be the
proper one?

Regards,
Nikolay


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

* Re: [fsl-community-bsp-platform][PATCH] default.xml: Switch to HTTPS protocol
  2015-04-06 21:01     ` Nikolay Dimitrov
@ 2015-04-06 21:03       ` Otavio Salvador
  0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2015-04-06 21:03 UTC (permalink / raw)
  To: Nikolay Dimitrov; +Cc: meta-freescale

On Mon, Apr 6, 2015 at 6:01 PM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> Hi Otavio,
>
> On 04/06/2015 09:41 PM, Otavio Salvador wrote:
>>
>> On Sat, Apr 4, 2015 at 4:15 AM, Nikolay Dimitrov <picmaster@mail.bg>
>> wrote:
>>>
>>> Some Yocto users have issues using git protocol behind firewalls. This
>>> patch
>>> changes the default repo protocol to HTTPS, and also changes
>>> OpenEmbedded's
>>> URL to the github.com mirror, as git.openembedded.org doesn't allow
>>> fetching
>>> through HTTPS.
>>>
>>> Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
>>
>>
>> I applied both changes. It took me a while to realise you inverted the
>> subject prefix when sending but otherwise it applied fine.
>
>
> Oops, sorry about that, probably I need more coffee. What should be the
> proper one?

You sent dizzy as master and master as dizzy. I sorted it out ;-) (I
had enough coffee :P)

-- 
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] 5+ messages in thread

end of thread, other threads:[~2015-04-06 21:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-04  7:15 [fsl-community-bsp-platform][dizzy][PATCH] default.xml: Switch to HTTPS protocol Nikolay Dimitrov
2015-04-04  7:15 ` [fsl-community-bsp-platform][PATCH] " Nikolay Dimitrov
2015-04-06 18:41   ` Otavio Salvador
2015-04-06 21:01     ` Nikolay Dimitrov
2015-04-06 21:03       ` 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.