Tools for working in the OpenStack Oslo community.
Go to file
Zhao Lei 19378504b5 Remove quotes from subshell call in bash script
Always no quotes for $() statement.

We don't need quotes to hold blanks in result:
 # i=$(echo 1 2 3)
 # echo $i
 1 2 3
 #

These quotes can make something wrong in some case:
 # i=$(echo '!')
 #
 # i="$(echo '!')"
 -bash: !: event not found
 #

No real problem for current code, only to use a better code style.

Change-Id: I3c87987d3b992c8363ef236a04ae6e35c1315535
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015-09-23 18:44:33 +08:00
apply_cookiecutter.sh Refactor graduate.sh 2015-01-28 17:51:46 -05:00
build_dashboards.sh Add gerrit dashboard files 2015-05-08 21:37:28 +00:00
check_maintainers.py Remove code that moved to oslo.i18n 2014-09-25 10:44:30 -04:00
clean_oslo_namespaces.sh Add tools to clean up namespace package use 2015-06-24 18:52:04 +00:00
clone_openstack.sh Change clone_openstack.sh to ignore stackforge by default 2014-10-09 15:59:59 -04:00
colorizer.py pep8: fixed multiple violations 2014-06-20 23:29:23 +02:00
filter_git_history.sh Remove quotes from subshell call in bash script 2015-09-23 18:44:33 +08:00
find_used_deleted_modules.py Change oslo.config to oslo_config 2015-01-29 14:13:55 -05:00
graduate.sh Refactor graduate.sh 2015-01-28 17:51:46 -05:00
install_venv.py Fix couple of env variable usage issues in venv scripts 2015-07-08 17:04:14 +09:00
install_venv_common.py Improve help strings 2014-04-29 08:08:18 +02:00
lint.py Upgrade to hacking 0.10 2015-01-20 15:01:05 +01:00
list_latest_releases.sh Remove obsolete comments from tool scripts 2015-02-17 18:19:27 -05:00
new_core.py Get the team and adding who launchpad links working 2015-06-26 19:57:54 -07:00
oslo_tool_config.py Switch from oslo.config to oslo_config 2015-02-13 14:27:57 -05:00
remove-namespace-packages-project.txt Add tools to clean up namespace package use 2015-06-24 18:52:04 +00:00
requirements.txt Add tox env for listing unreleased changes 2015-03-09 14:01:46 +00:00
run_tests_common.sh Fix couple of env variable usage issues in venv scripts 2015-07-08 17:04:14 +09:00
virtual_sprint.py Add a virtual sprint ML template/program 2014-12-09 13:27:44 -08:00
with_venv.sh Fix couple of env variable usage issues in venv scripts 2015-07-08 17:04:14 +09:00