mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-24 15:18:54 +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)
|
pathn = getTransActPath(self.dir)
|
||||||
|
|
||||||
if validators:
|
if validators and not self.name.startswith('_'):
|
||||||
import subprocess
|
import subprocess
|
||||||
import stat
|
import stat
|
||||||
for validator in sorted(os.listdir(validators)):
|
for validator in sorted(os.listdir(validators)):
|
||||||
|
Reference in New Issue
Block a user