Skip to content

Commit c7e522d

Browse files
authored
Move Aventer mirror to a more stable URL (#5496)
1 parent e69fda4 commit c7e522d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ def heredoc(s):
132132
# wget --recursive --restrict-file-names=windows -k --convert-links --no-parent --page-requisites -m https://rpm.aventer.biz/Ubuntu/ https://www.aventer.biz/assets/support_aventer.asc https://rpm.aventer.biz/README.txt
133133
# ipfs add -r .
134134
# It contains a GPG key that will expire 2026-09-28
135-
RUN echo "deb https://public.gi.ucsc.edu/~anovak/outbox/toil/ipfs/QmRXnGNiWk523zgNkuamENVkghMJ2zJtinVfgjHbc4Dcpr/rpm.aventer.biz/Ubuntu/focal focal main" \
135+
RUN echo "deb https://public.gi.ucsc.edu/cgl/ci/toil/dependencies/ipfs/QmRXnGNiWk523zgNkuamENVkghMJ2zJtinVfgjHbc4Dcpr/rpm.aventer.biz/Ubuntu/focal focal main" \
136136
> /etc/apt/sources.list.d/mesos.list \
137-
&& curl https://public.gi.ucsc.edu/~anovak/outbox/toil/ipfs/QmRXnGNiWk523zgNkuamENVkghMJ2zJtinVfgjHbc4Dcpr/www.aventer.biz/assets/support_aventer.asc | apt-key add -
137+
&& curl https://public.gi.ucsc.edu/cgl/ci/toil/dependencies/ipfs/QmRXnGNiWk523zgNkuamENVkghMJ2zJtinVfgjHbc4Dcpr/www.aventer.biz/assets/support_aventer.asc | apt-key add -
138138
139139
RUN apt-get -y update --fix-missing && \
140140
DEBIAN_FRONTEND=noninteractive apt-get -y upgrade && \

0 commit comments

Comments
 (0)