Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f032b4b
)
Print the final requirements file
19/13619/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Thu, 22 Nov 2018 05:09:31 +0000
(13:09 +0800)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Thu, 22 Nov 2018 05:09:48 +0000
(13:09 +0800)
Make it clear what's being pulled in by pip install.
Change-Id: I1d659de74e1eb6e37a390285ed3b9854d19edbc9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/python-tools-install.sh
patch
|
blob
|
history
diff --git
a/shell/python-tools-install.sh
b/shell/python-tools-install.sh
index
4506062
..
b13edf3
100644
(file)
--- a/
shell/python-tools-install.sh
+++ b/
shell/python-tools-install.sh
@@
-19,6
+19,10
@@
python-heatclient~=1.16.1
python-openstackclient~=3.16.0
EOF
+echo "Requirements file"
+echo "-----------------"
+cat "$REQUIREMENTS_FILE"
+
# Use `python -m pip` to ensure we are using the latest version of pip
python -m pip install --user --quiet --upgrade pip
python -m pip install --user --quiet --upgrade setuptools