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:
parent
b1b33feb5e
commit
78f861d29d
@ -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
|
||||
|
@ -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/*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user