PAL: Refactor the processing of spec and download
[csit.git] / resources / tools / presentation / run_cpta.sh
index 94745f7..18b0ec7 100755 (executable)
@@ -7,11 +7,6 @@ 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]}
 
@@ -28,7 +23,7 @@ pip3 install -r requirements.txt
 export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
 
 STATUS=$(python pal.py \
-    --specification specification_CPTA.yaml \
+    --specification specifications/trending \
     --logging INFO \
     --force)
 RETURN_STATUS=$?