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 "$@" -