mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-26 22:56:15 +01:00
simpleimage uses OTHER directory to deliver files
This commit is contained in:
parent
dd9130a292
commit
320adda399
@ -385,7 +385,7 @@ def get_built_files(pacdir, buildtype):
|
||||
stdout=subprocess.PIPE).stdout.read().strip()
|
||||
s_built = ''
|
||||
elif buildtype == 'simpleimage':
|
||||
b_built = subprocess.Popen(['find', os.path.join(pacdir, 'SIMPLEIMAGE'),
|
||||
b_built = subprocess.Popen(['find', os.path.join(pacdir, 'OTHER'),
|
||||
'-type', 'f'],
|
||||
stdout=subprocess.PIPE).stdout.read().strip()
|
||||
s_built = ''
|
||||
|
Loading…
Reference in New Issue
Block a user