|
4 | 4 | #
|
5 | 5 | # To install your odoo development environement type:
|
6 | 6 | #
|
7 |
| -# wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python |
| 7 | +# wget -O- https://raw.githubusercontent.com/odoo/odoo/9.0/odoo.py | python |
8 | 8 | #
|
9 | 9 | # The setup_* subcommands used to boostrap odoo are defined here inline and may
|
10 | 10 | # only depends on the python 2.7 stdlib
|
@@ -87,10 +87,10 @@ def cmd_setup_git():
|
87 | 87 | run('git','config','remote.odoo-dev.url','https://github.com/odoo-dev/odoo.git')
|
88 | 88 | run( 'git', 'config', 'remote.odoo-dev.pushurl', '[email protected]:odoo-dev/odoo.git')
|
89 | 89 | run('git','remote','update')
|
90 |
| - # setup 8.0 branch |
91 |
| - run('git','config','branch.8.0.remote','odoo') |
92 |
| - run('git','config','branch.8.0.merge','refs/heads/8.0') |
93 |
| - run('git','checkout','8.0') |
| 90 | + # setup 9.0 branch |
| 91 | + run('git','config','branch.9.0.remote','odoo') |
| 92 | + run('git','config','branch.9.0.merge','refs/heads/9.0') |
| 93 | + run('git','checkout','9.0') |
94 | 94 | else:
|
95 | 95 | printf('no git repo found')
|
96 | 96 |
|
|
0 commit comments