aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-01-26 16:36:29 +0100
committerMichał Górny <mgorny@gentoo.org>2016-01-26 16:45:11 +0100
commit2984cd6ef0603a7650e2e731fb3ad92909673545 (patch)
treed3cb81f8982b1cfefcd82c0e2cc79f01a89be79d /gentoo-data.rb
parent!meta -v: Support project expansion (diff)
downloadrbot-gentoo-2984cd6ef0603a7650e2e731fb3ad92909673545.tar.gz
rbot-gentoo-2984cd6ef0603a7650e2e731fb3ad92909673545.tar.bz2
rbot-gentoo-2984cd6ef0603a7650e2e731fb3ad92909673545.zip
!meta -v: Disable herd expansion
Diffstat (limited to 'gentoo-data.rb')
-rw-r--r--gentoo-data.rb6
1 files changed, 0 insertions, 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)