This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $(error "ENABLE_DEBUG is not set. Please re-run configure")
2323endif
2424
2525DSC_TARGET_DIR := $(DSC_DIR ) /release
26- AUOMS_KITS_RELEASE_DIR := $(AUOMS_KITS_DIR ) /release/2.5.2-52
26+ AUOMS_KITS_RELEASE_DIR := $(AUOMS_KITS_DIR ) /release/2.5.2-52-ND
2727AUOMS_KITS_RELEASE_1_3_DIR := $(AUOMS_KITS_DIR ) /release/1.3.0-3
2828
2929RUBY_DIR := $(BASE_DIR ) /source/ext/ruby
Original file line number Diff line number Diff line change @@ -1481,7 +1481,11 @@ you should first purge the existing installation and then install using the --sk
14811481
14821482 ./$i
14831483 if [ $? -eq 0 ]; then
1484- ./${BUNDLES_PATH} /${BUNDLE} -* universal.* .sh --install $FORCE $restartDependencies
1484+ if [ -n " ${noDigest} " -a " ${noDigest} " == " true" ]; then
1485+ ./${BUNDLES_PATH} /${BUNDLE} -* universal.* .sh --install --noDigest $FORCE $restartDependencies
1486+ else
1487+ ./${BUNDLES_PATH} /${BUNDLE} -* universal.* .sh --install $FORCE $restartDependencies
1488+ fi
14851489 TEMP_STATUS=$?
14861490 if [ $TEMP_STATUS -ne 0 ]; then
14871491 echo " $BUNDLE package failed to install and exited with error code $TEMP_STATUS "
@@ -1661,7 +1665,11 @@ you should first purge the existing installation and then install using the --sk
16611665
16621666 ./$i
16631667 if [ $? -eq 0 ]; then
1664- ./${BUNDLES_PATH} /${BUNDLE} -* universal.* .sh --upgrade $FORCE $restartDependencies
1668+ if [ -n " ${noDigest} " -a " ${noDigest} " == " true" ]; then
1669+ ./${BUNDLES_PATH} /${BUNDLE} -* universal.* .sh --upgrade --noDigest $FORCE $restartDependencies
1670+ else
1671+ ./${BUNDLES_PATH} /${BUNDLE} -* universal.* .sh --upgrade $FORCE $restartDependencies
1672+ fi
16651673 TEMP_STATUS=$?
16661674 if [ $TEMP_STATUS -ne 0 ]; then
16671675 echo " $BUNDLE package failed to upgrade and exited with error code $TEMP_STATUS "
You can’t perform that action at this time.
0 commit comments