...

Text file src/github.com/cert-manager/issuer-lib/klone.yaml

Documentation: github.com/cert-manager/issuer-lib

     1# This klone.yaml file describes the Makefile modules and versions that are
     2# cloned into the "make/_shared" folder. These modules are dynamically imported
     3# by the root Makefile. The "make upgrade-klone" target can be used to pull
     4# the latest version from the upstream repositories (using the repo_ref value).
     5#
     6# More info can be found here: https://github.com/cert-manager/makefile-modules
     7targets:
     8  make/_shared:
     9    - folder_name: api-docs
    10      repo_url: https://github.com/cert-manager/makefile-modules.git
    11      repo_ref: main
    12      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    13      repo_path: modules/api-docs
    14    - folder_name: boilerplate
    15      repo_url: https://github.com/cert-manager/makefile-modules.git
    16      repo_ref: main
    17      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    18      repo_path: modules/boilerplate
    19    - folder_name: cert-manager
    20      repo_url: https://github.com/cert-manager/makefile-modules.git
    21      repo_ref: main
    22      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    23      repo_path: modules/cert-manager
    24    - folder_name: controller-gen
    25      repo_url: https://github.com/cert-manager/makefile-modules.git
    26      repo_ref: main
    27      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    28      repo_path: modules/controller-gen
    29    - folder_name: generate-verify
    30      repo_url: https://github.com/cert-manager/makefile-modules.git
    31      repo_ref: main
    32      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    33      repo_path: modules/generate-verify
    34    - folder_name: go
    35      repo_url: https://github.com/cert-manager/makefile-modules.git
    36      repo_ref: main
    37      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    38      repo_path: modules/go
    39    - folder_name: help
    40      repo_url: https://github.com/cert-manager/makefile-modules.git
    41      repo_ref: main
    42      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    43      repo_path: modules/help
    44    - folder_name: kind
    45      repo_url: https://github.com/cert-manager/makefile-modules.git
    46      repo_ref: main
    47      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    48      repo_path: modules/kind
    49    - folder_name: klone
    50      repo_url: https://github.com/cert-manager/makefile-modules.git
    51      repo_ref: main
    52      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    53      repo_path: modules/klone
    54    - folder_name: oci-build
    55      repo_url: https://github.com/cert-manager/makefile-modules.git
    56      repo_ref: main
    57      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    58      repo_path: modules/oci-build
    59    - folder_name: repository-base
    60      repo_url: https://github.com/cert-manager/makefile-modules.git
    61      repo_ref: main
    62      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    63      repo_path: modules/repository-base
    64    - folder_name: tools
    65      repo_url: https://github.com/cert-manager/makefile-modules.git
    66      repo_ref: main
    67      repo_hash: 98c34c9f1a00f9be03d5020b46fccb21c6a566bd
    68      repo_path: modules/tools

View as plain text