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>
This commit is contained in:
parent
d0a3b4307e
commit
c42339ef09
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user