fix up typo in getting arch for the lorax log file
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
012c749cdb
commit
ad18e21d1a
@ -1372,7 +1372,7 @@ class Pungi(PungiBase):
|
|||||||
|
|
||||||
cmd = ["lorax"]
|
cmd = ["lorax"]
|
||||||
cmd.extend(["--workdir", self.workdir])
|
cmd.extend(["--workdir", self.workdir])
|
||||||
cmd.extend(["--logfile", os.path.join(self.config.get('pungi', 'destdir'), 'logs/lorax-%s.log' % (self.pungiconfig.get('pungi', 'arch')))])
|
cmd.extend(["--logfile", os.path.join(self.config.get('pungi', 'destdir'), 'logs/lorax-%s.log' % (self.config.get('pungi', 'arch')))])
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# Convert url method to a repo
|
# Convert url method to a repo
|
||||||
|
Loading…
Reference in New Issue
Block a user