|
Lines 885-893
Link Here
|
| 885 |
#if not portage.portdb.xmatch("bestmatch-visible",x): |
885 |
#if not portage.portdb.xmatch("bestmatch-visible",x): |
| 886 |
# stats["ebuild.nostable"]+=1 |
886 |
# stats["ebuild.nostable"]+=1 |
| 887 |
# fails["ebuild.nostable"].append(x) |
887 |
# fails["ebuild.nostable"].append(x) |
|
|
888 |
portage.groups=["*"] |
| 888 |
if not portage.portdb.xmatch("list-visible",x): |
889 |
if not portage.portdb.xmatch("list-visible",x): |
| 889 |
stats["ebuild.allmasked"]+=1 |
890 |
stats["ebuild.allmasked"]+=1 |
| 890 |
fails["ebuild.allmasked"].append(x) |
891 |
fails["ebuild.allmasked"].append(x) |
| 891 |
|
892 |
|
| 892 |
#Pickle and save results for instant reuse in last and lfull |
893 |
#Pickle and save results for instant reuse in last and lfull |
| 893 |
savef=open('/var/cache/edb/repo.stats','w') |
894 |
savef=open('/var/cache/edb/repo.stats','w') |