diff options
author | Hyokeun Jeon <hyokeun.jeon@samsung.com> | 2022-11-07 21:15:52 +0900 |
---|---|---|
committer | Hyokeun Jeon <hyokeun.jeon@samsung.com> | 2022-11-07 21:15:52 +0900 |
commit | 0de14eff47ff068d76f8514917fcffab3cf3f460 (patch) | |
tree | 8acbf729324ec6400640383fa966673a874578f1 | |
parent | 04b50753f5970e77bc2499711dfb2d9855b44a76 (diff) | |
download | abs-0de14eff47ff068d76f8514917fcffab3cf3f460.tar.gz abs-0de14eff47ff068d76f8514917fcffab3cf3f460.tar.bz2 abs-0de14eff47ff068d76f8514917fcffab3cf3f460.zip |
Do not refresh security profiles in build script
-rwxr-xr-x | build | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -172,10 +172,10 @@ if [ ! "${ROOTSTRAP_URL}" = "SKIP" ]; then done # Register security profiles - ${SDK_PATH}/tools/ide/bin/tizen security-profiles remove --name ABS || true - ${SDK_PATH}/tools/ide/bin/tizen security-profiles add --name ABS \ - --author ${CERT_DIR}/certificates/${CERT_AUTHOR} --password ${CERT_AUTHOR_PASS} \ - --dist ${CERT_DIR}/certificates/${CERT_DIST} --dist-password ${CERT_DIST_PASS} + #${SDK_PATH}/tools/ide/bin/tizen security-profiles remove --name ABS || true + #${SDK_PATH}/tools/ide/bin/tizen security-profiles add --name ABS \ + # --author ${CERT_DIR}/certificates/${CERT_AUTHOR} --password ${CERT_AUTHOR_PASS} \ + # --dist ${CERT_DIR}/certificates/${CERT_DIST} --dist-password ${CERT_DIST_PASS} fi echo ${PLATFORM_TYPE} |