public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9283 - main/trunk/pym/_emerge
@ 2008-02-08  0:12 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-02-08  0:12 UTC (permalink / raw
  To: gentoo-commits

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
===================================================================
--- 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'." % servertimestampfile
 					print ">>>"
 					print
+					exitcode = 1
 				elif (servertimestamp == 0) or (servertimestamp > mytimestamp):
 					# actual sync
 					mycommand = rsynccommand + [dosyncuri+"/", myportdir]

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-08  0:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-08  0:12 [gentoo-commits] portage r9283 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox