From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JNGrA-0001vy-Ej for garchives@archives.gentoo.org; Fri, 08 Feb 2008 00:12:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F08D6E0516; Fri, 8 Feb 2008 00:12:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C676AE0516 for ; Fri, 8 Feb 2008 00:12:39 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 4189D65C60 for ; Fri, 8 Feb 2008 00:12:39 +0000 (UTC) Received: from zmedico by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JNGr8-0005hE-AF for gentoo-commits@lists.gentoo.org; Fri, 08 Feb 2008 00:12:38 +0000 To: gentoo-commits@lists.gentoo.org From: "Zac Medico (zmedico)" Subject: [gentoo-commits] portage r9283 - main/trunk/pym/_emerge X-VCS-Repository: portage X-VCS-Revision: 9283 X-VCS-Files: main/trunk/pym/_emerge/__init__.py X-VCS-Directories: main/trunk/pym/_emerge X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Zac Medico Date: Fri, 08 Feb 2008 00:12:38 +0000 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: bc4854d0-6907-4489-88b5-3a8065b9ca8d X-Archives-Hash: 38c63f18f8471b19f68eedb4d33db3e9 Author: zmedico Date: 2008-02-08 00:12:37 +0000 (Fri, 08 Feb 2008) New Revision: 9283 Modified: main/trunk/pym/_emerge/__init__.py Log: Bug #209144 - For emerge --sync, don't return 0 when the server is out of date. Modified: main/trunk/pym/_emerge/__init__.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- main/trunk/pym/_emerge/__init__.py 2008-02-07 23:40:30 UTC (rev 9282) +++ main/trunk/pym/_emerge/__init__.py 2008-02-08 00:12:37 UTC (rev 9283) @@ -5624,6 +5624,7 @@ print ">>> In order to force sync, remove '%s'." % servertimestampf= ile print ">>>" print + exitcode =3D 1 elif (servertimestamp =3D=3D 0) or (servertimestamp > mytimestamp): # actual sync mycommand =3D rsynccommand + [dosyncuri+"/", myportdir] --=20 gentoo-commits@lists.gentoo.org mailing list