Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/rbot-gentoo:master commit in: /
Date: Wed, 27 Jan 2016 18:21:56
Message-Id: 1453823111.2984cd6ef0603a7650e2e731fb3ad92909673545.mgorny@gentoo
1 commit: 2984cd6ef0603a7650e2e731fb3ad92909673545
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 26 15:36:29 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 26 15:45:11 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/rbot-gentoo.git/commit/?id=2984cd6e
7
8 !meta -v: Disable herd expansion
9
10 gentoo-data.rb | 6 ------
11 1 file changed, 6 deletions(-)
12
13 diff --git a/gentoo-data.rb b/gentoo-data.rb
14 index 512422f..d99c7c6 100644
15 --- a/gentoo-data.rb
16 +++ b/gentoo-data.rb
17 @@ -123,12 +123,6 @@ class GentooPlugin < Plugin
18 p[:project] = maint['email']
19 project(m, p)
20 }
21 - pkg['herds'].each { |h|
22 - debug("meta -v calling herd for #{h}")
23 - p = params.clone
24 - p[:herd] = h
25 - herd(m, p)
26 - }
27 end
28
29 def changelog(m, params)