Skip to content

Commit d669aa1

Browse files
Merge pull request #1823 from cert-manager/self-upgrade-master
[CI] Merge self-upgrade-master into master
2 parents e924920 + 604e283 commit d669aa1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

klone.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
13+
repo_hash: b28a6c7b188e2c3c6540779d4f036db4d54de9f1
1414
repo_path: modules/boilerplate
1515
- folder_name: generate-verify
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
18+
repo_hash: b28a6c7b188e2c3c6540779d4f036db4d54de9f1
1919
repo_path: modules/generate-verify
2020
- folder_name: help
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
23+
repo_hash: b28a6c7b188e2c3c6540779d4f036db4d54de9f1
2424
repo_path: modules/help
2525
- folder_name: klone
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
28+
repo_hash: b28a6c7b188e2c3c6540779d4f036db4d54de9f1
2929
repo_path: modules/klone
3030
- folder_name: repository-base
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
33+
repo_hash: b28a6c7b188e2c3c6540779d4f036db4d54de9f1
3434
repo_path: modules/repository-base
3535
- folder_name: tools
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
38+
repo_hash: b28a6c7b188e2c3c6540779d4f036db4d54de9f1
3939
repo_path: modules/tools

make/_shared/boilerplate/01_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ shared_verify_targets += verify-boilerplate
2828
generate-license:
2929
cp -r $(license_base_dir)/. ./
3030

31-
shared_generate_targets += generate-base
31+
shared_generate_targets += generate-license

make/_shared/tools/00_mod.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,12 +707,12 @@ endif
707707
non_go_tool_names := $(filter-out $(go_tool_names),$(tool_names))
708708

709709
.PHONY: non-go-tools
710-
## Download and setup all Go tools
710+
## Download and setup all Non-Go tools
711711
## @category [shared] Tools
712712
non-go-tools: $(non_go_tool_names:%=$(bin_dir)/tools/%)
713713

714714
.PHONY: go-tools
715-
## Download and setup all Non-Go tools
715+
## Download and setup all Go tools
716716
## NOTE: this target is also used to learn the shas of
717717
## these tools (see scripts/learn_tools_shas.sh in the
718718
## Makefile modules repo)

0 commit comments

Comments
 (0)