Created
October 20, 2017 09:50
-
-
Save kenvac/7c92ea14a85d44b50e6226182680041b to your computer and use it in GitHub Desktop.
odoo mr repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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