From 2e63ef13b419da1198439617e66cb0f1cfe6be65 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 20 Jun 2018 12:56:41 +0200 Subject: CSIT-1110: Replace old trending with the new one + Remove /new/ folders in presentation and docs. Change-Id: I870002ba8509189196e778aa1292b93e83a3ec17 Signed-off-by: Vratko Polak --- resources/tools/presentation/new/run_cpta.sh | 34 ---------------------------- 1 file changed, 34 deletions(-) delete mode 100755 resources/tools/presentation/new/run_cpta.sh (limited to 'resources/tools/presentation/new/run_cpta.sh') diff --git a/resources/tools/presentation/new/run_cpta.sh b/resources/tools/presentation/new/run_cpta.sh deleted file mode 100755 index 6199703dbd..0000000000 --- a/resources/tools/presentation/new/run_cpta.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash - -set -x - -# set default values in config array -typeset -A DIR - -DIR[WORKING]=_tmp - -# Install system dependencies -sudo apt-get -y update -sudo apt-get -y install libxml2 libxml2-dev libxslt-dev build-essential \ - zlib1g-dev unzip - -# Create working directories -mkdir ${DIR[WORKING]} - -# Create virtual environment -virtualenv ${DIR[WORKING]}/env -. ${DIR[WORKING]}/env/bin/activate - -# Install python dependencies: -pip install -r requirements.txt - -export PYTHONPATH=`pwd`:`pwd`/jumpavg - -STATUS=$(python pal.py \ - --specification specification_CPTA.yaml \ - --logging INFO \ - --force) -RETURN_STATUS=$? - -echo ${STATUS} -exit ${RETURN_STATUS} -- cgit 1.2.3-korg