[otrs-cvs] module-tools CodePolicy.pl,1.3,1.4

cvs-log at otrs.org cvs-log at otrs.org
Thu Feb 28 15:04:11 GMT 2008


Comments:
Update of /home/cvs/module-tools
In directory lancelot:/tmp/cvs-serv25128

Modified Files:
	CodePolicy.pl 
Log Message:
* Switched SOAP target to real thing: internal interface of lancelot.
* Removed incorrect reference to '--svnlook'-option in POD.

Author: ot

Index: CodePolicy.pl
===================================================================
RCS file: /home/cvs/module-tools/CodePolicy.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CodePolicy.pl	25 Feb 2008 08:53:17 -0000	1.3
--- CodePolicy.pl	28 Feb 2008 15:04:06 -0000	1.4
***************
*** 335,340 ****
      $SOAP = SOAP::Lite
          ->uri('http://otrs.org/OTRS/CodePolicyAPI')
! #        ->proxy('http://172.17.17.1/soap/code-policy')
!         ->proxy('http://localhost/soap/code-policy')
          ->on_fault(sub {
              my $SOAP   = shift;
--- 335,339 ----
      $SOAP = SOAP::Lite
          ->uri('http://otrs.org/OTRS/CodePolicyAPI')
!         ->proxy('http://172.17.17.1/soap/code-policy')
          ->on_fault(sub {
              my $SOAP   = shift;
***************
*** 601,606 ****
      --domain=<string>           lists only actions applicable for the given domain
      --profile=<string>          sets the profile from which actions are picked
-     --svnlook=<string>          defines the svnlook binary to use when checking
-                                 a subversion commit.
  
  =head1 DESCRIPTION
--- 600,603 ----


More information about the cvs-log mailing list