X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=shell%2Flftools-install.sh;fp=shell%2Flftools-install.sh;h=527a7345a018d43ae02ca721325395b316f522a2;hb=851b0b6d0cfe84e986548fd596a9b2f18413fefd;hp=0000000000000000000000000000000000000000;hpb=b9a8a519e9f91956b27bc8b1d636dac0ea3cdc29;p=releng%2Fglobal-jjb.git diff --git a/shell/lftools-install.sh b/shell/lftools-install.sh new file mode 100644 index 00000000..527a7345 --- /dev/null +++ b/shell/lftools-install.sh @@ -0,0 +1,18 @@ +#!/bin/bash +# @License EPL-1.0 +############################################################################## +# Copyright (c) 2017 The Linux Foundation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +############################################################################## +echo "---> lftools-install.sh" + +virtualenv "$WORKSPACE/.virtualenvs/lftools" +# shellcheck source=./.virtualenvs/lftools/bin/activate disable=SC1091 +source "$WORKSPACE/.virtualenvs/lftools/bin/activate" +pip install --upgrade pip +pip install --upgrade "lftools<1.0.0" +pip freeze