diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-07-13 20:08:41 +0200 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-07-13 20:08:41 +0200 |
commit | 7fb955e5cd9227afd7ed5bcbda780fa86d472e1a (patch) | |
tree | ec8463bb9cf62de42240926ab5c0b4f57ef8ffb9 /scripts | |
parent | chaosvpn: Bump to 2.10 (diff) | |
download | angelos-7fb955e5cd9227afd7ed5bcbda780fa86d472e1a.tar.gz angelos-7fb955e5cd9227afd7ed5bcbda780fa86d472e1a.tar.bz2 angelos-7fb955e5cd9227afd7ed5bcbda780fa86d472e1a.zip |
Run eclean-dist and eclean-pkg after sync
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sync.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh index 0916dff..9e435c5 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -31,6 +31,8 @@ for x in $(portageq portdir_overlay); do update_overlay "$x" done run "Regenerating cache" "egencache --update --jobs=4" +run "Cleaning distfiles" "eclean-dist" +run "Cleaning packages" "eclean-pkg" run "Regenerating use.local.desc" "egencache --update-use-local-desc" cp /var/cache/eix /tmp/eix-cache.old run "Updating eix cache" "eix-update --quiet" |