Regenerate cache

这个提交包含在:
belliash 2012-01-16 13:04:02 +01:00
父节点 965777f0df
当前提交 e9e05e9b74
共有 1 个文件被更改,包括 5 次插入0 次删除

5
ezsync
查看文件

@ -182,5 +182,10 @@ for OVERLAY in ${MERGED_PORTAGE[*]}; do
fi
done
# Regenerate Portage cache
printInfo "Updating constructed Portage cache..."
run "FEATURES="metadata-transfer" PORTDIR="${PORTAGESDIR}/${PORTAGE_BUILD[0]}" egencache --update --portdir=${PORTAGESDIR}/${PORTAGE_BUILD[0]} --jobs=${MAXJOBS} --tolerant"
[ ${?} -ne 0 ] && die "EzBuild was unable to regenerate cache!"
# Finally quit the application
quit