For bug #50738, inform the user about the location of the timestamp file and that...
authorZac Medico <zmedico@gentoo.org>
Thu, 11 Jan 2007 20:39:53 +0000 (20:39 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 11 Jan 2007 20:39:53 +0000 (20:39 -0000)
svn path=/main/trunk/; revision=5565

bin/emerge

index 3c89b48162e50e8dc6436a48115ea87588720697..f65176b1d884a2c31f9ce2b33a5b83469f76ae5d 100755 (executable)
@@ -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