collective / collective.recipe.omelette

https://pypi.org/project/collective.recipe.omelette/
4 stars 1 forks source link

omelette recipe = 0.16 i am using but it's not linking to my filesystem #5

Open Sadashiv opened 11 years ago

Sadashiv commented 11 years ago

In my current folder structure below there are development name space packages abc zyz These name packages are not pointing to the the omelette [omelette] recipe = collective.recipe.omelette eggs = ${zope2:eggs}

miohtama commented 11 years ago

Hi,

Try:

  eggs = ${instance:eggs}

If Plone section in your buildout is called [instance]

miohtama commented 11 years ago

Updated README here https://github.com/collective/collective.recipe.omelette

Sadashiv commented 11 years ago

Hi Instead of the instance i used the zope2 in parts there is no difference i think. parts = zope2 omelette

[omelette] recipe = collective.recipe.omelette eggs = ${zope2:eggs}

miohtama commented 11 years ago

Did you try what I told you or not?

Sadashiv commented 11 years ago

Thanks,I haven't Let me try and update you.

Sadashiv commented 11 years ago

No luck after all above modification

miohtama commented 11 years ago

Here is a working example:

[buildout]

extensions =
    mr.developer
    buildout.dumppickedversions

sources = sources

parts =
    instance
    zopepy
    lxml
    pylxml
    i18ndude
    omelette

# Change the number here to change the version of Plone being used
extends =
    http://dist.plone.org/release/4.1.6/versions.cfg
    http://good-py.appspot.com/release/dexterity/1.2.1?plone=4.1.6

versions = versions

dump-picked-versions-file = versions.cfg

#allow-picked-versions = false

# Add additional egg download sources here. dist.plone.org contains archives
# of Plone packages.
find-links =
    http://github.com/downloads/miohtama/niteoweb.loginas/niteoweb.loginas-0.4.zip
    http://dist.plone.org/release/4.1.6

# Add additional eggs here
eggs =
    Pillow
    webcouturier.dropdownmenu
    five.grok
    plone.app.dexterity
    Products.TinyMCE
    plonetheme.xxx
    xxx.app
    Products.LinguaPlone
    vs.event
    collective.monkeypatcher
    collective.easytemplate
    collective.z3cform.grok
    Products.Carousel
    collective.autopermission
    betahaus.emaillogin
    collective.plonetruegallery
    Products.PloneFlashUpload
    Products.TextIndexNG3
    zopyx.textindexng3
    Products.PloneFormGen
    lxml
    mfabrik.webandmobile
    xxx.mobi
    plone.app.jquerytools
    niteoweb.loginas
    Products.ContentWellPortlets
    imageportlet
    collective.scriptedredirect
    collective.logbook
    silvuple
    redturtle.smartlink
    Products.PloneHotfix20121106
    collective.portletalias

# Reference any eggs you are developing here, one per line
# e.g.: develop = src/my.package
develop =
    src/collective.plonetruegallery

sources = sources

allow-hosts =
    github.com
    *.python.org
    *.plone.org
    launchpad.net
#    *.zope.org

[instance]
# For more information on this step and configuration options see:
# http://pypi.python.org/pypi/plone.recipe.zope2instance
recipe = plone.recipe.zope2instance
user = admin:x
http-address = 8888
#debug-mode = on
#verbose-security = on
blob-storage = var/blobstorage
shared-blob =  true

# If you want Zope to know about any additional eggs, list them here.
# This should include any development eggs you listed in develop-eggs above,
# e.g. eggs = Plone my.package
eggs =
    Plone
    ${buildout:eggs}

# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml =
    collective.plonetruegallery
#    collective.usernamelogger
    xxx.mobi-overrides

environment=
    PTS_LANGUAGES en fi de fr ru

[zopepy]
# For more information on this step and configuration options see:
# http://pypi.python.org/pypi/zc.recipe.egg
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy

[versions]
#Trunk version wont work, to be safe pinning down to current stable version
#vs.event required this, 1.8> are plone 4 only
#Products.LinguaPlone = 3.0.1
#Products.DataGridField = 1.6.1

#Pinning down so custom tinymce_init.js file wont break

[sources]
plonetheme.xxx = svn https://svn.redinnovation.com:4444/svn/red/plonetheme.xxx-2012/
xxx.app = svn https://svn.redinnovation.com:4444/svn/red/xxx.app/branches/xxx-2012/
xxx.mobi = svn https://svn.redinnovation.com:4444/svn/red/xxx.mobi/branches/2012/
#This is vs.event 0.2.25 with language fixes and removed subevent links
vs.event = svn https://svn.redinnovation.com:4444/svn/red/vs.event-plone-4
collective.basket = svn https://svn.redinnovation.com:4444/svn/red/collective.basket/branches/xxx
collective.z3cform.grok = svn https://svn.plone.org/svn/collective/collective.z3cform.grok/trunk
#collective.plonetruegallery = git git://github.com/collective/collective.plonetruegallery.git
#mfabrik.like = svn https://svn.plone.org/svn/collective/mfabrik.like/trunkPloneFormGen/trunk/
dateable.chronos = git git://github.com/miohtama/dateable.chronos.git
webcouturier.dropdownmenu = git git://github.com/miohtama/webcouturier.dropdownmenu.git
plone.app.vocabularies = git git://github.com/miohtama/plone.app.vocabularies.git
plone.app.portlets = git git://github.com/miohtama/plone.app.portlets.git
imageportlet = git git://github.com/miohtama/imageportlet.git
collective.scriptedredirect = git git://github.com/collective/collective.scriptedredirect.git
silvuple = git git://github.com/miohtama/silvuple.git
Products.TinyMCE = git git://github.com/plone/Products.TinyMCE.git
collective.logbook = git git://github.com/miohtama/collective.logbook.git
collective.portletalias = git git://github.com/collective/collective.portletalias.git

[pylxml]
recipe=zc.recipe.egg
interpreter=pylxml
eggs=
    lxml

[lxml]
recipe = z3c.recipe.staticlxml
egg = lxml

[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude

[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
packages = ./