[Apt-listbugs-commits] [apt-listbugs] 09/11: drop the useless minimal-soap.rb

Francesco Poli frx-guest at moszumanska.debian.org
Sat Jun 4 16:53:08 UTC 2016


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

frx-guest pushed a commit to branch master
in repository apt-listbugs.

commit f257119db523865ca55b58630db47f76154fb2a6
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sat Jun 4 18:18:20 2016 +0200

    drop the useless minimal-soap.rb
---
 examples/minimal-soap.rb | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/examples/minimal-soap.rb b/examples/minimal-soap.rb
deleted file mode 100755
index 1fceca0..0000000
--- a/examples/minimal-soap.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/ruby
-# use raw soap interface to create a minimal code that works.
-# 15 Jul 2007: created as an example to paste into http://wiki.debian.org/DebbugsSoapInterface documentation.
-require 'soap/rpc/driver'
-
-host = "bugs.debian.org"
-port = 80
-server="http://#{host}:#{port}/cgi-bin/soap.cgi"
-ns = 'Debbugs/SOAP/'
-drv = SOAP::RPC::Driver.new(server, ns)
-drv.wiredump_dev = STDOUT if $DEBUG
-drv.add_method('get_status','bugnumber')
-drv.add_method('get_bugs','keyparam')
-
-p drv.get_status(drv.get_bugs(['package', 'pbuilder', 'severity', 'wishlist']))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/apt-listbugs/apt-listbugs.git



More information about the Apt-listbugs-commits mailing list