X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-push-gerrit-patch.sh;h=f64da9cbcab18dac4980abb2a7dfd424d27392d7;hb=1a7dd448bc316eca8fdce81cb2d2e7091cb4447d;hp=1bf1b191a07e63c2e10481c595176b9bcfb1de2d;hpb=8d12b324463c0e3357d7eb2f52e63319d0ef9068;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-push-gerrit-patch.sh b/jjb/opendaylight-infra-push-gerrit-patch.sh index 1bf1b191a..f64da9cbc 100644 --- a/jjb/opendaylight-infra-push-gerrit-patch.sh +++ b/jjb/opendaylight-infra-push-gerrit-patch.sh @@ -1,4 +1,13 @@ #!/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 @@ -6,7 +15,7 @@ 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 "pip<10.0.0" setuptools pip install --upgrade git-review pip freeze