From dd9e7c27de0a5b61fc0872e8ffef5fa11cece1d9 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Wed, 1 Aug 2018 12:35:32 -0400 Subject: [PATCH] Move content from stx-utils into stx-integ or stx-update fix references to patch_build.sh which has been relocated to stx-update. Change-Id: Ibd7d2804fa1a39463a792c08fcfc26a7cd4fdb85 Story: 2002801 Task: 22687 Signed-off-by: Scott Little --- tools/engtools/hostdata-collectors/patch-engtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/engtools/hostdata-collectors/patch-engtools.sh b/tools/engtools/hostdata-collectors/patch-engtools.sh index aeac24581..f64614279 100755 --- a/tools/engtools/hostdata-collectors/patch-engtools.sh +++ b/tools/engtools/hostdata-collectors/patch-engtools.sh @@ -23,7 +23,7 @@ PWD=$(pwd) # Create CGCS Patch cd ${MY_WORKSPACE} -PATCH_BUILD=${MY_REPO}/stx/extras/scripts/patch_build.sh +PATCH_BUILD=${MY_REPO}/stx/stx-update/extras/scripts/patch_build.sh ${PATCH_BUILD} --id ${PATCH_ID} --reboot-required=N \ --summary "System engineering data collection and analysis tools." \ --desc "System engineering data collection and analysis tools." \