[DRE-commits] [gitlab-shell] 01/02: use tcp connection to redis
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Jul 14 15:13:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab-shell.
commit dfb5434f489801122e6a29355dec1ab792cd25bf
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Jun 22 15:27:36 2016 +0530
use tcp connection to redis
---
debian/changelog | 6 ++++++
debian/gitlab-shell-config.yml | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3518e4a..ce9fd55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gitlab-shell (3.0.0-3) unstable; urgency=medium
+
+ * Use tcp connection to redis instead of unix socket (redis default is tcp)
+
+ -- Pirate Praveen <praveen at debian.org> Wed, 22 Jun 2016 15:27:25 +0530
+
gitlab-shell (3.0.0-2) unstable; urgency=medium
* Don't check dependencies in autopkgtest (Closes: #819085)
diff --git a/debian/gitlab-shell-config.yml b/debian/gitlab-shell-config.yml
index a992451..49525d4 100644
--- a/debian/gitlab-shell-config.yml
+++ b/debian/gitlab-shell-config.yml
@@ -37,11 +37,11 @@ auth_file: "/usr/share/gitlab/.ssh/authorized_keys"
# Redis settings used for pushing commit notices to gitlab
redis:
bin: /usr/bin/redis-cli
- # host: 127.0.0.1
- # port: 6379
+ host: 127.0.0.1
+ port: 6379
# pass: redispass # Allows you to specify the password for Redis
database: 0
- socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP
+ # socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP
namespace: resque:gitlab
# Log file.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab-shell.git
More information about the Pkg-ruby-extras-commits
mailing list