Description of problem: diy cartridge app_ctl.sh script doesn't update .state Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. create diy cartridge 2. use git to push update to default application 3. Actual results: ~/app-root/runtime/.state is contains 'deploying' not 'started' Expected results: ~/app-root/runtime/.state contains 'started' Additional info: app_ctl.sh needs to be updated to call set_app_state appropriately
I used https://github.com/kagesenshi/plone-openshift-quickstart to verify, changes in app_ctl.sh https://github.com/openshift/crankcase/pull/405
Verified on INT Steps: 1. Create diy cartridge 2. Use git to push update to default application, ssh into application, check app-root/runtime/.state before, during and after git push Result: .state is updated at during application stop, build, deploy and start. After git push, the .state contains 'started'