Hi Chris,
The initial version was not working well, but the following works fine
for me every day.
The changes on the initial version are:
- the destination path for the libs
- the changing of the brackets by keys in update-command = ${getpaid-
cleanup:command}
- the elimination of the folder ${buildout:directory}/parts/
productdistros/PloneGetPaid-bundle
[getpaid-cleanup]
recipe = plone.recipe.command
update-command = ${getpaid-cleanup:command}
command =
if [ -d ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/Products/PloneGetPaid/ ]
then
echo 'moving PloneGetPaid packages...'
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/Products/PloneGetPaid/ \
${buildout:directory}/parts/productdistros/
echo 'moving libs for PloneGetPaid...'
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/five/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/gchecky/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/getpaid/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/hurry/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/ore/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/yoma/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/zc/ \
${buildout:directory}/parts/zope2/lib/python/
rm -Rf ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle
fi
On 13 nov, 05:31, "Christopher Johnson" <[EMAIL PROTECTED]>
wrote:
> Hi folks,
>
> Eldon pointed out a possible correction needed on this
> doc:http://plone.org/products/getpaid/documentation/how-to/how-do-i-set-u...
>
> In the comment he left (see more info at link above), he says: " I tried the
> install procedure this morning and had a small correction. It seems that
> plone.recipe.command might be acting differently and does not like the call
> "update-command = $[getpaid-cleanup:command]" it wants a very similar call
> "update-command = $[getpaid-cleanup]" without the word ":command". "
>
> Could someone verify this for me? I can update the doc (as can anyone else
> with perms - I think Lucie, Liam, and Perrito do). But I need a hand on the
> knowhow :D
>
> Cheers,
> Chris
>
> --
> Cofounder and CEO
> ifPeople - Innovation for Peoplewww.ifpeople.net
> t: 678-608-3408
> 130 Boulevard NE, #6
> Atlanta, GA 30312
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"getpaid-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en
-~----------~----~----~----~------~----~------~--~---