From 49d9ec50b36b9db60518cea25de67ffe12fc592a Mon Sep 17 00:00:00 2001 From: Scott Little Date: Wed, 1 Aug 2018 12:32:16 -0400 Subject: [PATCH] Relocate extras to stx-update/extras Move content from stx-utils into stx-integ or stx-update Packages will be relocated to stx-update: enable-dev-patch extras stx-integ: config-files/ io-scheduler filesystem/ filesystem-scripts grub/ grubby logging/ logmgmt tools/ collector monitor-tools tools/engtools/ hostdata-collectors parsers utilities/ build-info branding (formerly wrs-branding) platform-util Change-Id: I7c370ef00d6a0b607106c62fd81fb818d64be4ff Story: 2002801 Task: 22687 --- extras/scripts/make_patch.sh | 15 --------------- extras/scripts/modify_patch.sh | 15 --------------- extras/scripts/patch_build.sh | 19 ------------------- extras/scripts/query_patch.sh | 15 --------------- 4 files changed, 64 deletions(-) delete mode 100755 extras/scripts/make_patch.sh delete mode 100755 extras/scripts/modify_patch.sh delete mode 100755 extras/scripts/patch_build.sh delete mode 100755 extras/scripts/query_patch.sh diff --git a/extras/scripts/make_patch.sh b/extras/scripts/make_patch.sh deleted file mode 100755 index e944ec8..0000000 --- a/extras/scripts/make_patch.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -pushd `dirname $0` > /dev/null -SCRIPTPATH=`pwd` -popd > /dev/null - -CGCSPATCH_DIR=$SCRIPTPATH/../../stx-update/cgcs-patch - -# Set environment variables for python -export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch -export PYTHONDONTWRITEBYTECODE=true - -# Run the patch_build tool -exec $CGCSPATCH_DIR/bin/make_patch "$@" - diff --git a/extras/scripts/modify_patch.sh b/extras/scripts/modify_patch.sh deleted file mode 100755 index 2155ee6..0000000 --- a/extras/scripts/modify_patch.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -pushd `dirname $0` > /dev/null -SCRIPTPATH=`pwd` -popd > /dev/null - -CGCSPATCH_DIR=$SCRIPTPATH/../../stx-update/cgcs-patch - -# Set environment variables for python -export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch -export PYTHONDONTWRITEBYTECODE=true - -# Run the patch_build tool -exec $CGCSPATCH_DIR/bin/modify_patch "$@" - diff --git a/extras/scripts/patch_build.sh b/extras/scripts/patch_build.sh deleted file mode 100755 index 6dc9e9a..0000000 --- a/extras/scripts/patch_build.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -pushd `dirname $0` > /dev/null -SCRIPTPATH=`pwd` -popd > /dev/null - -CGCSPATCH_DIR=$SCRIPTPATH/../../stx-update/cgcs-patch - -# Source release-info -. $SCRIPTPATH/../../middleware/recipes-common/build-info/release-info.inc -export PLATFORM_RELEASE - -# Set environment variables for python -export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch -export PYTHONDONTWRITEBYTECODE=true - -# Run the patch_build tool -exec $CGCSPATCH_DIR/bin/patch_build "$@" - diff --git a/extras/scripts/query_patch.sh b/extras/scripts/query_patch.sh deleted file mode 100755 index dbee355..0000000 --- a/extras/scripts/query_patch.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -pushd `dirname $0` > /dev/null -SCRIPTPATH=`pwd` -popd > /dev/null - -CGCSPATCH_DIR=$SCRIPTPATH/../../stx-update/cgcs-patch - -# Set environment variables for python -export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch -export PYTHONDONTWRITEBYTECODE=true - -# Run the patch_build tool -exec $CGCSPATCH_DIR/bin/query_patch "$@" -