diff --git a/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh b/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh index 46f56290d38026d3d188ee75771bac31ff4e5aa3..62a94c07c15a1e1c81dffc13628e94f5c78b2fd3 100755 --- a/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh +++ b/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh @@ -15,7 +15,7 @@ cat gitScripts/bash_profile.hook >> ~eric/.bash_profile sudo -u eric cp tigConf/tigrc ~eric/.tigrc echo Installing minimal tools and tape tools -yum install -y git cmake rpm-build gcc gcc-c++ vim gdb cgdb strace ltrace screen tig lsscsi mt-st mtx sg3_utils jq psmisc +yum install -y git cmake rpm-build gcc gcc-c++ vim gdb cgdb strace ltrace screen tig lsscsi mt-st mtx sg3_utils jq psmisc yum-plugin-versionlock (cd / ; sudo -u eric git config --global color.ui true) (cd / ; sudo -u eric git config --global user.email "Eric.Cano@cern.ch")