[Buildroot] [PATCH for buildroot-test 1/2] br-reproduce-build: support repository with non standard name

Fabio Porcedda fabio.porcedda at gmail.com
Wed Feb 18 21:14:29 UTC 2015


Use "buildroot" as the name of the cloned repositoy so even if the
existing repository name isn't "buildroot" the script will works fine.

Signed-off-by: Fabio Porcedda <fabio.porcedda at gmail.com>
---
 utils/br-reproduce-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/br-reproduce-build b/utils/br-reproduce-build
index c0dc530..10a2d13 100755
--- a/utils/br-reproduce-build
+++ b/utils/br-reproduce-build
@@ -36,7 +36,7 @@ fi
 wget -O ${BUILD_DIR}/gitid http://autobuild.buildroot.org/results/${BUILD_ID}/gitid
 
 cd ${BUILD_DIR}
-git clone ${BASE_GIT}
+git clone ${BASE_GIT} buildroot
 if [ $? -ne 0 ] ; then
     echo "Cannot clone Buildroot Git repository"
     rm -rf ${BUILD_DIR}
-- 
2.3.0



More information about the buildroot mailing list