Remove Centos/RPM references

--rpm option is replaced by --package

Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: I10158c445a96e825d07b336e547dd7b912619080
This commit is contained in:
Scott Little 2024-08-09 11:34:18 -04:00
parent b1b33feb5e
commit 78f861d29d
2 changed files with 2 additions and 4 deletions

View File

@ -221,7 +221,7 @@ if [[ ( "${#image_dirs[@]}" -gt 0 || "$use_managed_image_list" -eq 1 ) && -n "${
cmd+=" --label '${label}'"
cmd+=" --image-record ${image_arg}"
cmd+=" --app $app"
cmd+=" -r $pkgs"
cmd+=" --package $pkgs"
cmd+=" 2>&1 | tee \"\$MY_WORKSPACE/std/build-helm/main-${label}.log\""
cmd+=" ; [[ \${PIPESTATUS[0]} -eq 0 ]]"
notice "building primary helm chart $app ($label)"
@ -241,7 +241,7 @@ for spec in $EXTRA_HELM_CHARTS ; do
cmd+=" --verbose"
cmd+=" --os $DOCKER_BASE_OS"
cmd+=" --app $app"
cmd+=" -r $pkgs"
cmd+=" --package $pkgs"
cmd+=" 2>&1 | tee \"\$MY_WORKSPACE/std/build-helm/$app.log\""
notice "building extra helm chart $app"
build_helm_charts "$cmd" || exit 1

View File

@ -25,8 +25,6 @@ NEED_BUILD_PATTERNS=(
# " stx-tools/centos-mirror-tools/config/centos/$LAYER"
# "! stx-tools/*"
" cgcs-root/build-tools/build_iso/*.cfg"
" cgcs-root/build-tools/build_iso/minimal_rpm_list.txt"
" cgcs-root/build-tools/signing/*"
" cgcs-root/build-tools/certificats/*"
" cgcs-root/build-tools/build-docker-images/*"