loci/scripts
Chris Hoge 7fd814b15e Fix error reporting in requirements.sh script
The 'echo %1' in requirements.sh did just that, echoed %1 without
reporting the source of the pip error. This patch changes this
command to 'cat $1', which dumps the content of the file referred
to by $1. This content is the pip package to install. Upon failure,
the user can know exactly which pip build failed and search for the
relevant error message in the build log.

Change-Id: Ieb5c928c31f1a6673152a0b1a15f6efe21cc063e
2018-12-10 23:12:21 -08:00
..
cleanup.sh Add openSUSE Tumbleweed support 2018-11-27 14:57:53 +00:00
clone_project.sh Add requirements support to generic dockerfile 2017-10-01 01:02:31 -04:00
create_user.sh Allow the uid and gid to be customizeable 2018-01-10 15:43:03 -05:00
fetch_wheels.py Fixed fetch_wheels.py to handle any docker-compliant registry. 2018-04-10 11:29:17 +00:00
fetch_wheels.sh Clean up comment style and identify bugs and workarounds 2018-10-25 11:33:25 -07:00
install.sh Add openSUSE Tumbleweed support 2018-11-27 14:57:53 +00:00
install_nova_console.sh Clean up comment style and identify bugs and workarounds 2018-10-25 11:33:25 -07:00
install_packages.sh Add openSUSE Tumbleweed support 2018-11-27 14:57:53 +00:00
pip_install.sh add pip additional args 2018-03-29 11:10:01 +08:00
requirements.sh Fix error reporting in requirements.sh script 2018-12-10 23:12:21 -08:00
setup_pip.sh Add PIP_WHEEL_ARGS and use PIP_ARGS for pip install 2018-11-12 10:44:46 -05:00