From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QhQAq-0001WJ-18 for garchives@archives.gentoo.org; Thu, 14 Jul 2011 17:58:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EF2821C0CF; Thu, 14 Jul 2011 17:57:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0CD9A21C0CF for ; Thu, 14 Jul 2011 17:57:58 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CF872AC03B for ; Thu, 14 Jul 2011 17:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 98D9180042 for ; Thu, 14 Jul 2011 17:57:57 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <0177e1f7ae6726e718a72375865e42093937b65f.angelos@gentoo> Subject: [gentoo-commits] dev/angelos:master commit in: scripts/ X-VCS-Repository: dev/angelos X-VCS-Files: scripts/sync.sh X-VCS-Directories: scripts/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 0177e1f7ae6726e718a72375865e42093937b65f Date: Thu, 14 Jul 2011 17:57:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7cac73bb9b6d9d52121db40c6bd7af05 commit: 0177e1f7ae6726e718a72375865e42093937b65f Author: Christoph Mende gentoo org> AuthorDate: Thu Jul 14 17:57:51 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Thu Jul 14 17:57:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/angelos.git;a=3D= commit;h=3D0177e1f7 sync: Run eclean with -q --- 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=3D4" -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"