Skip to content

Commit 88b348d

Browse files
authored
Merge pull request #118 from acsone/refresh-mt-sbi
Dockerfile: refresh maintainer tools
2 parents a6839fe + d6691f5 commit 88b348d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ language: python
33

44
python:
55
- "3.6"
6-
- "3.7-dev"
6+
- "3.7"
7+
- "3.8"
78

89
matrix:
910
include:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN set -x \
2222
&& python3 -m venv /ocamt \
2323
&& /ocamt/bin/pip install wheel
2424
RUN set -x \
25-
&& /ocamt/bin/pip install -e git+https://github.com/OCA/maintainer-tools@c7ac2741c02df0ad49ba637e2dca8e67d460af47#egg=oca-maintainers-tools \
25+
&& /ocamt/bin/pip install -e git+https://github.com/OCA/maintainer-tools@73c47b6835bee3ab0eeeff7c463de6b9c085abbc#egg=oca-maintainers-tools \
2626
&& ln -s /ocamt/bin/oca-gen-addons-table /usr/local/bin/ \
2727
&& ln -s /ocamt/bin/oca-gen-addon-readme /usr/local/bin/ \
2828
&& ln -s /ocamt/bin/oca-gen-addon-icon /usr/local/bin/ \

newsfragments/118.bugfix

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Update maintainer-tools to get the latest ``oca-gen-addon-tables``. It fixes a
2+
regression where the main branch operations were failing when ``README.md`` is
3+
absent.

0 commit comments

Comments
 (0)