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
1 changed files with 3 additions and 3 deletions

View File

@ -134,15 +134,15 @@ def main():
mypungi.downloadSRPMs()
if opts.do_all or opts.do_createrepo:
mypungi.doCreaterepo()
mypungi.doCreaterepo()
if opts.do_all or opts.do_buildinstall:
if not opts.norelnotes:
mypungi.doGetRelnotes()
mypungi.doBuildinstall()
mypungi.doBuildinstall()
if opts.do_all or opts.do_createiso:
mypungi.doCreateIsos()
mypungi.doCreateIsos()
# Do things slightly different for src.
if opts.sourceisos: