From 1c09fe8fd149dd2a36fea0c5808ce3e40399ac6f Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 21 Sep 2022 19:30:35 +0200 Subject: [PATCH] [FIX] Use previous version of git-aggregator While https://github.com/acsone/git-aggregator/issues/68 is not fixed. --- 11.0.Dockerfile | 2 +- 12.0.Dockerfile | 2 +- 13.0.Dockerfile | 2 +- 14.0.Dockerfile | 2 +- 15.0.Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/11.0.Dockerfile b/11.0.Dockerfile index bdfbb8a6..e7d6b8c6 100644 --- a/11.0.Dockerfile +++ b/11.0.Dockerfile @@ -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 \ diff --git a/12.0.Dockerfile b/12.0.Dockerfile index 0d9da3dd..51a39125 100644 --- a/12.0.Dockerfile +++ b/12.0.Dockerfile @@ -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 \ diff --git a/13.0.Dockerfile b/13.0.Dockerfile index 4c34d24f..f58243de 100644 --- a/13.0.Dockerfile +++ b/13.0.Dockerfile @@ -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" \ diff --git a/14.0.Dockerfile b/14.0.Dockerfile index 88f53479..889cbd5d 100644 --- a/14.0.Dockerfile +++ b/14.0.Dockerfile @@ -127,7 +127,7 @@ RUN build_deps=" \ debugpy \ pydevd-odoo \ geoip2 \ - git-aggregator \ + "git-aggregator<3.0.0" \ inotify \ pdfminer.six \ pg_activity \ diff --git a/15.0.Dockerfile b/15.0.Dockerfile index e80cb2ec..8eba5de2 100644 --- a/15.0.Dockerfile +++ b/15.0.Dockerfile @@ -126,7 +126,7 @@ RUN build_deps=" \ pydevd-odoo \ flanker[validator] \ geoip2 \ - git-aggregator \ + "git-aggregator<3.0.0" \ inotify \ pdfminer.six \ pg_activity \