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 <[email protected]> AuthorDate: Sun Mar 8 07:04:22 2020 +0800 cibuild.sh: switch to use the recent bitbucket tools repo Signed-off-by: liuhaitao <[email protected]> --- 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
