Skip to content

Commit

Permalink
It runs - ship it
Browse files Browse the repository at this point in the history
  • Loading branch information
tstarck committed Sep 17, 2014
1 parent d8ddf2f commit 0cf5eb0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
gearsloth (0.3.6-1) unstable; urgency=low

* New release after fixes

-- Tuomas Starck <[email protected]> Wed, 17 Sep 2014 08:29:29 +0000

gearsloth (0.3.5-1) unstable; urgency=low

* Another test build for fs-adapter
Expand Down
2 changes: 1 addition & 1 deletion debian/gearsloth.upstart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script
set -e
FIFO=`mktemp --dry-run`
mkfifo $FIFO
(logger -t gearsloth -p local7.info <$FIFO &)
(logger -t sloth -p local7.info <$FIFO &)
exec 2>$FIFO
exec >$FIFO
rm $FIFO
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gearsloth",
"version": "0.3.5",
"version": "0.3.6",
"description": "Delayed task workers and persistent storage schemes for Gearman",
"main": "./lib/gearsloth",
"repository": {
Expand Down

0 comments on commit 0cf5eb0

Please sign in to comment.