[Pkg-privacy-commits] [msva-perl] 42/356: utterly meaningless msva.rb changes

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:38 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit 7d856541192379278888493feaeaa6a9283fdc6e
Author: mike castleman <m at mlcastle.net>
Date:   Sun Jan 10 02:15:18 2010 -0500

    utterly meaningless msva.rb changes
---
 msva.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/msva.rb b/msva.rb
index dd3c165..3d97ba7 100644
--- a/msva.rb
+++ b/msva.rb
@@ -10,7 +10,7 @@ configure do
   git_dir = File.join(File.dirname(__FILE__), ".git")
   if File.directory?(git_dir)
     head = File.read("#{git_dir}/HEAD").strip.split[-1]
-    @@git_rev = File.read(File.join(git_dir, head))
+    @@git_rev = File.read(File.join(git_dir, head)).strip
   end
 end
 
@@ -38,7 +38,7 @@ post '/reviewcert' do
   data = params["pkc"]["data"].pack("C*")
   pkey = OpenSSL::X509::Certificate.new(data).public_key
 
-  { :valid => false, :message => "Just testing!!" }.to_json
+  { :valid => false, :message => "Just testing‼" }.to_json
 end
 
 # TODO: fill in if we need to do so

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list