[IMP]GOLEM images : from git public repo now

This commit is contained in:
Fabien BOURGEOIS 2018-03-18 10:17:29 +01:00
parent 81fd1e01aa
commit 7a66e81654
8 changed files with 4 additions and 8 deletions

View File

@ -9,5 +9,5 @@ RUN git clone --depth 1 -b 8.0 https://github.com/OCA/community-data-files \
WORKDIR /opt/odoo/custom-addons
ADD code/yaltik8.tar.gz yaltik/
ADD code/golemv2.tar.gz golem/
RUN git clone --depth 1 -b 2 https://git.yaltik.net/Yaltik/GOLEM.git golem
WORKDIR /opt/odoo

View File

@ -10,5 +10,5 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
WORKDIR /opt/odoo/custom-addons
ADD code/yaltik10.tar.gz yaltik/
ADD code/golemmaster.tar.gz golem/
RUN git clone --depth 1 -b master https://git.yaltik.net/Yaltik/GOLEM.git golem
WORKDIR /opt/odoo

View File

@ -10,5 +10,5 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \
WORKDIR /opt/odoo/custom-addons
ADD code/yaltik10.tar.gz yaltik/
ADD code/golem.tar.gz golem/
RUN git clone --depth 1 -b stable https://git.yaltik.net/Yaltik/GOLEM.git golem
WORKDIR /opt/odoo

View File

@ -4,8 +4,4 @@ LOCAL_PATH="$CODE_PATH/linux/docker/images/odoo/golem/code"
cd $CODE_PATH/odoo/yaltik/ && git archive --format=tar.gz 8.0 \
> $LOCAL_PATH/yaltik8.tar.gz &&
cd $CODE_PATH/odoo/yaltik/ && git archive --format=tar.gz 10.0 \
> $LOCAL_PATH/yaltik10.tar.gz &&
cd $CODE_PATH/odoo/golem && git archive --format=tar.gz 2 \
> $LOCAL_PATH/golemv2.tar.gz &&
git archive --format=tar.gz master > $LOCAL_PATH/golemmaster.tar.gz
git archive --format=tar.gz stable > $LOCAL_PATH/golem.tar.gz
> $LOCAL_PATH/yaltik10.tar.gz

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.