This commit is contained in:
Kai Lüke 2020-05-14 15:43:19 +02:00
parent 5ea8c37705
commit 5d6c3e1755
No known key found for this signature in database
GPG Key ID: E5601DA3A1D902A8
2 changed files with 2 additions and 4 deletions

View File

@ -6,7 +6,6 @@ enter() {
source .repo/manifests/version.txt
export FLATCAR_BUILD_ID
export FLATCAR_DEV_BUILDS_SDK="${DOWNLOAD_ROOT_SDK}"
# Set up GPG for signing uploads.
gpg --import "${GPG_SECRET_KEY_FILE}"
@ -14,7 +13,7 @@ gpg --import "${GPG_SECRET_KEY_FILE}"
# Wipe all of catalyst.
sudo rm -rf src/build
enter sudo /mnt/host/source/src/scripts/bootstrap_sdk \
enter sudo FLATCAR_DEV_BUILDS_SDK="${DOWNLOAD_ROOT_SDK}" /mnt/host/source/src/scripts/bootstrap_sdk \
--sign="${SIGNING_USER}" \
--sign_digests="${SIGNING_USER}" \
--upload_root="${UPLOAD_ROOT}" \

View File

@ -6,7 +6,6 @@ enter() {
source .repo/manifests/version.txt
export FLATCAR_BUILD_ID
export FLATCAR_DEV_BUILDS_SDK="${DOWNLOAD_ROOT_SDK}"
# Set up GPG for signing uploads.
gpg --import "${GPG_SECRET_KEY_FILE}"
@ -14,7 +13,7 @@ gpg --import "${GPG_SECRET_KEY_FILE}"
# Wipe all of catalyst.
sudo rm -rf src/build
enter sudo /mnt/host/source/src/scripts/build_toolchains \
enter sudo FLATCAR_DEV_BUILDS_SDK="${DOWNLOAD_ROOT_SDK}" /mnt/host/source/src/scripts/build_toolchains \
--sign="${SIGNING_USER}" \
--sign_digests="${SIGNING_USER}" \
--upload_root="${UPLOAD_ROOT}" \