mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 21:46:58 +02:00
build_torcx_store: upload manifests to upload_root
Rather than to a location special to them. The comment in the code explains the reasoning for this.
This commit is contained in:
parent
f496072a10
commit
ee54181503
@ -251,9 +251,16 @@ for pkg in $(torcx_manifest::get_pkg_names "${manifest_path}"); do
|
||||
done
|
||||
|
||||
# Upload the manifest
|
||||
# Note: the manifest is uploaded to 'UPLOAD_ROOT' rather than
|
||||
# 'TORCX_UPLOAD_ROOT'.
|
||||
# For non-release builds, those two locations will be the same, so it usually
|
||||
# won't matter.
|
||||
# However, for release builds, torcx packages may be uploaded directly to their
|
||||
# final location, while the manifest still has to go through build bucket in
|
||||
# order to get signed.
|
||||
sign_and_upload_files \
|
||||
'torcx manifest' \
|
||||
"${TORCX_UPLOAD_ROOT}/manifests/${BOARD}/${COREOS_VERSION}" \
|
||||
"${UPLOAD_ROOT}/torcx/manifests/${BOARD}/${COREOS_VERSION}" \
|
||||
"" \
|
||||
"${manifest_path}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user