Hey all,
Is there any easy way to get a changelog for the various packages presented by emerge -up?
For example: emerge -up --with-change-log world
It would be nice...
Thanks!
Matt
-- [EMAIL PROTECTED] mailing list
If you mean incremental changes from older versions of packages to newer versions:
emerge -Duvlp world
If you mean how to get all the messages after updating world:
emerge -Duv world | tee /tmp/update.log
grep '01m' /tmp/update.log | sed '/Caching service dependencies/d'If you mean anything else please explain yourself better. :)
-- [EMAIL PROTECTED] mailing list
