From ede873a8907f8ab38dffa09080216a8e1161591a Mon Sep 17 00:00:00 2001 From: Thierry Ducrest Date: Wed, 29 Nov 2017 16:13:07 +0100 Subject: [PATCH] Add oca_dependencies.txt --- .travis.yml | 2 +- oca_dependencies.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 oca_dependencies.txt diff --git a/.travis.yml b/.travis.yml index 6da680b..d06a316 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ cache: pip python: - "3.5" +addons: apt: packages: - expect-dev # provides unbuffer utility @@ -29,7 +30,6 @@ install: - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - travis_install_nightly - # Requirements to test server_environment modules - printf '[options]\n\nrunning_env = dev\n' > ${HOME}/.openerp_serverrc - ln -s ${TRAVIS_BUILD_DIR}/server_environment_files_sample ${TRAVIS_BUILD_DIR}/server_environment_files diff --git a/oca_dependencies.txt b/oca_dependencies.txt new file mode 100644 index 0000000..346c2ce --- /dev/null +++ b/oca_dependencies.txt @@ -0,0 +1,17 @@ +# List the OCA project dependencies, one per line +# Add a repository url and branch if you need a forked version +# +# examples +# ======== +# +# To depend on the standard version of sale-workflow, use: +# sale-workflow +# +# To explicitely give the URL of a fork, and still use the version specified in +# .travis.yml, use: +# sale-workflow https://github.com/OCA/sale-workflow +# +# To provide both the URL and a branch, use: +# sale-workflow https://github.com/OCA/sale-workflow branchname + +server-env https://github.com/TDu/server-env server_environment