From 6c6c8b9449e085e9633b54423ee25a47aad4fe67 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 27 Feb 2008 16:00:54 +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". svn path=/main/trunk/; revision=9389 --- bin/repoman | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit v1.2.3-1-g7c22