mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
bom: Update bill of materials to reflect the new module.
This commit is contained in:
2
test
2
test
@@ -484,7 +484,7 @@ function bom_pass {
|
||||
# https://github.com/golang/go/commit/7c388cc89c76bc7167287fb488afcaf5a4aa12bf
|
||||
run license-bill-of-materials \
|
||||
--override-file bill-of-materials.override.json \
|
||||
go.etcd.io/etcd/v3 go.etcd.io/etcd/v3/etcdctl >bom-now.json || true
|
||||
go.etcd.io/etcd/v3 go.etcd.io/etcd/v3/etcdctl go.etcd.io/etcd/api/v3/... >bom-now.json || true
|
||||
if ! diff bill-of-materials.json bom-now.json; then
|
||||
log_error "modularized licenses do not match given bill of materials"
|
||||
return 255
|
||||
|
||||
Reference in New Issue
Block a user