Fix indentation.
This commit is contained in:
parent
cd9797de71
commit
44cda03261
@ -134,15 +134,15 @@ def main():
|
|||||||
mypungi.downloadSRPMs()
|
mypungi.downloadSRPMs()
|
||||||
|
|
||||||
if opts.do_all or opts.do_createrepo:
|
if opts.do_all or opts.do_createrepo:
|
||||||
mypungi.doCreaterepo()
|
mypungi.doCreaterepo()
|
||||||
|
|
||||||
if opts.do_all or opts.do_buildinstall:
|
if opts.do_all or opts.do_buildinstall:
|
||||||
if not opts.norelnotes:
|
if not opts.norelnotes:
|
||||||
mypungi.doGetRelnotes()
|
mypungi.doGetRelnotes()
|
||||||
mypungi.doBuildinstall()
|
mypungi.doBuildinstall()
|
||||||
|
|
||||||
if opts.do_all or opts.do_createiso:
|
if opts.do_all or opts.do_createiso:
|
||||||
mypungi.doCreateIsos()
|
mypungi.doCreateIsos()
|
||||||
|
|
||||||
# Do things slightly different for src.
|
# Do things slightly different for src.
|
||||||
if opts.sourceisos:
|
if opts.sourceisos:
|
||||||
|
Loading…
Reference in New Issue
Block a user