Commit Graph

7 Commits

Author SHA1 Message Date
Bhuvanchandra DV
cbf13cdfa2 cadvisor: build: fix broken build with Makefile
When using `make build` to compile the source,
build fails with error/s. The reason is because
of GO_CMD variable is set to 'install' as default,
which is not valid when running `make build` or
`make`.

Depending on the valid git tag, release.sh will
set the GO_CMD variable. If valid git tag is
available e.g.: vx.y.z.beta1, then GO_CMD is
set to `build`.

If valid git tag is not available, release.sh
will any way bails out serving the purpose.
So drop using GO_CMD, to fix the default build.
2018-02-05 19:17:10 +05:30
Tim St. Clair
701cd36b5c
Record sha256 for cAdvisor releases 2017-02-24 10:15:11 -08:00
Tim St. Clair
6ce987b702
Streamline release process 2016-11-16 17:28:35 -08:00
Tim St. Clair
151d4912dc Simplify cAdvisor release versioning
- Eliminate version/VERSION in favor of parsing git versions
- Enforce that releases are built against tagged versions
- Delete the broken release script, change `make release` to build the release
2016-06-29 18:27:07 -07:00
Tim St. Clair
1e1736ebc9 Fix shell scripts boilerplate 2016-01-12 12:35:46 -08:00
Jimmi Dyson
aa6f80814b Fix up release process 2015-10-23 13:24:32 +01:00
Jimmi Dyson
b310a4c228 Add make release target 2015-10-22 11:53:33 +01:00