Vauxoo / docker-odoo-image

Base docker image for instances
GNU General Public License v2.0
18 stars 29 forks source link

Use of ${REPO_REQUIREMENTS}/addons-vauxoo/ #90

Closed osvalr closed 8 years ago

osvalr commented 8 years ago

As you can see below there is a empty-fetched git repo but not used

...
 && mkdir -p ${REPO_REQUIREMENTS}/addons-vauxoo/ \
 && git init ${REPO_REQUIREMENTS}/addons-vauxoo/ \
 && git --git-dir=${REPO_REQUIREMENTS}/addons-vauxoo/.git remote add vauxoo https://github.com/vauxoo/addons-vauxoo.git \
 && git --git-dir=${REPO_REQUIREMENTS}/addons-vauxoo/.git fetch --all
...

and that generates the following:

root@7a8e6c34c7dd:/# ls -asl /.repo_requirements/addons-vauxoo/
total 12
4 drwxr-xr-x  5 root root 4096 Mar 22 20:49 .
4 drwxr-xr-x 11 root root 4096 Mar 22 20:49 ..
4 drwxr-xr-x 14 root root 4096 Mar 22 20:49 .git
root@7a8e6c34c7dd:/#

Is this directory used?

moylop260 commented 8 years ago

You are right! Thank you for notice

moylop260 commented 8 years ago

Fixed from latest changes