Skip to content

Commit

Permalink
make: remove kodata target
Browse files Browse the repository at this point in the history
given that release generation is now done throguh `./hack/release.sh`
(either used directly or through `hack/setup.sh`), there's no need to
have that under Makefile anymore

Signed-off-by: Ciro S. Costa <ciroscosta@vmware.com>
  • Loading branch information
Ciro S. Costa committed Sep 20, 2021
1 parent a187dee commit fe72c80
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,3 @@ copyright:
-ignore site/static/\*\* \
-ignore site/themes/\*\* \
.

kodata: cmd/cartographer/kodata

cmd/cartographer/kodata: cmd/cartographer/kodata/ytt-linux-amd64

cmd/cartographer/kodata/ytt-linux-amd64: Makefile
curl -sL https://github.com/vmware-tanzu/carvel-ytt/releases/download/v0.36.0/ytt-linux-amd64 -o cmd/cartographer/kodata/ytt-linux-amd64
chmod +x cmd/cartographer/kodata/ytt-linux-amd64

0 comments on commit fe72c80

Please sign in to comment.