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

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.