[DRE-commits] [ruby-redis-rack] 06/07: bind to localhost

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 20 14:45:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-redis-rack.

commit 96517c28ee36765e95658479e42b499cb3498829
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Jul 20 20:12:35 2017 +0530

    bind to localhost
---
 debian/ruby-tests.rake | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index e0c25ca..48beff3 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -14,9 +14,9 @@ task :default do
 end
 
 task :start_redis do
-    sh 'redis-server --daemonize yes --port 6379&'
-    sh 'redis-server --daemonize yes --port 6380&'
-    sh 'redis-server --daemonize yes --port 6381&'
+    sh 'redis-server --daemonize yes --port 6379 --bind 127.0.0.1'
+    sh 'redis-server --daemonize yes --port 6380 --bind 127.0.0.1'
+    sh 'redis-server --daemonize yes --port 6381 --bind 127.0.0.1'
 end
 
 Rake::TestTask.new do |t|

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-redis-rack.git



More information about the Pkg-ruby-extras-commits mailing list