-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nic Cope <nicc@rk0n.org>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule build
updated
12 files
+2 −2 | cross/Dockerfile | |
+14 −5 | makelib/common.mk | |
+35 −0 | makelib/controlplane.mk | |
+17 −2 | makelib/docs.mk | |
+56 −100 | makelib/golang.mk | |
+9 −6 | makelib/helm.mk | |
+15 −2 | makelib/k8s_tools.mk | |
+5 −4 | makelib/local.mk | |
+45 −0 | makelib/local.xpkg.mk | |
+123 −0 | makelib/xpkg.mk | |
+0 −1 | run | |
+3 −3 | scripts/localdev-prepare.sh |