Skip to content

Commit

Permalink
ansible: update CRAN repository URL (#3995)
Browse files Browse the repository at this point in the history
The HEAnet mirror is no more. Change the repository URL for the
R packages to Hetzner's mirror (Hetzner being the provider of our
current `benchmark` machines).
  • Loading branch information
richardlau authored Jan 16, 2025
1 parent 8d31ce8 commit c60e940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/benchmarking/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

- name: Install Rscript repo | {{ os }}
when: os|startswith("ubuntu")
shell: echo "deb https://ftp.heanet.ie/mirrors/cran.r-project.org/bin/linux/ubuntu {{ ansible_distribution_release }}-cran40/" > /etc/apt/sources.list.d/r.list
shell: echo "deb https://cran.datenrettung360.de/bin/linux/ubuntu {{ ansible_distribution_release }}-cran40/" > /etc/apt/sources.list.d/r.list

- name: Add R key
apt_key:
Expand Down

0 comments on commit c60e940

Please sign in to comment.