Fix indentation.

This commit is contained in:
Tomas Mlcoch 2011-11-01 08:51:28 +01:00 committed by Dennis Gilmore
parent cd9797de71
commit 44cda03261

View File

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