diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-07-14 19:57:51 +0200 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-07-14 19:57:51 +0200 |
commit | 0177e1f7ae6726e718a72375865e42093937b65f (patch) | |
tree | 0172a28215be7ade21183019c7a71b6d7ea162a3 /scripts | |
parent | oss-driver: Improve description (diff) | |
download | angelos-0177e1f7ae6726e718a72375865e42093937b65f.tar.gz angelos-0177e1f7ae6726e718a72375865e42093937b65f.tar.bz2 angelos-0177e1f7ae6726e718a72375865e42093937b65f.zip |
sync: Run eclean with -q
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sync.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh index 9e435c5..5f0d438 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -31,8 +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 "Cleaning distfiles" "eclean-dist -q" +run "Cleaning packages" "eclean-pkg -q" 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" |