All of lore.kernel.org
 help / color / mirror / Atom feed
* [tisdk-build-scripts][PATCH] config-build-env: clone oe-layersetup over http
@ 2016-08-02 23:55 Denys Dmytriyenko
  0 siblings, 0 replies; only message in thread
From: Denys Dmytriyenko @ 2016-08-02 23:55 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Cloning oe-layersetup from tisdk-build-scripts is mostly for read-only
purposes, so it's safe to use http and is less stressfull on the server.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 lib/oesdk/config-build-env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/oesdk/config-build-env b/lib/oesdk/config-build-env
index 5f12c69..2d1d74e 100644
--- a/lib/oesdk/config-build-env
+++ b/lib/oesdk/config-build-env
@@ -21,7 +21,7 @@ checkout_layer_scripts() {
 
     if [ ! -d $name ]
     then
-        git clone git://arago-project.org/git/projects/oe-layersetup.git $name
+        git clone http://arago-project.org/git/projects/oe-layersetup.git $name
     elif [ -d $name/.git ]
     then
         #This looks to be a git repo.  Hopefully it is the right one :)
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-02 23:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-02 23:55 [tisdk-build-scripts][PATCH] config-build-env: clone oe-layersetup over http Denys Dmytriyenko

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.