change message

这个提交包含在:
belliash 2012-01-31 13:08:53 +01:00
父节点 cd4c58c909
当前提交 43004cd0dc
共有 1 个文件被更改,包括 1 次插入1 次删除

2
ezsync
查看文件

@ -197,7 +197,7 @@ if isSet MERGED_OVERLAY && isSet OVERLAY_BUILD; then
[ ${?} -ne 0 ] && fail "EzBuild was unable to merge ebuilds into overlay!" 8
done
if ! isEnabled ${EZOPT_NOPUSH}; then
pushRepository ${OVERLAYSDIR}/${OVERLAY_BUILD[0]} ${OVERLAY_BUILD[1]} "Automatic update [$(date +"${PUSHDATEFORMAT}")]."
pushRepository ${OVERLAYSDIR}/${OVERLAY_BUILD[0]} ${OVERLAY_BUILD[1]} "Automatic overlay update [$(date +"${PUSHDATEFORMAT}")]."
[ ${?} -ne 0 ] && die "Ezbuild was unable to record changes to the remote overlay repository!" 8
fi
fi