Broken revert for newstyle (grouped) standalones

Bug #1391571 reported by Laetitia Gangloff (Acsone)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP buildout recipe
Fix Committed
Undecided
Unassigned

Bug Description

Hello,

with the last version of the recipe I am not able to load standalone addons in a specific target.

If I defined a directory path like this:
[addons_additional_path]
recipe = z3c.recipe.mkdir
paths = ${buildout:directory}/addons-additional

and I try to get my addons like this:

git https://github.com/acsone/stock_scanner.git ${addons_additional_path:paths}/stock_scanner 7.0

where stock_scanner is a standalone addon.

I get the following error:

"Standalone addons such as stock_scanner are now supported by means of the explicit 'group' option. Please update your buildout configuration. "

Hmm, ok, I go to read the doc and adapt my code to get only this line :
git https://github.com/acsone/stock_scanner.git stock_scanner 7.0 group=addons-additional

And now, it is an exception that appears :(

Related branches

Revision history for this message
Georges Racinet (gracinet) wrote :

Hi, and welcome !
At first I feared that I had forgotten to push the new doc, but apparently not.
I'll take a look at your branch in an hour max.

Revision history for this message
Laetitia Gangloff (Acsone) (laetitia-gangloff) wrote :

The doc is a little bit complex for me, but it is here, and I finally get something that works.

Sorry, if it was not clear.

Revision history for this message
Georges Racinet (gracinet) wrote :

Thanks for the contribution. Just merged your fix.
I'm changing the title for emphasis on revert, because that was the issue, finally

Changed in anybox.recipe.openerp:
status: New → Fix Committed
summary: - No more possible to create a directory with standalone addons
+ Broken revert for newstyle (grouped) standalones
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.