From 426b2af903129cda3729c93ac7cfaee4282601a1 Mon Sep 17 00:00:00 2001 From: Sravan Kumar Lakkimsetti Date: Sat, 22 Dec 2018 07:47:56 +0530 Subject: Bug 541598 - Generate gitLog as html report Change-Id: I9c0de4b87c36dafd041018f98bb671c0091a99ea Signed-off-by: Sravan Kumar Lakkimsetti --- production/build-functions.shsource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/build-functions.shsource b/production/build-functions.shsource index 65e41e295..61b420258 100755 --- a/production/build-functions.shsource +++ b/production/build-functions.shsource @@ -558,7 +558,7 @@ fn-tag-build-inputs () TMP_GIT_LOG=${TMP_DIR}/gitlog.txt echo -e "

Git log from ${lastTag} (previous) to ${BUILD_ID} (current)

" > ${GITLOG_FILE} echo -e "

The tagging, and this report, were done at about $REPORTTIMESTAMP

" >> ${GITLOG_FILE} - git log ${lastTag}..${BUILD_ID} --date=short --format=format:"%cd%s%aN">> ${TMP_GIT_LOG} + git log ${lastTag}..${BUILD_ID} --date=short --format=format:"%cd%s%aN"> ${TMP_GIT_LOG} FILESIZE1=$(stat -c%s ${TMP_GIT_LOG}) if [ $FILESIZE1 -eq 0 ] then -- cgit v1.2.3