Lines Matching refs:config
71 ./build.py --product-name ohos-sdk --load-test-config=false --get-warning-list=false --stat-ccache=false --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false --gn-args skip_generate_module_list_file=true sdk_platform=linux ndk_platform=linux use_cfi=false use_thin_lto=false enable_lto_O0=true sdk_check_flag=false enable_ndk_doxygen=false archive_ndk=false sdk_for_hap_build=true
146 npm config set registry https://repo.huaweicloud.com/repository/npm/
147 npm config set @ohos:registry https://repo.harmonyos.com/npm/
148 npm config set strict-ssl false
149 npm config set lockfile false
284 echo "ohpm config set ${arg_ohpm}"
285 ohpm config set ${arg_ohpm}
290 echo "npm config set ${arg_npm}"
291 npm config set ${arg_npm}
360 cur_bundle_line=`cat ${arg_project}${pa}/src/main/config.json | grep "\"bundleName\""`
364 is_entry=`cat ${arg_project}${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"entry\"" || true`
365 is_feature=`cat ${arg_project}${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"feature\"" || true`