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:
@@ -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)):
|
||||
|
Reference in New Issue
Block a user