Skip to content

Commit

Permalink
ansible: Update MOTIS to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Jan 22, 2025
1 parent 8139c24 commit 3c15040
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/motis/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

- name: Unpack MOTIS
unarchive:
src: https://github.com/public-transport/transitous/releases/download/motis-v2.0.10/motis-v2.0.10.tar.bz2
src: https://github.com/public-transport/transitous/releases/download/motis-v2.0.12/motis-v2.0.12.tar.bz2
dest: /opt/motis/
remote_src: yes

Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/nginx/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- name: Unpack MOTIS (frontend)
unarchive:
src: https://github.com/public-transport/transitous/releases/download/motis-v2.0.10/motis-v2.0.10.tar.bz2
src: https://github.com/public-transport/transitous/releases/download/motis-v2.0.12/motis-v2.0.12.tar.bz2
dest: /opt/motis/
remote_src: yes

Expand Down
2 changes: 1 addition & 1 deletion ci/container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN GOPROXY=direct GOBIN=/usr/local/bin/ go install github.com/public-transport/

FROM docker.io/debian:bookworm-slim

ARG MOTIS_VERSION=v2.0.10
ARG MOTIS_VERSION=v2.0.12

RUN apt-get update -y && \
apt-get install -y --no-install-recommends git python3-requests python3-pycountry wget bzip2 rsync openssh-client python3-ruamel.yaml && \
Expand Down
2 changes: 1 addition & 1 deletion ci/container/Containerfile-devcontainer
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN GOPROXY=direct GOBIN=/usr/local/bin/ go install github.com/public-transport/

FROM docker.io/debian:bookworm-slim

ARG MOTIS_VERSION=v2.0.10
ARG MOTIS_VERSION=v2.0.12
ARG USERNAME=transitous
ARG USER_UID=1000
ARG USER_GID=$USER_UID
Expand Down

0 comments on commit 3c15040

Please sign in to comment.