diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-26 16:36:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-26 16:45:11 +0100 |
commit | 2984cd6ef0603a7650e2e731fb3ad92909673545 (patch) | |
tree | d3cb81f8982b1cfefcd82c0e2cc79f01a89be79d | |
parent | !meta -v: Support project expansion (diff) | |
download | rbot-gentoo-2984cd6ef0603a7650e2e731fb3ad92909673545.tar.gz rbot-gentoo-2984cd6ef0603a7650e2e731fb3ad92909673545.tar.bz2 rbot-gentoo-2984cd6ef0603a7650e2e731fb3ad92909673545.zip |
!meta -v: Disable herd expansion
-rw-r--r-- | gentoo-data.rb | 6 |
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) |