[DRE-commits] [schleuder] 05/13: debian/ruby-tests.rake: Don't kill gpg-agent, integrated upstream

Georg Faerber georg-alioth-guest at moszumanska.debian.org
Fri Oct 27 17:12:46 UTC 2017


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

georg-alioth-guest pushed a commit to branch debian/3.2
in repository schleuder.

commit 05430eddf1a774fa8b68aee69073189a0dc96ce1
Author: Georg Faerber <georg at riseup.net>
Date:   Tue Oct 24 13:07:02 2017 +0200

    debian/ruby-tests.rake: Don't kill gpg-agent, integrated upstream
---
 debian/ruby-tests.rake | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index c206902..10badfa 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -12,8 +12,6 @@ task :setup do
   # Set up database
   `rake -f debian/Rakefile db:create`
   `rake -f debian/Rakefile db:schema:load`
-  # Kill gpg-agent
-  `gpgconf --kill gpg-agent`
 end
 
 task :run_tests do
@@ -24,8 +22,6 @@ end
 
 task :cleanup do
   at_exit {
-    # Kill gpg-agent
-    `gpgconf --kill gpg-agent`
     # Remove lists dir to make the build reproducible
     `rm #{ENV["SCHLEUDER_TMP_DIR"]} >/dev/null 2>&1 || true`
   }

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



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