mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-30 08:16:17 +01:00
Merge branch 'fix-simpleimage' of https://github.com/adrianschroeter/osc
Use the correct build result directory in case of a "simpleimage" build (the results are stored in the "OTHER" directory).
This commit is contained in:
commit
64ab6930c5
@ -385,7 +385,7 @@ def get_built_files(pacdir, buildtype):
|
|||||||
stdout=subprocess.PIPE).stdout.read().strip()
|
stdout=subprocess.PIPE).stdout.read().strip()
|
||||||
s_built = ''
|
s_built = ''
|
||||||
elif buildtype == 'simpleimage':
|
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'],
|
'-type', 'f'],
|
||||||
stdout=subprocess.PIPE).stdout.read().strip()
|
stdout=subprocess.PIPE).stdout.read().strip()
|
||||||
s_built = ''
|
s_built = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user