1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-06 15:43:39 +02:00

do not source validate special packages which start with an underscore

This commit is contained in:
2010-07-19 18:03:18 +02:00
parent 70b3d34798
commit fd6b59cf38

View File

@@ -912,7 +912,7 @@ class Package:
pathn = getTransActPath(self.dir)
if validators:
if validators and not self.name.startswith('_'):
import subprocess
import stat
for validator in sorted(os.listdir(validators)):