From: Zac Medico Date: Fri, 8 Feb 2008 00:14:04 +0000 (-0000) Subject: Bug #209144 - For emerge --sync, don't return 0 when the server X-Git-Tag: v2.1.4.4~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f92603f0fdfe08baf2d4a253fe0d79cf3cb1da27;p=portage.git Bug #209144 - For emerge --sync, don't return 0 when the server is out of date. (trunk r9283) svn path=/main/branches/2.1.2/; revision=9284 --- diff --git a/bin/emerge b/bin/emerge index 818a37030..beb9fb614 100755 --- a/bin/emerge +++ b/bin/emerge @@ -5172,6 +5172,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction): 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]