finally push data

This commit is contained in:
belliash 2012-01-16 13:28:40 +01:00
bovenliggende 814b9a406b
commit 3e995a8195
1 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen

6
ezsync
Bestand weergeven

@ -211,5 +211,11 @@ for MODULE in ${MODULES_POSTCOMMIT}; do
unloadModule
done
# Optionally commit all changes to remote Portage repository
if ! isEnabled ${EZOPT_NOPUSH}; then
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!"
fi
# Finally quit the application
quit