Install lftools using the global-jjb scripts
[releng/builder.git] / jjb / autorelease / include-raw-autorelease-release-versions.sh
index 0b38f0ee081549f07041083a0cdd8644b1b80c1d..e84b8caa2745012980dc62da27377db49b43224e 100644 (file)
 # RELEASE_TAG=Beryllium-SR1  # Example
 # RELEASE_BRANCH=stable/beryllium  # Example
 
-LFTOOLS_DIR="$WORKSPACE/.venv-lftools"
-if [ ! -d "$LFTOOLS_DIR" ]
-then
-    virtualenv "$LFTOOLS_DIR"
-    # shellcheck disable=SC1090
-    source "$LFTOOLS_DIR/bin/activate"
-    pip install --upgrade pip
-    pip freeze
-    pip install lftools
-fi
-# shellcheck disable=SC1090
-source "$LFTOOLS_DIR/bin/activate"
-
 # Directory to put git format-patches
 PATCH_DIR="$WORKSPACE/patches"