Skip to content

Commit

Permalink
[FIX] Use previous version of git-aggregator
Browse files Browse the repository at this point in the history
While acsone/git-aggregator#68 is not fixed.
  • Loading branch information
pedrobaeza authored and HviorForgeFlow committed Oct 30, 2023
1 parent 4f886fb commit 1c09fe8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 11.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN pip install \
astor \
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
git-aggregator \
"git-aggregator<3.0.0" \
"pg_activity<2.0.0" \
plumbum \
ptvsd \
Expand Down
2 changes: 1 addition & 1 deletion 12.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN pip install \
astor \
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
git-aggregator \
"git-aggregator<3.0.0" \
"pg_activity<2.0.0" \
plumbum \
ptvsd \
Expand Down
2 changes: 1 addition & 1 deletion 13.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RUN build_deps=" \
-r https://raw.githubusercontent.com/$ODOO_SOURCE/$ODOO_VERSION/requirements.txt \
'websocket-client~=0.56' \
astor \
git-aggregator \
"git-aggregator<3.0.0" \
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
"pg_activity<2.0.0" \
Expand Down
2 changes: 1 addition & 1 deletion 14.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RUN build_deps=" \
debugpy \
pydevd-odoo \
geoip2 \
git-aggregator \
"git-aggregator<3.0.0" \
inotify \
pdfminer.six \
pg_activity \
Expand Down
2 changes: 1 addition & 1 deletion 15.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ RUN build_deps=" \
pydevd-odoo \
flanker[validator] \
geoip2 \
git-aggregator \
"git-aggregator<3.0.0" \
inotify \
pdfminer.six \
pg_activity \
Expand Down

0 comments on commit 1c09fe8

Please sign in to comment.