[FIX] makefile: repo_clear_all
- delete .repo to force update - remove other repo to force clone
This commit is contained in:
parent
45ee43eb14
commit
e18224da23
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rm -rf ./odoo ./addons/* ./script/OCA*
|
||||
rm -fr ./.repo
|
||||
rm -rf ./odoo ./addons/* ./script/OCA* ./image_db ./doc/itpp* ./doc/odoo_*
|
||||
mkdir -p addons/addons
|
||||
|
|
|
|||
Loading…
Reference in a new issue