Skip to content

Commit

Permalink
add 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Oct 26, 2011
1 parent e9dd390 commit 0ee12dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
v1.0.5
======

* Remove infinite loop script to keep things alive - atmos

v1.0.4
======

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hubot",
"version": "1.0.4",
"version": "1.0.5",
"author": "GitHub Inc.",
"keywords": "github hubot campfire bot",
"description": "A simple helpful Robot for your Company",
Expand Down
7 changes: 2 additions & 5 deletions src/templates/bin/hubot
@@ -1,9 +1,6 @@
#!/bin/sh

npm install
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"

trap "exit" TERM

until node_modules/.bin/hubot "$@"; do
echo "Hubot crashed with exit code $?. Respawning..."
done
exec node_modules/.bin/hubot "$@"
2 changes: 1 addition & 1 deletion src/templates/package.json
Expand Up @@ -15,7 +15,7 @@
},

"dependencies": {
"hubot": ">= 1.0.4",
"hubot": ">= 1.0.5",
"hubot-scripts": ">= 1.0.4"
}
}

0 comments on commit 0ee12dd

Please sign in to comment.