print information

This commit is contained in:
belliash 2012-01-18 18:37:39 +01:00
vecāks 54b5057c48
revīzija a45b9dfaa8
1 mainīti faili ar 1 papildinājumiem un 0 dzēšanām

1
ezsync
Parādīt failu

@ -202,6 +202,7 @@ run "FEATURES="metadata-transfer" PORTDIR="${PORTAGESDIR}/${PORTAGE_BUILD[0]}" e
# Optionally commit all changes to remote Portage repository
if ! isEnabled ${EZOPT_NOPUSH}; then
printInfo "Sending constructed Portage update..."
pushRepository ${PORTAGESDIR}/${PORTAGE_BUILD[0]} ${PORTAGE_BUILD[1]} "Automatic update [$(date +"${PUSHDATEFORMAT}")]."
[ ${?} -ne 0 ] && die "Ezbuild was unable to record changes to the remote Portage repository!" 64
fi