mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 19:52:12 +01:00
Set build files for fissile
This commit is contained in:
parent
2d44589886
commit
a8cc111851
@ -349,6 +349,11 @@ def get_built_files(pacdir, buildtype):
|
||||
'-type', 'f'],
|
||||
stdout=subprocess.PIPE).stdout.read().strip()
|
||||
s_built = ''
|
||||
elif buildtype == 'fissile':
|
||||
b_built = subprocess.Popen(['find', os.path.join(pacdir, 'FISSILE'),
|
||||
'-type', 'f'],
|
||||
stdout=subprocess.PIPE).stdout.read().strip()
|
||||
s_built = ''
|
||||
elif buildtype == 'dsc' or buildtype == 'collax':
|
||||
b_built = subprocess.Popen(['find', os.path.join(pacdir, 'DEBS'),
|
||||
'-name', '*.deb'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user