X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-push-gerrit-patch.sh;h=0d1a67055ae7f97722ea7ed55cfc986b80e5fc0e;hb=fafc613b71acb996cd3340e42e401ce8382491a6;hp=f7b6e43570e003747783897fe7ee675e64921b61;hpb=2a9769eae610af31202af4cb2e6cfcb0a79fd5a5;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-push-gerrit-patch.sh b/jjb/opendaylight-infra-push-gerrit-patch.sh index f7b6e4357..0d1a67055 100644 --- a/jjb/opendaylight-infra-push-gerrit-patch.sh +++ b/jjb/opendaylight-infra-push-gerrit-patch.sh @@ -1,14 +1,24 @@ #!/bin/bash +# SPDX-License-Identifier: 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 +############################################################################## # Install git-review using virtualenv to the latest version that supports # --reviewers option, available through pip install. Existing minion image has a # version that does not have it. -virtualenv "$WORKSPACE/.virtualenvs/git-review" -source "$WORKSPACE/.virtualenvs/git-review/bin/activate" -PYTHON="$WORKSPACE/.virtualenvs/git-review/bin/python" -$PYTHON -m pip install --upgrade pip -$PYTHON -m pip install --upgrade git-review -$PYTHON -m pip freeze +virtualenv "/tmp/v/git-review" +# shellcheck source=/tmp/v/git-review/bin/activate disable=SC1091 +source "/tmp/v/git-review/bin/activate" +pip install --upgrade pip +pip install --upgrade git-review +pip install --upgrade pipdeptree +pipdeptree # shellcheck disable=SC1083 CHANGE_ID=$(ssh -p 29418 "jenkins-$SILO@git.opendaylight.org" gerrit query \