Skip to content

Instantly share code, notes, and snippets.

@kenvac
Created October 20, 2017 09:50
Show Gist options
  • Save kenvac/7c92ea14a85d44b50e6226182680041b to your computer and use it in GitHub Desktop.
Save kenvac/7c92ea14a85d44b50e6226182680041b to your computer and use it in GitHub Desktop.
odoo mr repo
# Courtesy: credativ UK
[DEFAULT]
addpath = echo "${MR_REPO}" >&0
relink = mkdir -p "$(dirname "${MR_CONFIG}")"/server-addons; ln -sf "$(mr -c "${MR_CONFIG}" -q addpath <&1)"/* "$(dirname "${MR_CONFIG}")"/server-addons/
[odoo]
checkout = git clone -b 11.0 https://github.com/odoo/odoo.git
addpath = echo "${MR_REPO}"/addons >&0
[web]
checkout = git clone -b 11.0 https://github.com/OCA/web.git web
[backend_theme]
checkout = git clone -b 11.0 https://github.com/Openworx/backend_theme.git backend_theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment