Skip to content

Commit

Permalink
Adding InfluxDB 'go vet' command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross McDonald committed Feb 9, 2016
1 parent c3f1567 commit 5921526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
VENDOR = "InfluxData"
DESCRIPTION = "Distributed time-series database."

go_vet_command = ["go", "tool", "vet", "-composites=true", "./"]
prereqs = [ 'git', 'go' ]
optional_prereqs = [ 'gvm', 'fpm', 'rpmbuild' ]

Expand Down Expand Up @@ -502,7 +503,6 @@ def go_get(branch, platform=None, update=False, no_stash=False):

print "Moving back to branch '{}'...".format(branch)
run("git checkout {}".format(branch))

return True

def generate_md5_from_file(path):
Expand Down

0 comments on commit 5921526

Please sign in to comment.