diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2014-08-18 16:35:10 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-08-19 23:34:39 -0700 |
commit | c42339ef09325735138cd59d64636aa61130ad6c (patch) | |
tree | 5e031d6000ffc2b128be8468241d8940c9f619e0 /extras/who-wrote-glusterfs/who-wrote-glusterfs.sh | |
parent | d0a3b4307e40b70d73faf4baed9fa0c930682894 (diff) |
who-wrote-glusterfs: use the set $GITDM_REPO variable
Change-Id: Ic119f83fff3930e164f3c81df1c9b60d5eb2d99f
BUG: 1131272
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Reviewed-on: http://review.gluster.org/8495
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'extras/who-wrote-glusterfs/who-wrote-glusterfs.sh')
-rwxr-xr-x | extras/who-wrote-glusterfs/who-wrote-glusterfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |