Skip to content

Commit

Permalink
Merge pull request #306 from acsone/upg-mt
Browse files Browse the repository at this point in the history
Upgrade maintainer tools
  • Loading branch information
sbidoul authored Oct 2, 2024
2 parents ba8671c + 9a8b9fe commit f7dbd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN set -x \
&& python${PY} -m venv /ocamt \
&& /ocamt/bin/pip install --no-cache-dir -U pip wheel
RUN set -x \
&& /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@b2b2c72c23f1e2ba072993c331e568862abe5a9e#egg=oca-maintainers-tools \
&& /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@fbdc8945feabe1f6f3091c1b2d517b6c4160bc2b#egg=oca-maintainers-tools \
&& ln -s /ocamt/bin/oca-gen-addons-table /usr/local/bin/ \
&& ln -s /ocamt/bin/oca-gen-addon-readme /usr/local/bin/ \
&& ln -s /ocamt/bin/oca-gen-metapackage /usr/local/bin/ \
Expand Down

0 comments on commit f7dbd8a

Please sign in to comment.