From b34aa973466e1c1b6d0380858be1e51a6b5f3dc4 Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 10 Jan 2012 19:02:24 +0100 Subject: [PATCH] let it synchronize :D --- ezsync | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ezsync b/ezsync index dd4aaaa..a478843 100755 --- a/ezsync +++ b/ezsync @@ -89,3 +89,8 @@ trap 'die "Process killed! This may lead into unexpected problems!"' 1 2 3 9 15 printInfo "Loading public keys..." eval `keychain --noask --eval id_dsa id_rsa &> /dev/null` [ ${?} -ne 0 ] && die "EzBuild was unable to load public keys!" 1 + +# Update local copy of Portage that is being built +printInfo "Refreshing local build Portage tree..." +synchronizeRepository ${PORTAGESDIR}/${PORTAGE_BUILD[0]} ${PORTAGE_BUILD[1]} ${PORTAGE_BUILD[2]} ${PORTAGE_BUILD[3]} +[ ${?} -ne 0 ] && die "EzBuild was unable to refresh local copy of build Portage tree!"