- store the arch of the image in the imageinfo table
- put the non-.iso files in a data/logs/ subdirectory for consistency with builds
This commit is contained in:
parent
b5172f49ae
commit
bdac9d5f85
5 changed files with 47 additions and 46 deletions
|
|
@ -2389,7 +2389,7 @@ class LiveCDTask(BaseTaskHandler):
|
|||
# Import info about the image into the database, unless this is a
|
||||
# scratch image.
|
||||
broot.markExternalRPMs(hdrlist)
|
||||
image_id = session.host.importImage(self.id, isofile, filesize,
|
||||
image_id = session.host.importImage(self.id, isofile, filesize, arch,
|
||||
'LiveCD ISO', hash, hdrlist)
|
||||
|
||||
if opts.get('scratch'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue