Skip to content

Commit

Permalink
Fix typo in FIXME
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Szépkúti <[email protected]>
  • Loading branch information
bensze01 committed Oct 31, 2024
1 parent 6e3737e commit e810ba0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions resources/docker_files/ubuntu-16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WORKDIR /opt/src

# Note: scripts/min_requirements.py need a writable
# destination for installing python dependencies
# FIXME: this houls be /var/lib/build to use the host src directory as HOME
# FIXME: This should be /var/lib/build to use the host src directory as HOME
ENV HOME=/var/lib/builds

# Support for 32-bit builds+tests of Mbed TLS
Expand Down Expand Up @@ -336,7 +336,7 @@ RUN locale && \
RUN useradd -m user

# Create workspace
# FIXME: this houls be /var/lib/build to use the host src directory as HOME
# FIXME: This should be /var/lib/build to use the host src directory as HOME
ARG AGENT_WORKDIR=/var/lib/builds
RUN mkdir -p ${AGENT_WORKDIR} && chown user:user ${AGENT_WORKDIR}
USER user
Expand Down
2 changes: 1 addition & 1 deletion resources/docker_files/ubuntu-18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WORKDIR /opt/src

# Note: scripts/min_requirements.py need a writable
# destination for installing python dependencies
# FIXME: this houls be /var/lib/build to use the host src directory as HOME
# FIXME: This should be /var/lib/build to use the host src directory as HOME
ENV HOME=/var/lib/builds

# Support for 32-bit builds+tests of Mbed TLS
Expand Down
4 changes: 2 additions & 2 deletions resources/docker_files/ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WORKDIR /opt/src

# Note: scripts/min_requirements.py need a writable
# destination for installing python dependencies
# FIXME: this houls be /var/lib/build to use the host src directory as HOME
# FIXME: This should be /var/lib/build to use the host src directory as HOME
ENV HOME=/var/lib/builds

# Support for 32-bit builds+tests of Mbed TLS
Expand Down Expand Up @@ -294,7 +294,7 @@ RUN locale && \
RUN useradd -m user

# Create workspace
# FIXME: this houls be /var/lib/build to use the host src directory as HOME
# FIXME: This should be /var/lib/build to use the host src directory as HOME
ARG AGENT_WORKDIR=/var/lib/builds
RUN mkdir -p ${AGENT_WORKDIR} && chown user:user ${AGENT_WORKDIR}
USER user
Expand Down
4 changes: 2 additions & 2 deletions resources/docker_files/ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WORKDIR /opt/src

# Note: scripts/min_requirements.py need a writable
# destination for installing python dependencies
# FIXME: this houls be /var/lib/build to use the host src directory as HOME
# FIXME: This should be /var/lib/build to use the host src directory as HOME
ENV HOME=/var/lib/builds

# Support for 32-bit builds+tests of Mbed TLS
Expand Down Expand Up @@ -302,7 +302,7 @@ RUN locale && \
RUN useradd -m user

# Create workspace
# FIXME: this houls be /var/lib/build to use the host src directory as HOME
# FIXME: This should be /var/lib/build to use the host src directory as HOME
ARG AGENT_WORKDIR=/var/lib/builds
RUN mkdir -p ${AGENT_WORKDIR} && chown user:user ${AGENT_WORKDIR}
USER user
Expand Down

0 comments on commit e810ba0

Please sign in to comment.