From: Zac Medico Date: Wed, 27 Feb 2008 16:02:34 +0000 (-0000) Subject: Bug #211294 - Make repoman ignore profiles labeled with anything other X-Git-Tag: v2.1.5~373 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=21596c1e3202ed9b9ccd59a5a2d6b0d83f94d74d;p=portage.git Bug #211294 - Make repoman ignore profiles labeled with anything other than "stable" or "dev" in profiles.desc so that we can extend it with new labels such as "exp". (trunk r9389) svn path=/main/branches/2.1.2/; revision=9390 --- diff --git a/bin/repoman b/bin/repoman index 3d079f1e7..bcd0da164 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1767,6 +1767,9 @@ for x in scanlist: for prof in profiles[arch]: + if prof[1] not in ("stable", "dev"): + continue + profdir = portdir+"/profiles/"+prof[0] if prof[0] in arch_caches: