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:
Alex Crawford 2017-03-15 13:09:03 -07:00
parent 8240215fe2
commit b924c5ce6c
2 changed files with 2 additions and 0 deletions

View File

@ -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}"
}

View File

@ -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}"