Skip to content

Commit

Permalink
Fix email, override config.Version
Browse files Browse the repository at this point in the history
  • Loading branch information
esafak committed Aug 26, 2024
1 parent af93213 commit 2894876
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions devel/glasskube/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage https://glasskube.dev/

categories devel
installs_libs no
maintainers {esafak @esafak} openmaintainer
maintainers {gmail.com:esafak @esafak} openmaintainer
description Missing Package Manager for Kubernetes
long_description Deploy, configure and update Kubernetes packages 20x faster than with Helm
license Apache-2
Expand All @@ -21,7 +21,7 @@ checksums rmd160 a819a93e85d8bf62da2eab6d47d5956a9ffc2544 \
sha256 11ec36c58c321d0cf8b9c137cc26e8020a938548f40795160a76a18bcde25a7b \
size 785206

patchfiles-append patch-Makefile-no-lint.diff
patchfiles-append patch-Makefile.diff

depends_build-append \
bin:npm:npm10
Expand Down
11 changes: 0 additions & 11 deletions devel/glasskube/files/patch-Makefile-no-lint.diff

This file was deleted.

13 changes: 13 additions & 0 deletions devel/glasskube/files/patch-Makefile.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- Makefile 2024-08-15 14:27:49
+++ Makefile 2024-08-26 10:40:31
@@ -111,8 +111,8 @@
$(GOCMD) build -o $(OUT_DIR)/cert-manager ./cmd/cert-manager/

.PHONY: build-cli
-build-cli: fmt lint-go lint-web web ## Build cli binary.
- $(GOCMD) build -o $(OUT_DIR)/glasskube ./cmd/glasskube/
+build-cli: fmt web ## Build cli binary.
+ $(GOCMD) build -ldflags "-X github.com/glasskube/glasskube/internal/config.Version=0.17.0" -o $(OUT_DIR)/glasskube ./cmd/glasskube/

.PHONY: run
run: manifests generate fmt ## Run a controller from your host.

0 comments on commit 2894876

Please sign in to comment.