[DRE-commits] [ruby-em-synchrony] 02/07: tag patches
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun May 4 09:23:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-em-synchrony.
commit 589b2c0fdafa9980fc49e73aa523fc25d7ad1dcc
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun May 4 14:39:48 2014 +0530
tag patches
---
debian/patches/disable-amqp.patch | 5 +++++
debian/patches/disable-connection-pool-tests.patch | 5 +++++
debian/patches/disable-em-mongo-test.patch | 5 +++++
debian/patches/disable-failing-activerecord-tests.patch | 5 +++++
debian/patches/disable-hiredis-tests.patch | 5 +++++
debian/patches/disable-mongo-tests.patch | 5 +++++
debian/patches/disable-network-tests.patch | 5 +++++
debian/patches/disable-redis-auth.test | 5 +++++
debian/patches/disable-synchrony-failing-test.patch | 5 +++++
9 files changed, 45 insertions(+)
diff --git a/debian/patches/disable-amqp.patch b/debian/patches/disable-amqp.patch
index b00efa2..b8f5779 100644
--- a/debian/patches/disable-amqp.patch
+++ b/debian/patches/disable-amqp.patch
@@ -1,3 +1,8 @@
+Description: Disable tests requiring amqp service
+ Debian specific patch
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2014-05-04
+
--- a/spec/amqp_spec.rb
+++ b/spec/amqp_spec.rb
@@ -2,7 +2,7 @@
diff --git a/debian/patches/disable-connection-pool-tests.patch b/debian/patches/disable-connection-pool-tests.patch
index dcb637d..3fcebec 100644
--- a/debian/patches/disable-connection-pool-tests.patch
+++ b/debian/patches/disable-connection-pool-tests.patch
@@ -1,3 +1,8 @@
+Description: Disable connection pool tests
+ Debian specific patch
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2014-05-04
+
--- a/spec/connection_pool_spec.rb
+++ b/spec/connection_pool_spec.rb
@@ -5,7 +5,7 @@
diff --git a/debian/patches/disable-em-mongo-test.patch b/debian/patches/disable-em-mongo-test.patch
index 409f435..95ff35f 100644
--- a/debian/patches/disable-em-mongo-test.patch
+++ b/debian/patches/disable-em-mongo-test.patch
@@ -1,3 +1,8 @@
+Description: Disable tests requiring mongodb service
+ Debian specific patch
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2014-05-04
+
--- a/spec/em-mongo_spec.rb
+++ b/spec/em-mongo_spec.rb
@@ -1,7 +1,7 @@
diff --git a/debian/patches/disable-failing-activerecord-tests.patch b/debian/patches/disable-failing-activerecord-tests.patch
index 5b8e29c..1b32c78 100644
--- a/debian/patches/disable-failing-activerecord-tests.patch
+++ b/debian/patches/disable-failing-activerecord-tests.patch
@@ -1,3 +1,8 @@
+Description: Disable failing activerecord tests
+ Debian specific patch. Help troubleshooting this is welcome.
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2014-05-04
+
--- a/spec/activerecord_spec.rb
+++ b/spec/activerecord_spec.rb
@@ -36,7 +36,7 @@
diff --git a/debian/patches/disable-hiredis-tests.patch b/debian/patches/disable-hiredis-tests.patch
index a22f96a..216834e 100644
--- a/debian/patches/disable-hiredis-tests.patch
+++ b/debian/patches/disable-hiredis-tests.patch
@@ -1,3 +1,8 @@
+Description: Disable tests requiring hiredis adapter
+ Debian specific patch
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2014-05-04
+
--- a/spec/hiredis_spec.rb
+++ b/spec/hiredis_spec.rb
@@ -2,7 +2,7 @@
diff --git a/debian/patches/disable-mongo-tests.patch b/debian/patches/disable-mongo-tests.patch
index 5538639..be3b301 100644
--- a/debian/patches/disable-mongo-tests.patch
+++ b/debian/patches/disable-mongo-tests.patch
@@ -1,3 +1,8 @@
+Description: Disable tests requiring mongodb service
+ Debian specific patch
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2014-05-04
+
--- a/spec/mongo_spec.rb
+++ b/spec/mongo_spec.rb
@@ -3,7 +3,7 @@
diff --git a/debian/patches/disable-network-tests.patch b/debian/patches/disable-network-tests.patch
index 65a4168..4ed5993 100644
--- a/debian/patches/disable-network-tests.patch
+++ b/debian/patches/disable-network-tests.patch
@@ -1,3 +1,8 @@
+Description: Disable tests requiring network connection
+ Debian specific patch
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2014-05-04
+
--- a/spec/tcpsocket_spec.rb
+++ b/spec/tcpsocket_spec.rb
@@ -400,7 +400,7 @@
diff --git a/debian/patches/disable-redis-auth.test b/debian/patches/disable-redis-auth.test
index 45c2ee5..3e81b4d 100644
--- a/debian/patches/disable-redis-auth.test
+++ b/debian/patches/disable-redis-auth.test
@@ -1,3 +1,8 @@
+Description: Disable tests that tries to auth to redis
+ Debian specific patch
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2014-05-04
+
--- a/spec/redis_spec.rb
+++ b/spec/redis_spec.rb
@@ -90,7 +90,7 @@
diff --git a/debian/patches/disable-synchrony-failing-test.patch b/debian/patches/disable-synchrony-failing-test.patch
index 3b40d50..90f284f 100644
--- a/debian/patches/disable-synchrony-failing-test.patch
+++ b/debian/patches/disable-synchrony-failing-test.patch
@@ -1,3 +1,8 @@
+Description: Disable failing tests
+ Debian specific patch. Troubleshooting help welcome.
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2014-05-04
+
--- a/spec/synchrony_spec.rb
+++ b/spec/synchrony_spec.rb
@@ -18,7 +18,7 @@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-em-synchrony.git
More information about the Pkg-ruby-extras-commits
mailing list