Merge "[suse] remove --no-confirm from zypper invocation"

This commit is contained in:
Jenkins 2017-02-28 01:31:50 +00:00 committed by Gerrit Code Review
commit 2d919e7ca0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function cleanup() {
trap cleanup EXIT
ZYPPER_TARGET_OPTS="--non-interactive --gpg-auto-import-keys --root $TARGET_ROOT"
ZYPPER_INSTALL_OPTS="--no-confirm --no-recommends"
ZYPPER_INSTALL_OPTS="--no-recommends"
for repo in ${ZYPPER_REPOS}; do
reponame=repo-${repo%%=>*}