Remove unused {maven} variable
[releng/builder.git] / jjb / opendaylight-infra-push-gerrit-patch.sh
index 1bf1b191a07e63c2e10481c595176b9bcfb1de2d..0d1a67055ae7f97722ea7ed55cfc986b80e5fc0e 100644 (file)
@@ -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
@@ -8,7 +17,8 @@ virtualenv "/tmp/v/git-review"
 source "/tmp/v/git-review/bin/activate"
 pip install --upgrade pip
 pip install --upgrade git-review
-pip freeze
+pip install --upgrade pipdeptree
+pipdeptree
 
 # shellcheck disable=SC1083
 CHANGE_ID=$(ssh -p 29418 "jenkins-$SILO@git.opendaylight.org" gerrit query \