Bug 467542 - Fix for CVS change message. r=nelson
git-svn-id: svn://10.0.0.236/trunk@255551 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -164,8 +164,8 @@ cvs_checkout()
|
||||
[ ${RET} -eq 0 ] || return ${RET}
|
||||
|
||||
if [ -f ${DATADIR}.cvs ]; then
|
||||
diff -U4 ${LOG_TMP} ${DATADIR}.cvs | grep -i "Repository revision:" >> ${LOG_ALL}
|
||||
if [ $? -ne 0 ]; then
|
||||
diff -U4 ${DATADIR}.cvs ${LOG_TMP} | grep -i "Repository revision:" >> ${LOG_ALL}
|
||||
if [ $? -eq 0 ]; then
|
||||
print_log "CVS change detected"
|
||||
echo "TinderboxPrint:CVS change" >> ${LOG_ALL}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user