Skip to content

Commit 1c09fe8

Browse files
pedrobaezaHviorForgeFlow
authored andcommitted
[FIX] Use previous version of git-aggregator
While acsone/git-aggregator#68 is not fixed.
1 parent 4f886fb commit 1c09fe8

5 files changed

+5
-5
lines changed

11.0.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN pip install \
8282
astor \
8383
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
8484
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
85-
git-aggregator \
85+
"git-aggregator<3.0.0" \
8686
"pg_activity<2.0.0" \
8787
plumbum \
8888
ptvsd \

12.0.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN pip install \
7777
astor \
7878
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
7979
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
80-
git-aggregator \
80+
"git-aggregator<3.0.0" \
8181
"pg_activity<2.0.0" \
8282
plumbum \
8383
ptvsd \

13.0.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RUN build_deps=" \
127127
-r https://raw.githubusercontent.com/$ODOO_SOURCE/$ODOO_VERSION/requirements.txt \
128128
'websocket-client~=0.56' \
129129
astor \
130-
git-aggregator \
130+
"git-aggregator<3.0.0" \
131131
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
132132
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
133133
"pg_activity<2.0.0" \

14.0.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RUN build_deps=" \
127127
debugpy \
128128
pydevd-odoo \
129129
geoip2 \
130-
git-aggregator \
130+
"git-aggregator<3.0.0" \
131131
inotify \
132132
pdfminer.six \
133133
pg_activity \

15.0.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN build_deps=" \
126126
pydevd-odoo \
127127
flanker[validator] \
128128
geoip2 \
129-
git-aggregator \
129+
"git-aggregator<3.0.0" \
130130
inotify \
131131
pdfminer.six \
132132
pg_activity \

0 commit comments

Comments
 (0)