hubot-openshift-restart
v0.0.1
Published
A hubot script that will restart openshift bots
Downloads
8
Readme
hubot-openshift-restart
A hubot script that restarts hubots running on openshift
Installation
In the hubot project repo, run:
npm install hubot-openshift-restart --save
Then add hubot-openshift-restart to your external-scripts.json:
["hubot-openshift-restart"]You may need to set HUBOT_TO_RESTART_CART, which defaults to nodejs-0.10
rhc env set HUBOT_TO_RESTART_CART=nodejs-0.11Sample Interaction
user1>> hubot reset
hubot>> Gimme a sec...
hubot>> And we're up!