Skip to content

Commit

Permalink
Include click-odoo-update with parallel support
Browse files Browse the repository at this point in the history
This is a preview feature.

Before #200, the only way to autoupdate addons was to use [OCA's `module_auto_update` module](https://www.odoo.com/apps/modules/11.0/module_auto_update/). As a preview feature, I'm pre-merging acsone/click-odoo-contrib#38 here in Doodba, to allow trusted parallel upgrades everywhere.

However, this should be considered a beta feature.

This commit should be reverted when the above PR is merged in upstream click-odoo-contrib package.

Closes #160.
  • Loading branch information
yajo committed Feb 12, 2019
1 parent 3f5644d commit c6f3bb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 11.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN gem install --no-rdoc --no-ri --no-update-sources bootstrap-sass --version '
WORKDIR /opt/odoo
RUN pip install \
astor \
click-odoo-contrib \
git+https://github.com/Tecnativa/click-odoo-contrib.git@update-parallel-db-lock-watcher#egg=click-odoo-contrib \
git-aggregator \
openupgradelib \
pg_activity \
Expand Down
2 changes: 1 addition & 1 deletion 12.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN ln -s /usr/bin/nodejs /usr/local/bin/node \
WORKDIR /opt/odoo
RUN pip install \
astor \
click-odoo-contrib \
git+https://github.com/Tecnativa/click-odoo-contrib.git@update-parallel-db-lock-watcher#egg=click-odoo-contrib \
git-aggregator \
openupgradelib \
pg_activity \
Expand Down
2 changes: 1 addition & 1 deletion 8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN gem install --no-rdoc --no-ri --no-update-sources bootstrap-sass --version '
# Other facilities
WORKDIR /opt/odoo
RUN pip install \
click-odoo-contrib \
git+https://github.com/Tecnativa/click-odoo-contrib.git@update-parallel-db-lock-watcher#egg=click-odoo-contrib \
git-aggregator \
openupgradelib \
ptvsd \
Expand Down

0 comments on commit c6f3bb0

Please sign in to comment.