From ca12835d333cc965239e133c066c7722cc672fc5 Mon Sep 17 00:00:00 2001 From: ChrisMcKenzie Date: Tue, 3 Nov 2015 23:18:59 -0800 Subject: [PATCH] added TODO for hashes --- service/dispatcher.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/dispatcher.go b/service/dispatcher.go index e97745a..cd3e7a9 100644 --- a/service/dispatcher.go +++ b/service/dispatcher.go @@ -115,6 +115,8 @@ func (w *Dispatcher) Work() { } log.Printf("[INF]: Update for %s installed successfully. [hash: %s] [files written: %d]", w.config.Name, meta.Hash, filesWritten) + // TODO(ChrisMcKenzie): hashes should be stored somewhere more + // permanent. w.hash = meta.Hash } else { log.Printf("[INF]: %s is up to date", w.config.Name)