Im new to plone and linux and im trying to install the new patch on plone (Plone Hotfix 20121106)
Im using buildout to install this one and it seems that as i check my log, it's not downloading/installing the patch at all.
Here is the eggs content of my buildout.cfg:
eggs =
Products.PloneHotfix20110928
Products.Zope_Hotfix_20110622
Products.PloneHotfix20121106
what i did is stop the plone service first then do
sudo ./bin/buildout -Nv
and start my plone again.
and as i check the instance.log
it only installed Products.PloneHotfix20110928 and Products.Zope_Hotfix_20110622
anyone help me pls?
thanks in advance.
Placed the patch (PloneHotfix20121106) to Products folder on Plone,
Unpack the zip file,
run instance (bin/instance fg)
start the plone service