Skip to content

Commit 14d6490

Browse files
[PR BOT] Update Help.mk files
1 parent ae590db commit 14d6490

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

projects/goharbor/harbor-scanner-trivy/Help.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
##@ GIT/Repo Targets
1010
clone-repo: ## Clone upstream `harbor-scanner-trivy`
1111
checkout-repo: ## Checkout upstream tag based on value in GIT_TAG file
12-
patch-repo: ## Patch upstream repo with patches in patches directory
1312

1413
##@ Binary Targets
1514
binaries: ## Build all binaries: `scanner-trivy` for `linux/amd64 linux/arm64`

projects/tinkerbell/hook/Help.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ hook-acpid/images/push: ## Builds/pushes `hook-acpid/images/push`
4343
##@ Fetch Binary Targets
4444
_output/dependencies/linux-amd64/eksa/containerd/containerd: ## Fetch `_output/dependencies/linux-amd64/eksa/containerd/containerd`
4545
_output/dependencies/linux-arm64/eksa/containerd/containerd: ## Fetch `_output/dependencies/linux-arm64/eksa/containerd/containerd`
46-
_output/dependencies/linux-amd64/eksa/tinkerbell/tink: ## Fetch `_output/dependencies/linux-amd64/eksa/tinkerbell/tink`
47-
_output/dependencies/linux-arm64/eksa/tinkerbell/tink: ## Fetch `_output/dependencies/linux-arm64/eksa/tinkerbell/tink`
46+
_output/dependencies/linux-amd64/eksa/tinkerbell/tinkerbell: ## Fetch `_output/dependencies/linux-amd64/eksa/tinkerbell/tinkerbell`
47+
_output/dependencies/linux-arm64/eksa/tinkerbell/tinkerbell: ## Fetch `_output/dependencies/linux-arm64/eksa/tinkerbell/tinkerbell`
4848
_output/dependencies/linux-amd64/eksa/linuxkit/linuxkit: ## Fetch `_output/dependencies/linux-amd64/eksa/linuxkit/linuxkit`
4949
_output/dependencies/linux-arm64/eksa/linuxkit/linuxkit: ## Fetch `_output/dependencies/linux-arm64/eksa/linuxkit/linuxkit`
5050

projects/tinkerbell/tinkerbell-crds/Help.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
# This is added to help document dynamic targets and support shell autocompletion
77

88

9-
##@ GIT/Repo Targets
10-
clone-repo: ## Clone upstream `tinkerbell`
11-
checkout-repo: ## Checkout upstream tag based on value in GIT_TAG file
12-
139
##@ Helm Targets
1410
helm/build: ## Build helm chart
1511
helm/push: ## Build helm chart and push to registry defined in IMAGE_REPO.
@@ -37,7 +33,6 @@ all-attributions-checksums: ## Update attribution and checksums files for all RE
3733
##@ Clean Targets
3834
clean: ## Removes source and _output directory
3935
clean-go-cache: ## Removes the GOMODCACHE AND GOCACHE folders
40-
clean-repo: ## Removes source directory
4136

4237
##@Fetch Binary Targets
4338
handle-dependencies: ## Download and extract TARs for each dependency listed in PROJECT_DEPENDENCIES

0 commit comments

Comments
 (0)