mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
build_library: upload image licenses
We've always generated these license manifests (detailing which ebuilds are covered by which license), but never published them. This adds these manifests to the list of published files so that they are publicly available.
This commit is contained in:
parent
8240215fe2
commit
b924c5ce6c
@ -126,5 +126,6 @@ EOF
|
||||
upload_image -d "${BUILD_DIR}/${image_name}.bz2.DIGESTS" \
|
||||
"${BUILD_DIR}/${image_contents}" \
|
||||
"${BUILD_DIR}/${image_packages}" \
|
||||
"${BUILD_DIR}/${image_licenses}" \
|
||||
"${BUILD_DIR}/${image_name}"
|
||||
}
|
||||
|
||||
@ -132,6 +132,7 @@ EOF
|
||||
local to_upload=(
|
||||
"${BUILD_DIR}/${image_contents}"
|
||||
"${BUILD_DIR}/${image_packages}"
|
||||
"${BUILD_DIR}/${image_licenses}"
|
||||
"${BUILD_DIR}/${image_name}"
|
||||
"${BUILD_DIR}/${image_kernel}"
|
||||
"${BUILD_DIR}/${image_pcr_policy}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user