Versionscheck logging

This commit is contained in:
Ruud
2011-10-02 22:01:45 +02:00
parent 51f718591a
commit e9cd3e2332
+2
View File
@@ -68,6 +68,8 @@ class Updater(Plugin):
local = self.repo.getHead()
remote = branch.getHead()
log.info('Versions, local:%s, remote:%s' % (local.hash[:8], remote.hash[:8]))
if local.getDate() < remote.getDate():
if self.conf('automatic') and not self.update_failed:
self.doUpdate()