- Don't pass --prodpath to buildinstall. It won't like it.
This commit is contained in:
parent
3f9479029c
commit
bd4eea43d0
@ -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>
|
* Wed Mar 12 2008 Jesse Keating <jkeating@redhat.com>
|
||||||
- Lower the CD size to 650; need to investigate pkgordering soon
|
- Lower the CD size to 650; need to investigate pkgordering soon
|
||||||
|
|
||||||
|
@ -155,9 +155,6 @@ class Pungi(pypungi.PungiBase):
|
|||||||
buildinstall.append('--release')
|
buildinstall.append('--release')
|
||||||
buildinstall.append('%s %s' % (self.config.get('default', 'name'), self.config.get('default', 'version')))
|
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'):
|
if self.config.has_option('default', 'bugurl'):
|
||||||
buildinstall.append('--bugurl')
|
buildinstall.append('--bugurl')
|
||||||
buildinstall.append(self.config.get('default', 'bugurl'))
|
buildinstall.append(self.config.get('default', 'bugurl'))
|
||||||
|
Loading…
Reference in New Issue
Block a user