commit:     2984cd6ef0603a7650e2e731fb3ad92909673545
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 15:36:29 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 15:45:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/rbot-gentoo.git/commit/?id=2984cd6e

!meta -v: Disable herd expansion

 gentoo-data.rb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gentoo-data.rb b/gentoo-data.rb
index 512422f..d99c7c6 100644
--- a/gentoo-data.rb
+++ b/gentoo-data.rb
@@ -123,12 +123,6 @@ class GentooPlugin < Plugin
       p[:project] = maint['email']
       project(m, p)
     }
-    pkg['herds'].each { |h|
-      debug("meta -v calling herd for #{h}")
-      p = params.clone
-      p[:herd] = h
-      herd(m, p)
-    }
   end
 
   def changelog(m, params)

Reply via email to