Hi, list

I'd like to automate a full re-emerging and to get a record of all
packages that failed. Something like:

##

  emerge -e world || {

  echo "$CATEGORY/$PN" >>failed.txt

  while ! emerge --resume --skipfirst
    do
      echo "$CATEGORY/$PN" >> failed.txt
    done
  }

##


Any ideas how to achieve this?


-- 
Best regards,
Daniel
-- 
[EMAIL PROTECTED] mailing list

Reply via email to