Compare commits

..

No commits in common. "9d72355caf1814afe82896a75277f51c57ed296f" and "7d41abd543121c7c5f153acc2a5ed6828af50cb1" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View File

@ -1,6 +1,3 @@
build:
go build
farm001:
./go-nsupdate \
--tsig-algorithm=hmac-sha512 \
@ -53,5 +50,5 @@ make-keys:
sudo tsig-keygen -a hmac-sha512 hpdevone.lab.wit.org
push:
-git commit -a
git commit -a
git push wit jcarr

View File

@ -91,8 +91,8 @@ func main() {
log.Printf("wait...")
if err := update.Done(); err != nil {
log.Printf("update failed: %v", err)
log.Printf("update done: %v", err)
} else {
log.Printf("update worked")
log.Printf("update done")
}
}

View File

@ -228,8 +228,6 @@ func (u *Update) run() {
retryTimer.Reset(retryTimeout)
log.Printf("update retry in %v...", retryTimeout)
log.Printf("only try once")
return
}
}
}