On Tue, 14 Jun 2005 13:21:33 +0200, Holly Bostick wrote: > Indeed it is.... as long as you remember to update-eix after an esync > (or emerge sync). Gotta put that in as a cron job or something-- or is > there a better way to keep the index current?
I run this script as a cron job in the early hours
#!/bin/bash
emerge --sync
emerge world --update --deep --newuse --pretend --verbose \
| Mail -s "Updated packages for $(hostname)" neil
glsa-check 2>/dev/null --test all | Mail -s "GLSA check on $(hostname)" neil
update-eix
emerge world -uDNf &>/dev/null
--
Neil Bothwick
McBorg: Over 50 million assimilated!
pgp5lh388bjdh.pgp
Description: PGP signature

