From 21596c1e3202ed9b9ccd59a5a2d6b0d83f94d74d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 27 Feb 2008 16:02:34 +0000 Subject: 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 --- bin/repoman | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') 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: -- cgit v1.2.3-1-g7c22