- Don't pass --prodpath to buildinstall. It won't like it.

This commit is contained in:
Jesse Keating 2008-03-14 13:12:12 -04:00 committed by Jesse Keating
parent 3f9479029c
commit bd4eea43d0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,6 @@
* Fri Mar 14 2008 Jesse Keating <jkeating@redhat.com>
- Don't pass --prodpath to buildinstall. It won't like it.
* Wed Mar 12 2008 Jesse Keating <jkeating@redhat.com>
- Lower the CD size to 650; need to investigate pkgordering soon

View File

@ -155,9 +155,6 @@ class Pungi(pypungi.PungiBase):
buildinstall.append('--release')
buildinstall.append('%s %s' % (self.config.get('default', 'name'), self.config.get('default', 'version')))
buildinstall.append('--prodpath')
buildinstall.append(self.config.get('default', 'product_path'))
if self.config.has_option('default', 'bugurl'):
buildinstall.append('--bugurl')
buildinstall.append(self.config.get('default', 'bugurl'))