From: Zac Medico Date: Thu, 11 Jan 2007 20:39:53 +0000 (-0000) Subject: For bug #50738, inform the user about the location of the timestamp file and that... X-Git-Tag: v2.1.2~66 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f851747006de67283c9d2d8cca53e76c4dc8d98a;p=portage.git For bug #50738, inform the user about the location of the timestamp file and that it can be removed to force sync. svn path=/main/trunk/; revision=5565 --- diff --git a/bin/emerge b/bin/emerge index 3c89b4816..f65176b1d 100755 --- a/bin/emerge +++ b/bin/emerge @@ -3855,6 +3855,8 @@ def action_sync(settings, trees, mtimedb, myopts, myaction): print ">>> Timestamps on the server and in the local repository are the same." print ">>> Cancelling all further sync action. You are already up to date." print ">>>" + print ">>> In order to force sync, remove '%s'." % tmpservertimestampfile + print ">>>" print sys.exit(0) elif (servertimestamp != 0) and (servertimestamp < mytimestamp): @@ -3864,6 +3866,8 @@ def action_sync(settings, trees, mtimedb, myopts, myaction): print ">>>" print ">>> SERVER OUT OF DATE: %s" % dosyncuri print ">>>" + print ">>> In order to force sync, remove '%s'." % tmpservertimestampfile + print ">>>" print elif (servertimestamp == 0) or (servertimestamp > mytimestamp): # actual sync