svn path=/main/branches/2.1.2/; revision=9024
for x in qacats:
if not stats[x]:
continue
- if "notadded" in x and not isCvs:
- stats[x] = 0
- continue
dowarn = 1
if x not in qawarnings:
dofail = 1
if os.stat(checkdir+"/"+y+".ebuild")[0] & 0x0248:
stats["file.executable"] += 1
fails["file.executable"].append(x+"/"+y+".ebuild")
- if y not in eadded:
+ if isCvs and y not in eadded:
#ebuild not added to cvs
stats["ebuild.notadded"]=stats["ebuild.notadded"]+1
fails["ebuild.notadded"].append(x+"/"+y+".ebuild")
for x in qacats:
if not stats[x]:
continue
- if "notadded" in x and not isCvs:
- stats[x] = 0
- continue
dowarn = 1
if x not in qawarnings:
dofail = 1