lp:~therp-nl/anybox.recipe.openerp/jbaudoux-relative_paths_resolve_conflict
Created by
Stefan Rijnhart (Opener)
and last modified
- Get this branch:
- bzr branch lp:~therp-nl/anybox.recipe.openerp/jbaudoux-relative_paths_resolve_conflict
Branch merges
Propose for merging
1 branch
dependent on this one.
- Jacques-Etienne Baudoux: Pending requested
-
Diff: 5948 lines (+3990/-991)57 files modified.bzrignore (+1/-0)
CHANGES.rst (+45/-5)
MANIFEST.in (+1/-0)
README.rst (+75/-0)
anybox/recipe/openerp/base.py (+49/-31)
anybox/recipe/openerp/runtime/__init__.py (+39/-0)
anybox/recipe/openerp/runtime/backports/__init__.py (+1/-0)
anybox/recipe/openerp/runtime/backports/cli/__init__.py (+1/-0)
anybox/recipe/openerp/runtime/backports/cli/server.py (+87/-0)
anybox/recipe/openerp/runtime/session.py (+317/-31)
anybox/recipe/openerp/runtime/start_openerp.py (+43/-1)
anybox/recipe/openerp/runtime/tests/__init__.py (+1/-0)
anybox/recipe/openerp/runtime/tests/test_import_registry.py (+1/-1)
anybox/recipe/openerp/runtime/upgrade.py (+153/-0)
anybox/recipe/openerp/server.py (+50/-7)
anybox/recipe/openerp/tests/test_server.py (+3/-3)
anybox/recipe/openerp/tests/test_utils.py (+25/-0)
anybox/recipe/openerp/upgrade.py.tmpl (+19/-0)
anybox/recipe/openerp/utils.py (+34/-7)
anybox/recipe/openerp/vcs/bzr.py (+9/-2)
anybox/recipe/openerp/vcs/git.py (+2/-1)
anybox/recipe/openerp/vcs/tests/test_bzr.py (+33/-3)
anybox/recipe/openerp/vcs/tests/test_git.py (+3/-0)
buildbot/MANIFEST.cfg (+56/-27)
buildbot/base_recipe.cfg (+24/-0)
buildbot/recipe-50.cfg (+1/-18)
buildbot/recipe-60-custom.cfg (+9/-18)
buildbot/recipe-60.cfg (+2/-11)
buildbot/recipe-61-custom.cfg (+2/-12)
buildbot/recipe-61.cfg (+1/-10)
buildbot/recipe-7.0.cfg (+1/-12)
buildbot/recipe-latest.cfg (+2/-11)
buildbot/recipe-nightly.cfg (+1/-10)
buildbot/recipe-trunk.cfg (+1/-11)
buildbot/stable-recipe-50.cfg (+4/-0)
buildbot/stable-recipe-60.cfg (+4/-0)
buildbot/stable-recipe-61.cfg (+4/-0)
buildbot/stable-recipe-7.0.cfg (+0/-42)
buildbot/stable-recipe-nightly.cfg (+4/-0)
doc/Makefile (+177/-0)
doc/apidoc/anybox.recipe.openerp.rst (+75/-0)
doc/apidoc/anybox.recipe.openerp.runtime.rst (+50/-0)
doc/apidoc/anybox.recipe.openerp.vcs.rst (+59/-0)
doc/conf.py (+247/-0)
doc/configuration.rst (+613/-713)
doc/contributing.rst (+187/-0)
doc/dev_prod_workflow.rst (+32/-0)
doc/first_steps.rst (+351/-0)
doc/index.rst (+79/-0)
doc/scripts.rst (+471/-0)
doc/sphinx_static/default.css (+267/-0)
doc/sphinx_templates/layout.html (+203/-0)
setup.py (+5/-3)
test-cover (+1/-1)
tests_with_openerp/README.txt (+1/-0)
tests_with_openerp/data/VERSION.txt (+5/-0)
tests_with_openerp/test_version.py (+59/-0)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:anybox.recipe.openerp