diff options
Diffstat (limited to 'recipes-containers/nerdctl/relocation.inc')
| -rw-r--r-- | recipes-containers/nerdctl/relocation.inc | 116 |
1 files changed, 41 insertions, 75 deletions
diff --git a/recipes-containers/nerdctl/relocation.inc b/recipes-containers/nerdctl/relocation.inc index f5d823f6..451a4504 100644 --- a/recipes-containers/nerdctl/relocation.inc +++ b/recipes-containers/nerdctl/relocation.inc | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \ | 1 | export sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \ |
| 2 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \ | 2 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \ |
| 3 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim \ | ||
| 3 | github.com/compose-spec/compose-go:github.com/compose-spec/compose-go \ | 4 | github.com/compose-spec/compose-go:github.com/compose-spec/compose-go \ |
| 5 | github.com/containerd/accelerated-container-image:github.com/containerd/accelerated-container-image \ | ||
| 4 | github.com/containerd/cgroups:github.com/containerd/cgroups \ | 6 | github.com/containerd/cgroups:github.com/containerd/cgroups \ |
| 7 | github.com/containerd/cgroups/v3:github.com/containerd/cgroups/v3 \ | ||
| 5 | github.com/containerd/console:github.com/containerd/console \ | 8 | github.com/containerd/console:github.com/containerd/console \ |
| 9 | github.com/containerd/containerd:github.com/containerd/containerd \ | ||
| 6 | github.com/containerd/continuity:github.com/containerd/continuity \ | 10 | github.com/containerd/continuity:github.com/containerd/continuity \ |
| 7 | github.com/containerd/go-cni:github.com/containerd/go-cni \ | 11 | github.com/containerd/go-cni:github.com/containerd/go-cni \ |
| 8 | github.com/containerd/imgcrypt:github.com/containerd/imgcrypt \ | 12 | github.com/containerd/imgcrypt:github.com/containerd/imgcrypt \ |
| @@ -10,6 +14,7 @@ sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \ | |||
| 10 | github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter \ | 14 | github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter \ |
| 11 | github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz \ | 15 | github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz \ |
| 12 | github.com/containerd/stargz-snapshotter/ipfs:github.com/containerd/stargz-snapshotter//ipfs \ | 16 | github.com/containerd/stargz-snapshotter/ipfs:github.com/containerd/stargz-snapshotter//ipfs \ |
| 17 | github.com/containerd/typeurl/v2:github.com/containerd/typeurlv2 \ | ||
| 13 | github.com/containerd/typeurl:github.com/containerd/typeurl \ | 18 | github.com/containerd/typeurl:github.com/containerd/typeurl \ |
| 14 | github.com/containernetworking/cni:github.com/containernetworking/cni \ | 19 | github.com/containernetworking/cni:github.com/containernetworking/cni \ |
| 15 | github.com/containernetworking/plugins:github.com/containernetworking/plugins \ | 20 | github.com/containernetworking/plugins:github.com/containernetworking/plugins \ |
| @@ -21,16 +26,16 @@ sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \ | |||
| 21 | github.com/docker/go-units:github.com/docker/go-units \ | 26 | github.com/docker/go-units:github.com/docker/go-units \ |
| 22 | github.com/fahedouch/go-logrotate:github.com/fahedouch/go-logrotate \ | 27 | github.com/fahedouch/go-logrotate:github.com/fahedouch/go-logrotate \ |
| 23 | github.com/fatih/color:github.com/fatih/color \ | 28 | github.com/fatih/color:github.com/fatih/color \ |
| 29 | github.com/fluent/fluent-logger-golang:github.com/fluent/fluent-logger-golang \ | ||
| 24 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ | 30 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ |
| 25 | github.com/ipfs/go-cid:github.com/ipfs/go-cid \ | 31 | github.com/ipfs/go-cid:github.com/ipfs/go-cid \ |
| 26 | github.com/ipfs/go-ipfs-files:github.com/ipfs/go-ipfs-files \ | ||
| 27 | github.com/ipfs/go-ipfs-http-client:github.com/ipfs/go-ipfs-http-client \ | ||
| 28 | github.com/ipfs/interface-go-ipfs-core:github.com/ipfs/interface-go-ipfs-core \ | ||
| 29 | github.com/mattn/go-isatty:github.com/mattn/go-isatty \ | 32 | github.com/mattn/go-isatty:github.com/mattn/go-isatty \ |
| 33 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \ | ||
| 30 | github.com/moby/sys/mount:github.com/moby/sys/mount//mount \ | 34 | github.com/moby/sys/mount:github.com/moby/sys/mount//mount \ |
| 31 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \ | ||
| 32 | github.com/moby/sys/signal:github.com/moby/sys/signal//signal \ | 35 | github.com/moby/sys/signal:github.com/moby/sys/signal//signal \ |
| 33 | github.com/multiformats/go-multiaddr:github.com/multiformats/go-multiaddr \ | 36 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \ |
| 37 | github.com/moby/sys/sequential:github.com/moby/sys/sequential//sequential \ | ||
| 38 | github.com/moby/sys/symlink:github.com/moby/sys/symlink//symlink \ | ||
| 34 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \ | 39 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \ |
| 35 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \ | 40 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \ |
| 36 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec \ | 41 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec \ |
| @@ -43,130 +48,91 @@ sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \ | |||
| 43 | github.com/tidwall/gjson:github.com/tidwall/gjson \ | 48 | github.com/tidwall/gjson:github.com/tidwall/gjson \ |
| 44 | github.com/vishvananda/netlink:github.com/vishvananda/netlink \ | 49 | github.com/vishvananda/netlink:github.com/vishvananda/netlink \ |
| 45 | github.com/vishvananda/netns:github.com/vishvananda/netns \ | 50 | github.com/vishvananda/netns:github.com/vishvananda/netns \ |
| 51 | github.com/yuchanns/srslog:github.com/yuchanns/srslog \ | ||
| 46 | golang.org/x/crypto:golang.org/x/crypto \ | 52 | golang.org/x/crypto:golang.org/x/crypto \ |
| 47 | golang.org/x/net:golang.org/x/net \ | 53 | golang.org/x/net:golang.org/x/net \ |
| 48 | golang.org/x/sync:golang.org/x/sync \ | 54 | golang.org/x/sync:golang.org/x/sync \ |
| 49 | golang.org/x/sys:golang.org/x/sys \ | 55 | golang.org/x/sys:golang.org/x/sys \ |
| 50 | golang.org/x/term:golang.org/x/term \ | 56 | golang.org/x/term:golang.org/x/term \ |
| 57 | golang.org/x/text:golang.org/x/text \ | ||
| 51 | gopkg.in/yaml.v3:gopkg.in/yaml.v3 \ | 58 | gopkg.in/yaml.v3:gopkg.in/yaml.v3 \ |
| 52 | gotest.tools/v3:github.com/gotestyourself/gotest.tools \ | 59 | gotest.tools/v3:github.com/gotestyourself/gotest.tools \ |
| 53 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers \ | 60 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers \ |
| 54 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \ | 61 | github.com/AdamKorcz/go-118-fuzz-build:github.com/AdamKorcz/go-118-fuzz-build \ |
| 55 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim \ | ||
| 56 | github.com/beorn7/perks:github.com/beorn7/perks \ | ||
| 57 | github.com/blang/semver:github.com/blang/semver \ | ||
| 58 | github.com/bmizerany/assert:github.com/bmizerany/assert \ | ||
| 59 | github.com/btcsuite/btcd:github.com/btcsuite/btcd \ | ||
| 60 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \ | ||
| 61 | github.com/cilium/ebpf:github.com/cilium/ebpf \ | 62 | github.com/cilium/ebpf:github.com/cilium/ebpf \ |
| 62 | github.com/container-orchestrated-devices/container-device-interface:github.com/container-orchestrated-devices/container-device-interface \ | ||
| 63 | github.com/containerd/fifo:github.com/containerd/fifo \ | 63 | github.com/containerd/fifo:github.com/containerd/fifo \ |
| 64 | github.com/containerd/ttrpc:github.com/containerd/ttrpc \ | 64 | github.com/containerd/ttrpc:github.com/containerd/ttrpc \ |
| 65 | github.com/containers/ocicrypt:github.com/containers/ocicrypt \ | 65 | github.com/containers/ocicrypt:github.com/containers/ocicrypt \ |
| 66 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2 \ | ||
| 67 | github.com/crackcomm/go-gitignore:github.com/crackcomm/go-gitignore \ | ||
| 68 | github.com/distribution/distribution/v3:github.com/distribution/distribution/v3 \ | 66 | github.com/distribution/distribution/v3:github.com/distribution/distribution/v3 \ |
| 69 | github.com/djherbis/times:github.com/djherbis/times \ | 67 | github.com/djherbis/times:github.com/djherbis/times \ |
| 70 | github.com/docker/distribution:github.com/docker/distribution \ | ||
| 71 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \ | 68 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \ |
| 72 | github.com/docker/go-events:github.com/docker/go-events \ | 69 | github.com/docker/go-events:github.com/docker/go-events \ |
| 73 | github.com/docker/go-metrics:github.com/docker/go-metrics \ | 70 | github.com/frankban/quicktest:github.com/frankban/quicktest \ |
| 74 | github.com/fluent/fluent-logger-golang:github.com/fluent/fluent-logger-golang \ | 71 | github.com/go-logr/logr:github.com/go-logr/logr \ |
| 72 | github.com/go-logr/stdr:github.com/go-logr/stdr \ | ||
| 75 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 \ | 73 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 \ |
| 76 | github.com/gogo/protobuf:github.com/gogo/protobuf \ | 74 | github.com/gogo/protobuf:github.com/gogo/protobuf \ |
| 77 | github.com/golang/groupcache:github.com/golang/groupcache \ | 75 | github.com/golang/groupcache:github.com/golang/groupcache \ |
| 78 | github.com/golang/protobuf:github.com/golang/protobuf \ | 76 | github.com/golang/protobuf:github.com/golang/protobuf \ |
| 79 | github.com/google/go-cmp:github.com/google/go-cmp \ | 77 | github.com/google/go-cmp:github.com/google/go-cmp \ |
| 80 | github.com/google/uuid:github.com/google/uuid \ | 78 | github.com/google/uuid:github.com/google/uuid \ |
| 81 | github.com/gorilla/mux:github.com/gorilla/mux \ | ||
| 82 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ | 79 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ |
| 83 | github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \ | ||
| 84 | github.com/imdario/mergo:github.com/imdario/mergo \ | 80 | github.com/imdario/mergo:github.com/imdario/mergo \ |
| 85 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ | 81 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ |
| 86 | github.com/ipfs/bbloom:github.com/ipfs/bbloom \ | ||
| 87 | github.com/ipfs/go-block-format:github.com/ipfs/go-block-format \ | ||
| 88 | github.com/ipfs/go-blockservice:github.com/ipfs/go-blockservice \ | ||
| 89 | github.com/ipfs/go-datastore:github.com/ipfs/go-datastore \ | ||
| 90 | github.com/ipfs/go-ipfs-blockstore:github.com/ipfs/go-ipfs-blockstore \ | ||
| 91 | github.com/ipfs/go-ipfs-cmds:github.com/ipfs/go-ipfs-cmds \ | ||
| 92 | github.com/ipfs/go-ipfs-ds-help:github.com/ipfs/go-ipfs-ds-help \ | ||
| 93 | github.com/ipfs/go-ipfs-exchange-interface:github.com/ipfs/go-ipfs-exchange-interface \ | ||
| 94 | github.com/ipfs/go-ipfs-util:github.com/ipfs/go-ipfs-util \ | ||
| 95 | github.com/ipfs/go-ipld-cbor:github.com/ipfs/go-ipld-cbor \ | ||
| 96 | github.com/ipfs/go-ipld-format:github.com/ipfs/go-ipld-format \ | ||
| 97 | github.com/ipfs/go-ipld-legacy:github.com/ipfs/go-ipld-legacy \ | ||
| 98 | github.com/ipfs/go-log:github.com/ipfs/go-log \ | ||
| 99 | github.com/ipfs/go-log/v2:github.com/ipfs/go-log/v2 \ | ||
| 100 | github.com/ipfs/go-merkledag:github.com/ipfs/go-merkledag \ | ||
| 101 | github.com/ipfs/go-metrics-interface:github.com/ipfs/go-metrics-interface \ | ||
| 102 | github.com/ipfs/go-path:github.com/ipfs/go-path \ | ||
| 103 | github.com/ipfs/go-unixfs:github.com/ipfs/go-unixfs \ | ||
| 104 | github.com/ipfs/go-verifcid:github.com/ipfs/go-verifcid \ | ||
| 105 | github.com/ipld/go-codec-dagpb:github.com/ipld/go-codec-dagpb \ | ||
| 106 | github.com/ipld/go-ipld-prime:github.com/ipld/go-ipld-prime \ | ||
| 107 | github.com/jbenet/goprocess:github.com/jbenet/goprocess \ | ||
| 108 | github.com/klauspost/compress:github.com/klauspost/compress \ | 82 | github.com/klauspost/compress:github.com/klauspost/compress \ |
| 109 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2 \ | 83 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2 \ |
| 110 | github.com/libp2p/go-buffer-pool:github.com/libp2p/go-buffer-pool \ | ||
| 111 | github.com/libp2p/go-libp2p-core:github.com/libp2p/go-libp2p-core \ | ||
| 112 | github.com/libp2p/go-openssl:github.com/libp2p/go-openssl \ | ||
| 113 | github.com/mattn/go-colorable:github.com/mattn/go-colorable \ | 84 | github.com/mattn/go-colorable:github.com/mattn/go-colorable \ |
| 114 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \ | 85 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \ |
| 115 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ | ||
| 116 | github.com/miekg/pkcs11:github.com/miekg/pkcs11 \ | 86 | github.com/miekg/pkcs11:github.com/miekg/pkcs11 \ |
| 117 | github.com/minio/blake2b-simd:github.com/minio/blake2b-simd \ | ||
| 118 | github.com/minio/sha256-simd:github.com/minio/sha256-simd \ | 87 | github.com/minio/sha256-simd:github.com/minio/sha256-simd \ |
| 119 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \ | 88 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \ |
| 120 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \ | ||
| 121 | github.com/moby/locker:github.com/moby/locker \ | 89 | github.com/moby/locker:github.com/moby/locker \ |
| 122 | github.com/moby/term:github.com/moby/term \ | ||
| 123 | github.com/morikuni/aec:github.com/morikuni/aec \ | ||
| 124 | github.com/mr-tron/base58:github.com/mr-tron/base58 \ | 90 | github.com/mr-tron/base58:github.com/mr-tron/base58 \ |
| 125 | github.com/multiformats/go-base32:github.com/multiformats/go-base32 \ | 91 | github.com/multiformats/go-base32:github.com/multiformats/go-base32 \ |
| 126 | github.com/multiformats/go-base36:github.com/multiformats/go-base36 \ | 92 | github.com/multiformats/go-base36:github.com/multiformats/go-base36 \ |
| 93 | github.com/multiformats/go-multiaddr:github.com/multiformats/go-multiaddr \ | ||
| 127 | github.com/multiformats/go-multibase:github.com/multiformats/go-multibase \ | 94 | github.com/multiformats/go-multibase:github.com/multiformats/go-multibase \ |
| 128 | github.com/multiformats/go-multicodec:github.com/multiformats/go-multicodec \ | ||
| 129 | github.com/multiformats/go-multihash:github.com/multiformats/go-multihash \ | 95 | github.com/multiformats/go-multihash:github.com/multiformats/go-multihash \ |
| 130 | github.com/multiformats/go-varint:github.com/multiformats/go-varint \ | 96 | github.com/multiformats/go-varint:github.com/multiformats/go-varint \ |
| 131 | github.com/opencontainers/runc:github.com/opencontainers/runc \ | 97 | github.com/opencontainers/runc:github.com/opencontainers/runc \ |
| 132 | github.com/opencontainers/runtime-tools:github.com/opencontainers/runtime-tools \ | ||
| 133 | github.com/opencontainers/selinux:github.com/opencontainers/selinux \ | 98 | github.com/opencontainers/selinux:github.com/opencontainers/selinux \ |
| 134 | github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go \ | ||
| 135 | github.com/philhofer/fwd:github.com/philhofer/fwd \ | 99 | github.com/philhofer/fwd:github.com/philhofer/fwd \ |
| 136 | github.com/pkg/errors:github.com/pkg/errors \ | 100 | github.com/pkg/errors:github.com/pkg/errors \ |
| 137 | github.com/polydawn/refmt:github.com/polydawn/refmt \ | ||
| 138 | github.com/prometheus/client_golang:github.com/prometheus/client_golang \ | ||
| 139 | github.com/prometheus/client_model:github.com/prometheus/client_model \ | ||
| 140 | github.com/prometheus/common:github.com/prometheus/common \ | ||
| 141 | github.com/prometheus/procfs:github.com/prometheus/procfs \ | ||
| 142 | github.com/rs/cors:github.com/rs/cors \ | ||
| 143 | github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2 \ | ||
| 144 | github.com/spacemonkeygo/spacelog:github.com/spacemonkeygo/spacelog \ | ||
| 145 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3 \ | 101 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3 \ |
| 146 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri \ | 102 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri \ |
| 147 | github.com/syndtr/gocapability:github.com/syndtr/gocapability \ | ||
| 148 | github.com/tidwall/match:github.com/tidwall/match \ | 103 | github.com/tidwall/match:github.com/tidwall/match \ |
| 149 | github.com/tidwall/pretty:github.com/tidwall/pretty \ | 104 | github.com/tidwall/pretty:github.com/tidwall/pretty \ |
| 150 | github.com/tinylib/msgp:github.com/tinylib/msgp \ | 105 | github.com/tinylib/msgp:github.com/tinylib/msgp \ |
| 151 | github.com/urfave/cli:github.com/urfave/cli \ | ||
| 152 | github.com/vbatts/tar-split:github.com/vbatts/tar-split \ | 106 | github.com/vbatts/tar-split:github.com/vbatts/tar-split \ |
| 153 | github.com/whyrusleeping/cbor-gen:github.com/whyrusleeping/cbor-gen \ | ||
| 154 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer \ | 107 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer \ |
| 155 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference \ | 108 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference \ |
| 156 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema \ | 109 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema \ |
| 157 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 \ | 110 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 \ |
| 158 | go.opencensus.io:go.opencensus.io \ | 111 | go.opencensus.io:go.opencensus.io \ |
| 159 | go.uber.org/atomic:go.uber.org/atomic \ | 112 | go.opentelemetry.io/otel:go.opentelemetry.io/otel \ |
| 160 | go.uber.org/multierr:go.uber.org/multierr \ | 113 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel//trace \ |
| 161 | go.uber.org/zap:go.uber.org/zap \ | 114 | golang.org/x/mod:golang.org/x/mod \ |
| 162 | golang.org/x/text:golang.org/x/text \ | 115 | golang.org/x/tools:golang.org/x/tools \ |
| 163 | golang.org/x/xerrors:golang.org/x/xerrors \ | ||
| 164 | google.golang.org/genproto:github.com/googleapis/go-genproto \ | 116 | google.golang.org/genproto:github.com/googleapis/go-genproto \ |
| 165 | google.golang.org/grpc:github.com/grpc/grpc-go \ | 117 | google.golang.org/grpc:github.com/grpc/grpc-go \ |
| 166 | google.golang.org/protobuf:github.com/protocolbuffers/protobuf-go \ | 118 | google.golang.org/protobuf:github.com/protocolbuffers/protobuf-go \ |
| 167 | gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 \ | 119 | gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 \ |
| 168 | gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ | 120 | lukechampine.com/blake3:lukechampine.com/blake3" |
| 169 | lukechampine.com/blake3:lukechampine.com/blake3 \ | 121 | |
| 170 | sigs.k8s.io/yaml:sigs.k8s.io/yaml \ | 122 | |
| 171 | github.com/containerd/containerd:github.com/containerd/containerd \ | 123 | do_compile:prepend() { |
| 172 | github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru" | 124 | cd ${S}/src/import |
| 125 | for s in $sites; do | ||
| 126 | site_dest=$(echo $s | cut -d: -f1) | ||
| 127 | site_source=$(echo $s | cut -d: -f2) | ||
| 128 | force_flag=$(echo $s | cut -d: -f3) | ||
| 129 | mkdir -p vendor.copy/$site_dest | ||
| 130 | if [ -n "$force_flag" ]; then | ||
| 131 | echo "[INFO] $site_dest: force copying .go files" | ||
| 132 | rm -rf vendor.copy/$site_dest | ||
| 133 | rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest | ||
| 134 | else | ||
| 135 | [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } | ||
| 136 | fi | ||
| 137 | done | ||
| 138 | } | ||
