[51120] trunk/base/portmgr/bots/trac.rb

jmr at macports.org jmr at macports.org
Mon May 18 12:15:54 PDT 2009


Revision: 51120
          http://trac.macports.org/changeset/51120
Author:   jmr at macports.org
Date:     2009-05-18 12:15:54 -0700 (Mon, 18 May 2009)
Log Message:
-----------
make new mpbot commands work

Modified Paths:
--------------
    trunk/base/portmgr/bots/trac.rb

Modified: trunk/base/portmgr/bots/trac.rb
===================================================================
--- trunk/base/portmgr/bots/trac.rb	2009-05-18 18:54:52 UTC (rev 51119)
+++ trunk/base/portmgr/bots/trac.rb	2009-05-18 19:15:54 UTC (rev 51120)
@@ -60,7 +60,7 @@
 
 plugin = TracPlugin.new
 plugin.map 'ticket :number',    :action => 'ticket'
-plugin.map 'faq :parm',         :action => 'faq'
-plugin.map 'paste :parm',       :action => 'paste'
+plugin.map 'faq',               :action => 'faq'
+plugin.map 'paste',             :action => 'paste'
 plugin.map 'guide :parm',       :action => 'guide',     :defaults => {:parm => ""}
 plugin.map 'team',              :action => 'team'
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090518/8b90198b/attachment.html>


More information about the macports-changes mailing list