print information

Bu işleme şunda yer alıyor:
belliash 2012-01-18 18:37:39 +01:00
ebeveyn 54b5057c48
işleme a45b9dfaa8
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme

1
ezsync
Dosyayı Görüntüle

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