summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-02-27 16:02:34 +0000
committerZac Medico <zmedico@gentoo.org>2008-02-27 16:02:34 +0000
commit21596c1e3202ed9b9ccd59a5a2d6b0d83f94d74d (patch)
tree1e82b0759c38efa241edbe1363cbbcdc880f25e7 /bin
parentf264300a32215efeaa69c641a58384133f5c8e6c (diff)
downloadportage-21596c1e3202ed9b9ccd59a5a2d6b0d83f94d74d.tar.gz
portage-21596c1e3202ed9b9ccd59a5a2d6b0d83f94d74d.tar.bz2
portage-21596c1e3202ed9b9ccd59a5a2d6b0d83f94d74d.zip
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman3
1 files changed, 3 insertions, 0 deletions
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: