Add eix-test-obsolete test
This commit is contained in:
parent
4709caba4c
commit
962d57a035
|
@ -25,6 +25,10 @@ if [ "$(grep '\[ebuild U' ${TMP_FILE})" != '' ]; then
|
|||
fi
|
||||
emerge -p --depclean --with-bdeps\=y >> ${MAIL}
|
||||
|
||||
eix-test-obsolete \
|
||||
| grep -Pv '^No|^Skipping|[Aa]ll.*packages are in the database' \
|
||||
>> ${MAIL}
|
||||
|
||||
cat ${MAIL} | sendmail -t root@$(hostname -f)
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue