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 1RY0Gg-0001bj-DJ for garchives@archives.gentoo.org; Tue, 06 Dec 2011 19:01:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC82721C1E1; Tue, 6 Dec 2011 19:01:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 790DF21C1E1 for ; Tue, 6 Dec 2011 19:01:21 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00D141B401D for ; Tue, 6 Dec 2011 19:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 76A8280042 for ; Tue, 6 Dec 2011 19:01:19 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/emerge-webrsync X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: a26868215843b35038110bfedf57c1107f65aa70 Date: Tue, 6 Dec 2011 19:01:19 +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: 1d1b32af-dd24-4c10-b3e5-f2e8159ab466 X-Archives-Hash: 8132f4cc0ec092aa4b263ca2329ea696 commit: a26868215843b35038110bfedf57c1107f65aa70 Author: Zac Medico gentoo org> AuthorDate: Tue Dec 6 19:01:10 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Dec 6 19:01:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Da2686821 emerge-webrsync: call emerge --check-news --- bin/emerge-webrsync | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync index e5c5300..f7888d3 100755 --- a/bin/emerge-webrsync +++ b/bin/emerge-webrsync @@ -212,6 +212,7 @@ sync_local() { emerge --metadata fi [ -x /etc/portage/bin/post_sync ] && /etc/portage/bin/post_sync + has news ${FEATURES} && emerge --check-news return 0 } =20