From: Zac Medico Date: Wed, 27 Feb 2008 16:00:54 +0000 (-0000) Subject: Bug #211294 - Make repoman ignore profiles labeled with anything other X-Git-Tag: v2.2_pre3~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6c6c8b9449e085e9633b54423ee25a47aad4fe67;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". svn path=/main/trunk/; revision=9389 --- diff --git a/bin/repoman b/bin/repoman index e86fc5e17..87c57f43e 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1308,6 +1308,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: