Skip to content

Commit

Permalink
Updated go version to 1.5.3, updated vendored packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliy-t committed Jan 23, 2016
1 parent f84a1e9 commit 3fb1361
Show file tree
Hide file tree
Showing 189 changed files with 6,980 additions and 6,577 deletions.
119 changes: 28 additions & 91 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ rel/kanban_x86_64_linux: clean build templates/templates.go web/web.go $(find $(
-e GO15VENDOREXPERIMENT=1 \
-e CGO_ENABLED=0 \
--entrypoint=/usr/local/go/bin/go \
golang:1.5.2 build -ldflags '-s' -v -o $@
golang:1.5.3 build -ldflags '-s' -v -o $@

rel/kanban_x86_64_darwin: clean build templates/templates.go web/web.go $(find $(CURDIR) -name "*.go" -type f)
@docker run --rm \
Expand All @@ -73,7 +73,7 @@ rel/kanban_x86_64_darwin: clean build templates/templates.go web/web.go $(find $
-e GO15VENDOREXPERIMENT=1 \
-e CGO_ENABLED=0 \
--entrypoint=/usr/local/go/bin/go \
golang:1.5.2 build -ldflags '-s' -v -o $@
golang:1.5.3 build -ldflags '-s' -v -o $@

release: rel/kanban_x86_64_linux
@docker build -t $(IMAGE) .
Expand Down Expand Up @@ -107,7 +107,7 @@ tmp/go/pkg/:
-w $(CWD) \
-e GO15VENDOREXPERIMENT=1 \
--entrypoint=/usr/local/go/bin/go \
golang:1.5.2 install -v
golang:1.5.3 install -v

dev : DEBUG=-debug

Expand All @@ -124,6 +124,6 @@ dev: watch templates/templates.go web/web.go dev_redis tmp/go/pkg/
-e KANBAN_GITLAB_SECRET=$(KANBAN_GITLAB_SECRET) \
-e KANBAN_REDIS_ADDR=redis:6379 \
--entrypoint=/usr/local/go/bin/go \
golang:1.5.2 run -v main.go server
golang:1.5.3 run -v main.go server

.PHONY: help test build release
4 changes: 4 additions & 0 deletions cmd/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func daemon(c *cobra.Command, a []string) {
Asset: templates.Asset,
AssetDir: templates.AssetDir,
AssetNames: templates.AssetNames,
AssetInfo: templates.AssetInfo,
Prefix: "",
}),
},
Expand All @@ -111,6 +112,7 @@ func daemon(c *cobra.Command, a []string) {
Asset: web.Asset,
AssetDir: web.AssetDir,
AssetNames: web.AssetNames,
AssetInfo: web.AssetInfo,
Prefix: "web/images",
}),
},
Expand All @@ -122,6 +124,7 @@ func daemon(c *cobra.Command, a []string) {
Asset: web.Asset,
AssetDir: web.AssetDir,
AssetNames: web.AssetNames,
AssetInfo: web.AssetInfo,
Prefix: "web/template",
}),
},
Expand All @@ -133,6 +136,7 @@ func daemon(c *cobra.Command, a []string) {
Asset: web.Asset,
AssetDir: web.AssetDir,
AssetNames: web.AssetNames,
AssetInfo: web.AssetInfo,
Prefix: "web",
}),
Prefix: viper.GetString("version"),
Expand Down
2 changes: 0 additions & 2 deletions vendor/github.com/BurntSushi/toml/lex.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions vendor/github.com/cpuguy83/go-md2man/LICENSE.md

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/github.com/cpuguy83/go-md2man/md2man/md2man.go

This file was deleted.

Loading

0 comments on commit 3fb1361

Please sign in to comment.