Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
15484 Представления

How to clone just 7.0 branch of odoo to my local server ?

Аватар
Отменить

if you want to use to ocb server (using community backports) that should be: git clone https://github.com/OCA/OCB --branch 7.0 right?

Автор Лучший ответ

    git clone https://www.github.com/odoo/odoo --branch 7.0

This will download the 7.0 branch.

Is it slow ? if ssh connections are persistent and shared it will increase the speed of cloning connection around 5x time. (in my case it was 50kb before after this it downloaded with 800Kb)

add

    ~/.ssh/config 

    ControlMaster auto
    ControlPath /tmp/%r@%h:%p
    ControlPersist yes

 

 

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
янв. 20
25280
10
янв. 24
16766
3
апр. 24
4550
2
июл. 25
33916
1
июл. 23
2483