[Setup] How to install a branch with buildout

na servus stellenges at gmx.de
Thu Jul 3 12:38:58 UTC 2008




Maurits van Rees-3 wrote:
> 
> na servus, on 2008-07-03:
>>
>> I want to install CalendarX for Plone 3.1.2. A Plone 3 compatible version
>> exists as a branch under
>> https://svn.plone.org/svn/collective/CalendarX/branches/plone-3-compatibility/
>> . 
>> Which definition must be made in a buildout.cfg to install a branch with
>> buildout?
>>
>> Na Servus
> 
> You can add a section in buildout.cfg like this:
> 
> [productcheckouts]
> recipe = infrae.subversion
> urls =
>     <svn url to branch> <name of the product>
> 
> and hook that section up in some other parts of buildout.cfg.  So
> something like:
> 
> ===============================================
> [buildout]
> 
> parts =
>     ...
>     productcheckouts
> ...
> 
> [instance]
> ...
> products =
>     ...
>     ${productcheckouts:location}
> ...
> 
> [productcheckouts]
> recipe = infrae.subversion
> urls =
>    
> https://svn.plone.org/svn/collective/CalendarX/branches/plone-3-compatibility/
> CalendarX
> # ^^^ This should be on one line
> ===============================================
> 
> 
> -- 
> Maurits van Rees | http://maurits.vanrees.org/
>             Work | http://zestsoftware.nl/
> "This is your day, don't let them take it away." [Barlow Girl]
> 
> 
> _______________________________________________
> Setup mailing list
> Setup at lists.plone.org
> http://lists.plone.org/mailman/listinfo/setup
> 
> 

I get an error:
-->
An internal errer occured due to a bug in either zc.buildout or in a recipe
being used:

AtributeError:
'NoneType' object has no attribute 'endswith'
<---

As I see CalendarX isn't an EGG

-- 
View this message in context: http://www.nabble.com/How-to-install-a-branch-with-buildout-tp18252839s15482p18258316.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.




More information about the Setup mailing list