indentation fixs correcting dvd creation
getting the commands together to run the iso creation process was incorrectly moved when jigdo creation was made optional, patch fixes https://pagure.io/pungi/issue/77 Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
e9699b7327
commit
290f8f6540
@ -175,8 +175,8 @@ class CreateisoPhase(PhaseBase):
|
|||||||
jigdo_cmd = " ".join([pipes.quote(i) for i in jigdo_cmd])
|
jigdo_cmd = " ".join([pipes.quote(i) for i in jigdo_cmd])
|
||||||
cmd["cmd"].append(jigdo_cmd)
|
cmd["cmd"].append(jigdo_cmd)
|
||||||
|
|
||||||
cmd["cmd"] = " && ".join(cmd["cmd"])
|
cmd["cmd"] = " && ".join(cmd["cmd"])
|
||||||
commands.append(cmd)
|
commands.append(cmd)
|
||||||
|
|
||||||
self.compose.notifier.send('createiso-targets', deliverables=deliverables)
|
self.compose.notifier.send('createiso-targets', deliverables=deliverables)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user