From f851747006de67283c9d2d8cca53e76c4dc8d98a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 11 Jan 2007 20:39:53 +0000 Subject: 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 --- bin/emerge | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/emerge b/bin/emerge index 3c89b481..f65176b1 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 -- cgit v1.2.3