summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-07-14 19:57:51 +0200
committerChristoph Mende <angelos@gentoo.org>2011-07-14 19:57:51 +0200
commit0177e1f7ae6726e718a72375865e42093937b65f (patch)
tree0172a28215be7ade21183019c7a71b6d7ea162a3
parentoss-driver: Improve description (diff)
downloadangelos-0177e1f7ae6726e718a72375865e42093937b65f.tar.gz
angelos-0177e1f7ae6726e718a72375865e42093937b65f.tar.bz2
angelos-0177e1f7ae6726e718a72375865e42093937b65f.zip
sync: Run eclean with -q
-rwxr-xr-xscripts/sync.sh4
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"