update message

This commit is contained in:
belliash 2012-01-16 13:29:50 +01:00
부모 3e995a8195
커밋 f623ba53be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

2
ezsync
파일 보기

@ -162,7 +162,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 overlay update [$(date +"${PUSHDATEFORMAT}")]."
pushRepository ${OVERLAYSDIR}/${OVERLAY_BUILD[0]} ${OVERLAY_BUILD[1]} "Automatic update [$(date +"${PUSHDATEFORMAT}")]."
[ ${?} -ne 0 ] && die "Ezbuild was unable to record changes to the remote overlay repository!" 8
fi
fi