Этот коммит содержится в:
belliash 2012-01-18 18:37:39 +01:00
родитель 54b5057c48
Коммит a45b9dfaa8
1 изменённых файлов: 1 добавлений и 0 удалений

1
ezsync
Просмотреть файл

@ -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