Replace Change-Ids with links to Gerrit 93/29293/2
authorStephen Kitt <skitt@redhat.com>
Thu, 5 Nov 2015 09:19:12 +0000 (10:19 +0100)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 11 Nov 2015 13:37:54 +0000 (08:37 -0500)
Change-Id: I428c991494fd814e4fbafb0d49cce83ca757e9ac
Signed-off-by: Stephen Kitt <skitt@redhat.com>
jjb/autorelease/include-raw-generate-project-report.sh

index 3cbfd405bf1ec16c42d626fb56709ce5c40d1b00..e78f64a8db92896903f0e04cf1f3cb6242b596fb 100644 (file)
@@ -23,6 +23,6 @@ for p in $projects; do
     echo "" >> $GIT_REPORT_FILE
 
     cd $WORKSPACE/$p
-    git log --after="1 week ago" >> $GIT_REPORT_FILE
+    git log --after="1 week ago" | sed 'sX^    Change-Id: X    -> https://git.opendaylight.org/gerrit/r/X' >> $GIT_REPORT_FILE
     cd $WORKSPACE
 done