From 0cf5eb03118846da2ce55a647a0bd3e7de3ea94f Mon Sep 17 00:00:00 2001 From: Tuomas Starck Date: Wed, 17 Sep 2014 11:31:56 +0300 Subject: [PATCH] It runs - ship it --- debian/changelog | 6 ++++++ debian/gearsloth.upstart | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 10d2a22..f3c1701 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gearsloth (0.3.6-1) unstable; urgency=low + + * New release after fixes + + -- Tuomas Starck Wed, 17 Sep 2014 08:29:29 +0000 + gearsloth (0.3.5-1) unstable; urgency=low * Another test build for fs-adapter diff --git a/debian/gearsloth.upstart b/debian/gearsloth.upstart index 1e579eb..48a2ff9 100644 --- a/debian/gearsloth.upstart +++ b/debian/gearsloth.upstart @@ -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 diff --git a/package.json b/package.json index 05b6423..d7118b1 100644 --- a/package.json +++ b/package.json @@ -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": {