Commit Graph

12 Commits

Author SHA1 Message Date
Antony Lesuisse 80f2f64695 [FIX] odoo.py fix fetching of git remotes
remove the useless heads in local refs so that:

git checkout -b master odoo/master

and

git checkout -b master-name odoo-dev/master-name

works.
2014-12-19 17:39:11 +01:00
Antony Lesuisse 00c234bc85 [FIX] odoo.py setup use 8.0 instead of master 2014-12-15 16:23:33 +01:00
jmustonen 5544cf0036 [FIX] odoo.py windows compatibility
Prevent infinite loop when installing on windows
Fixes #2825

Tested to work on
* Git Bash v1.9.4 on Windows 8.1 Professional
* Ubuntu 12.04.5 LTS
2014-10-02 16:12:19 +02:00
Antony Lesuisse 6cb138026a [FIX] odoo.py dont force push simple
Everybody should upgrade to v2
2014-06-30 11:22:22 +02:00
Antony Lesuisse 765de73082 [FIX] odoo.py debian add postgresql 2014-06-25 13:23:06 +02:00
Antony Lesuisse f854e3cea9 [FIX] odoo.py debian packages 2014-06-25 13:18:55 +02:00
Antony Lesuisse 1a2c3b1029 [FIX] git config for pull 2014-06-23 12:50:57 +02:00
Xavier Morel 767cb9afa1 [FIX] shebang on Python 2014-06-05 13:20:07 +02:00
Antony Lesuisse 872842ff9e [IMP] odoo.py git options 2014-06-02 14:20:40 +02:00
Antony Lesuisse 1f7a2eaf30 [FIX] odoo.py git_locate 2014-05-30 09:55:30 +02:00
Antony Lesuisse 6e9edeeb46 [FIX] odoo.py setup deps and readme.md 2014-05-29 22:29:38 +02:00
Antony Lesuisse d4624fa826 [IMP] repository cleanup
- move packaging stuff to setup
- remove historical stuff
- remove oe, odoo-cmd-fme will be merged with the convered commands
- add an odoo.py script to run odo and boostrap it
- simplify README
- prepare to move documentation to the github wiki
2014-05-29 18:33:04 +02:00