logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git

cron-portage.sh (238B)


  1. #!/bin/sh
  2. export PS4='>> ' ; set -x
  3. emerge -q --sync
  4. for i in "@security" "@world" "@preserved-rebuild"; do emerge -1uvDNq --with-bdeps=y --keep-going --verbose-conflicts $i; done
  5. emerge -catv
  6. eclean -d distfiles
  7. eclean packages