|
David Bear |
|
|
In the sample offered in the default buildout.cfg provided with the unified installer, there is the line:
# Products.PloneFormGen==1.6.0 implying that we should pin pfg to that version.
yet on the installation instruction on pypi there is no such instruction. Furthermore, since pypi has pfg 1.7rc1 I am going to assume that it is production ready and we don't need to pin anything. Thus, in my buildout I will just put the following in my eggs section:
Products.PloneFormGen and not worry about version pins. But I am worried about version pins. I am wondering if perhaps version pinning could/should be done through goodpy like it is done with dexterity and diazo?
David Bear College of Public Programs at ASU 602-496-0424 ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
|
Larry Pitcher |
|
|
On Tue, 2011-11-29 at 18:14 -0700, David Bear wrote:
> In the sample offered in the default buildout.cfg provided with the > unified installer, there is the line: > > > # Products.PloneFormGen==1.6.0 > > > implying that we should pin pfg to that version. > > > yet on the installation instruction on pypi there is no such > instruction. Furthermore, since pypi has pfg 1.7rc1 I am going to > assume that it is production ready and we don't need to pin anything. > Thus, in my buildout I will just put the following in my eggs section: > > > Products.PloneFormGen > > > and not worry about version pins. > > > But I am worried about version pins. I am wondering if perhaps version > pinning could/should be done through goodpy like it is done with > dexterity and diazo? > > > -- > David Bear > College of Public Programs at ASU > 602-496-0424 Hi David, On a production site I would still recommend pinning all of your versions, just in case a future version of some product might introduce some kind of incompatibility. My 2 cents, -- Larry Pitcher Catapult Solutions Web: www.catapultsolutions.net Email: [hidden email] Office: 509.849.2660 Mobile: 509.629.1376 Skype: larry.pitcher ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
| Powered by Nabble | Edit this page |