17 Commits

Author SHA1 Message Date
iwilltry42
66e86e20ab add Dockerfile and disable CGO in Makefile 2019-09-11 11:24:28 +02:00
iwilltry42
eba563f000 improve repeatable build process and enable building with go1.13 2019-09-06 10:49:16 +02:00
iwilltry42
4747e8fdc3 add warning message for debugging tag issue 2019-07-25 15:40:17 +02:00
iwilltry42
238a07f8ff add warning message for debugging tag issue 2019-07-25 15:40:07 +02:00
iwilltry42
4701a8b65f make make error out if no K3S_TAG was found or set 2019-07-25 13:11:34 +02:00
Andy Zhou
abfd6bd18a Makefile: Add lint target and factor the check target 2019-05-16 23:37:46 -07:00
Andy Zhou
ae6c886364 Makefile: Fix SRC defintion
Current SRC definition only picks up main.go, not all golang source code
of the project. Fix so that 'make fmt" and 'make simplify' can work as
expected.
2019-05-16 00:01:47 -07:00
Andy Zhou
ba80a9113c Makefile: Add the install-tools target
ith a fresh checked out k3d tree without required tools installed, Any make command gives the following error message:

    Makefile:71: *** recipe commences before first target.  Stop.

Basically, the section around line 71 are not properly formed makefile rules. This error is hidden when required tools
are installed. The error can be re-exposed with the "make extra-clean" command.

The install-tools target is intended to be invoked when installing the development tree for the fist time.
2019-05-01 16:59:49 -07:00
Andy Zhou
6bb72b1fdc Makefile: Add extra-clean to help with testing Makefile
The extra-clean target removes the dependent packages that k3d requires. This makes testing
makefile rules that install those packages easier.

This target helps to expose a bug that the next patch fixes.
2019-05-01 16:56:05 -07:00
iwilltry42
6fdc1e4a70 automatically get latest k3s version tag at build time 2019-04-23 11:12:42 +02:00
iwilltry42
866b98c429 rename and add authors 2019-04-12 07:36:59 +02:00
iwilltry42
4e477d3262 rename to k3d 2019-04-10 20:10:36 +02:00
Rishabh Gupta
29fced4ef7 Added version tags, separated command implementaitons, added wait and timeout
Signed-off-by: Rishabh Gupta <r.g.gupta@outlook.com>
2019-04-09 13:47:47 +05:30
iwilltry42
76b80c40fa improve makefile 2019-04-04 08:20:16 +02:00
iwilltry42
8758d5b48d cleanup and add travis 2019-04-04 08:08:09 +02:00
iwilltry42
dd09095ab8 update targets 2019-04-03 10:32:13 +02:00
iwilltry42
ebad6f792c add Makefile 2019-04-03 09:58:00 +02:00