Skip to content

Commit 01d6713

Browse files
committed
ref: remove trailing spaces
1 parent 0c66f2d commit 01d6713

File tree

13 files changed

+12
-18
lines changed

13 files changed

+12
-18
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
odoo_serie: ["12.0","13.0","14.0","15.0","16.0", "17.0", "18.0", "19.0"]
29-
29+
3030
steps:
3131
- uses: actions/checkout@v4
3232

@@ -100,5 +100,3 @@ jobs:
100100

101101
- name: Image digest
102102
run: echo ${{ steps.docker_push.outputs.digest }}
103-
104-

14.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN set -x; \
3535
&& /install/postgres.sh \
3636
&& /install/kwkhtml_client.sh \
3737
&& /install/kwkhtml_client_force_python3.sh \
38-
&& /install/dev_package.sh \
38+
&& /install/dev_package.sh \
3939
&& pip install -r /odoo/base_requirements.txt --ignore-installed \
4040
&& pip install -r /odoo/platform_requirements.txt --ignore-installed \
4141
&& /install/purge_dev_package_and_cache.sh

14.0/src_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for the project itself and for Odoo.
22
# When we install Odoo with -e, odoo.py is available in the PATH and
33
# 'openerp' in the PYTHONPATH
4-
#
4+
#
55
# They are installed only after all the project's files have been copied
66
# into the image (with ONBUILD)
77
-e .

15.0/src_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for the project itself and for Odoo.
22
# When we install Odoo with -e, odoo.py is available in the PATH and
33
# 'openerp' in the PYTHONPATH
4-
#
4+
#
55
# They are installed only after all the project's files have been copied
66
# into the image (with ONBUILD)
77
-e .

16.0/src_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for the project itself and for Odoo.
22
# When we install Odoo with -e, odoo.py is available in the PATH and
33
# 'openerp' in the PYTHONPATH
4-
#
4+
#
55
# They are installed only after all the project's files have been copied
66
# into the image (with ONBUILD)
77
-e .

17.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-trixie
1+
FROM python:3.12-slim-trixie
22
MAINTAINER Camptocamp
33

44
# create the working directory and a place to set the logs (if wanted)

17.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libsass==0.22.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel pac
1515
lxml==5.2.1; python_version >= '3.12' # (Noble - removed html clean)
1616
lxml-html-clean; python_version >= '3.12' # (Noble - removed from lxml, unpinned for futur security patches)
1717
MarkupSafe==2.1.5 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
18-
num2words==0.5.13 ; python_version >= '3.12'
18+
num2words==0.5.13 ; python_version >= '3.12'
1919
ofxparse==0.21
2020
passlib==1.7.4 # min version = 1.7.2 (Focal with security backports)
2121
Pillow==10.3.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package

17.0/src_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for the project itself and for Odoo.
22
# When we install Odoo with -e, odoo.py is available in the PATH and
33
# 'openerp' in the PYTHONPATH
4-
#
4+
#
55
# They are installed only after all the project's files have been copied
66
# into the image (with ONBUILD)
77
-e .

18.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-trixie
1+
FROM python:3.12-slim-trixie
22
MAINTAINER Camptocamp
33

44
# create the working directory and a place to set the logs (if wanted)

18.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libsass==0.22.0 ; python_version >= '3.11' # (Noble) Mostly to have a wheel pac
1818
lxml==5.2.1; python_version >= '3.12' # (Noble - removed html clean)
1919
lxml-html-clean; python_version >= '3.12' # (Noble - removed from lxml, unpinned for futur security patches)
2020
MarkupSafe==2.1.5 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
21-
num2words==0.5.13 ; python_version >= '3.12'
21+
num2words==0.5.13 ; python_version >= '3.12'
2222
ofxparse==0.21
2323
openpyxl==3.1.2 ; python_version >= '3.12'
2424
passlib==1.7.4 # min version = 1.7.2 (Focal with security backports)

0 commit comments

Comments
 (0)