Put the srpms under the flavor dir.

This commit is contained in:
jkeating@reducto.boston.redhat.com 2007-01-29 16:06:08 -05:00 committed by Jesse Keating
parent 6d3ace4529
commit 6142220517
1 changed files with 1 additions and 0 deletions

1
pungi
View File

@ -111,6 +111,7 @@ def main():
mypungi = pypungi.pungi.Pungi(config)
mypungi.topdir = os.path.join(config.get('default', 'destdir'),
config.get('default', 'version'),
config.get('default', 'flavor'),
'source', 'SRPM')
mypungi.doSplitSRPMs()
mypungi.doCreateIsos()