From 268d48e06c7bb58499de24a8912286da99156139 Mon Sep 17 00:00:00 2001 From: James Fryman Date: Tue, 27 Jan 2015 08:50:40 -0600 Subject: [PATCH 1/2] register_content to pass appropriate flags. A change was made in https://github.com/StackStorm/st2/commit/239d6f453f937f51328e7c9f35a8076f81910ea2 than needs to be moved to the st2_deploy.sh command. /cc @Kami @phool --- tools/st2_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/st2_deploy.sh b/tools/st2_deploy.sh index add76b73f0..1f1b965cd3 100755 --- a/tools/st2_deploy.sh +++ b/tools/st2_deploy.sh @@ -304,7 +304,7 @@ deploy_deb() { register_content() { echo "########## Registering all content ##########" - $PYTHON ${PYTHONPACK}/st2common/bin/registercontent.py --config-file ${STANCONF} + $PYTHON ${PYTHONPACK}/st2common/bin/registercontent.py --register-sensors --register-actions--config-file ${STANCONF} } create_user From 63de98cc30584d52c442d15286f165af845a82aa Mon Sep 17 00:00:00 2001 From: James Fryman Date: Tue, 27 Jan 2015 08:54:27 -0600 Subject: [PATCH 2/2] Add proper spacing. --- tools/st2_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/st2_deploy.sh b/tools/st2_deploy.sh index 1f1b965cd3..8e58097172 100755 --- a/tools/st2_deploy.sh +++ b/tools/st2_deploy.sh @@ -304,7 +304,7 @@ deploy_deb() { register_content() { echo "########## Registering all content ##########" - $PYTHON ${PYTHONPACK}/st2common/bin/registercontent.py --register-sensors --register-actions--config-file ${STANCONF} + $PYTHON ${PYTHONPACK}/st2common/bin/registercontent.py --register-sensors --register-actions --config-file ${STANCONF} } create_user