Skip to content

Commit dabc23b

Browse files
Merge pull request #627 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 4cd64bf + 616d13e commit dabc23b

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

klone.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,70 +10,70 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
13+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
1414
repo_path: modules/boilerplate
1515
- folder_name: cert-manager
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
18+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
1919
repo_path: modules/cert-manager
2020
- folder_name: controller-gen
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
23+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
2424
repo_path: modules/controller-gen
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
28+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
2929
repo_path: modules/generate-verify
3030
- folder_name: go
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
33+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
3434
repo_path: modules/go
3535
- folder_name: helm
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
38+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
3939
repo_path: modules/helm
4040
- folder_name: help
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
43+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
4444
repo_path: modules/help
4545
- folder_name: kind
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
48+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
4949
repo_path: modules/kind
5050
- folder_name: klone
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
53+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
5454
repo_path: modules/klone
5555
- folder_name: licenses
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
58+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
5959
repo_path: modules/licenses
6060
- folder_name: oci-build
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
63+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
6464
repo_path: modules/oci-build
6565
- folder_name: oci-publish
6666
repo_url: https://github.com/cert-manager/makefile-modules.git
6767
repo_ref: main
68-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
68+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
6969
repo_path: modules/oci-publish
7070
- folder_name: repository-base
7171
repo_url: https://github.com/cert-manager/makefile-modules.git
7272
repo_ref: main
73-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
73+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
7474
repo_path: modules/repository-base
7575
- folder_name: tools
7676
repo_url: https://github.com/cert-manager/makefile-modules.git
7777
repo_ref: main
78-
repo_hash: 295c82e6491dda09283630c8f9d3cf90ec8b21a1
78+
repo_hash: 2e0c0b8f4e6aa1869a695a26c452b61970f30532
7979
repo_path: modules/tools

make/_shared/licenses/01_mod.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
## Generate licenses for the golang dependencies
1818
## @category [shared] Generate/Verify
19-
generate-go-licences: #
20-
shared_generate_targets += generate-go-licences
19+
generate-go-licenses: #
20+
shared_generate_targets += generate-go-licenses
2121

2222
define license_generate
2323
$1/LICENSES: $1/go.mod | $(NEEDS_GO-LICENSES)
2424
cd $$(dir $$@) && GOOS=linux GOARCH=amd64 $(GO-LICENSES) report --ignore "$$(license_ignore)" ./... > LICENSES
2525

26-
generate-go-licences: $1/LICENSES
26+
generate-go-licenses: $1/LICENSES
2727
endef
2828

2929
# Calculate all the go.mod directories, build targets may share go.mod dirs so
@@ -45,7 +45,7 @@ oci-license-layer-$1: | $(bin_dir)/scratch $(NEEDS_GO-LICENSES)
4545
cp $$(go_$1_mod_dir)/LICENSES $$(license_layer_path_$1)/licenses/LICENSES
4646

4747
oci-build-$1: oci-license-layer-$1
48-
oci_$1_additional_layers += $(license_layer_path_$1)
48+
oci_$1_additional_layers += $$(license_layer_path_$1)
4949
endef
5050

5151
$(foreach build_name,$(build_names),$(eval $(call license_layer,$(build_name))))

0 commit comments

Comments
 (0)