[DRE-commits] [ruby-thread-safe] 01/06: releasing package ruby-thread-safe version 0.3.5-3
Antonio Terceiro
terceiro at moszumanska.debian.org
Wed Nov 4 11:43:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-thread-safe.
commit ad31de42ffcf2848d3eb602ad6d47bf8460ff087
Author: Antonio Terceiro <terceiro at debian.org>
Date: Wed Nov 4 09:12:31 2015 -0200
releasing package ruby-thread-safe version 0.3.5-3
---
debian/changelog | 7 +++++++
debian/ruby-tests.rake | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a8f828d..04377a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-thread-safe (0.3.5-3) unstable; urgency=medium
+
+ * debian/ruby-tests.rake: exclude test/test_cache_loops.rb, which is a
+ stress test that is maybe causing issues on the buildd.
+
+ -- Antonio Terceiro <terceiro at debian.org> Wed, 04 Nov 2015 09:12:28 -0200
+
ruby-thread-safe (0.3.5-2) unstable; urgency=medium
* Team upload
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 8abecdb..afd70c6 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,4 +1,4 @@
require 'gem2deb/rake/testtask'
Gem2Deb::Rake::TestTask.new do |t|
- t.test_files = FileList["test/**/*.rb"]
+ t.test_files = FileList["test/**/*.rb"].reject { |f| f =~ /cache_loops/ }
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-thread-safe.git
More information about the Pkg-ruby-extras-commits
mailing list