You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/05/01 20:50:34 UTC

[incubator-nuttx-testing] 13/41: cibuild.sh: switch to use the recent bitbucket tools repo

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit 447f9a8c82a99f0d617a95db198e639ace83c002
Author: liuhaitao <li...@xiaomi.com>
AuthorDate: Sun Mar 8 07:04:22 2020 +0800

    cibuild.sh: switch to use the recent bitbucket tools repo
    
    Signed-off-by: liuhaitao <li...@xiaomi.com>
---
 cibuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cibuild.sh b/cibuild.sh
index 9c2953a..15e7649 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -35,7 +35,7 @@ function gen-romfs {
 
   if [ ! -f "$prebuilt/genromfs/usr/bin/genromfs" ]; then
     if [ ! -d "$tools" ]; then
-      git clone https://github.com/nuttx/tools.git $tools
+      git clone https://bitbucket.org/nuttx/tools.git $tools
     fi
     mkdir -p $prebuilt; cd $tools
     tar zxf genromfs-0.5.2.tar.gz -C $prebuilt