Merge "Update hc2vpp-csit-verify prebuild script"
[ci-management.git] / jjb / trex / include-raw-trex-build.sh
index 24049ac..4fe22b5 100644 (file)
@@ -1,53 +1,26 @@
 #!/bin/bash -ex
 
-# emulate unique name for now
-GERRIT_NEWREV=hash`date +%s%N`
-WS=${PWD}/$GERRIT_NEWREV
-
-#  temporary don't fail
-set +e
-
-function clean_ws {
-    rm -rf "$WS"
-}
-trap clean_ws EXIT
-
-echo "$WS"
-clean_ws
-mkdir "$WS"
-cd "$WS"
-
-# cloning
-
-git clone https://github.com/cisco-system-traffic-generator/trex-core.git
-git clone https://github.com/cisco-system-traffic-generator/trex-doc.git
-ls -l
-
 # building core
 
-cd trex-core/linux_dpdk
+cd linux_dpdk
 ./b configure
 ./b build
 cd -
 
-cd trex-core/linux
+cd linux
 ./b configure
 ./b build
 cd -
 
-which asciidoc
-which sphinx-build
-which dblatex
-which python
-which python3
-which pip
-
 # building docs
+# Commented out to trex-docs is integrated into trex repo
 
-cd trex-doc
-./b configure
-./b build
-cd -
+#cd trex-doc
+#./b configure
+#./b build
+#cd -
 
-echo Done
+echo "*******************************************************************"
+echo "* TREX BUILD SUCCESSFULLY COMPLETED"
+echo "*******************************************************************"