fix mdg repo in link 05/5705/1
authorMike Marchetti <mmarchetti@sandvine.com>
Sun, 19 Nov 2017 16:31:34 +0000 (11:31 -0500)
committerMike Marchetti <mmarchetti@sandvine.com>
Sun, 19 Nov 2017 16:31:34 +0000 (11:31 -0500)
Change-Id: I66b6df8f88a045b23591c17411033e921150e0af
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
tools/generatechangelog-pipeline.sh

index 83a767a..c527c54 100755 (executable)
@@ -7,4 +7,4 @@ TAG_START=$(git tag | sort -Vr | head -1)
 git pull --tags origin master &> /dev/null
 echo "<h1>$REPO_NAME Changelog</h1>"
 echo "<h2>tag: ${TAG_START} -> ${TAG_END}</h2>"
-git log --pretty=format:"<li> <a href=https://osm.etsi.org/gitweb/?p=osm/$i.git;a=commitdiff;h=%H>%h &bull;</a> %s</li> " --reverse  ${TAG_START}..${TAG_END}
+git log --pretty=format:"<li> <a href=https://osm.etsi.org/gitweb/?p=osm/$REPO_NAME.git;a=commitdiff;h=%H>%h &bull;</a> %s</li> " --reverse  ${TAG_START}..${TAG_END}