From c42339ef09325735138cd59d64636aa61130ad6c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 18 Aug 2014 16:35:10 -0400 Subject: who-wrote-glusterfs: use the set $GITDM_REPO variable Change-Id: Ic119f83fff3930e164f3c81df1c9b60d5eb2d99f BUG: 1131272 Signed-off-by: Patrick Uiterwijk Reviewed-on: http://review.gluster.org/8495 Reviewed-by: Humble Devassy Chirammal Reviewed-by: Niels de Vos Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- extras/who-wrote-glusterfs/who-wrote-glusterfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh b/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh index 7a1896e6a90..70d5964c576 100755 --- a/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh +++ b/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh @@ -28,7 +28,7 @@ check_gitdm() { if [ ! -e "${GITDM_DIR}/gitdm" ] then - git clone --quiet git://git.lwn.net/gitdm.git ${DIRNAME}/gitdm + git clone --quiet ${GITDM_REPO} ${DIRNAME}/gitdm fi } -- cgit