Stop creating scripts by default

Bug #1020967 reported by Georges Racinet
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP buildout recipe
Fix Released
Undecided
Unassigned

Bug Description

Currently, the recipe will build console scripts of all intermediate packages.
While this can be useful, this adds confusion in most.
Besides, those scripts that would interact with openerp (such as a paster or gunicorn) are really confusing : they'll get the latest processed openerp part in their sys.path.

Examples: if gunicorn is wanted, we get bin/gunicorn_django, that we don't care about.
On the other hand bin/gunicorn openerp:wsgi.core.application -c some_conf.py works for the latest part only.
bin/change_tz will also get the latest openerp on its path, which is harmless.

Users will be able to have the desirable scripts back by specifying them explicitely:
  scripts = change_tz

Related branches

Changed in anybox.recipe.openerp:
status: New → Fix Committed
Revision history for this message
Georges Racinet (gracinet) wrote :

Released with 0.17

Changed in anybox.recipe.openerp:
status: Fix Committed → Fix Released
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.