| |
@@ -466,7 +466,8 @@
|
| |
elif os.path.exists(basedir):
|
| |
# exists, but not a symlink
|
| |
logger.warning('Unexpected base volume content: %s', basedir)
|
| |
- self.fail('vol_symlink.not_a_link')
|
| |
+ stats.fail_build(self.build, 'vol_symlink.not_a_link')
|
| |
+ return
|
| |
else:
|
| |
stats.increment('build.link_missing')
|
| |
self.ensuredir(os.path.dirname(basedir))
|
| |
Fixes: https://pagure.io/koji-tools/issue/63