- 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:
Mike Bonnet 2009-09-29 17:11:53 -04:00
parent b5172f49ae
commit bdac9d5f85
5 changed files with 47 additions and 46 deletions

View file

@ -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'):