jerahmie / vm-debian-vmec

Vagrant virtual machine to configure and run vmec and other plasma physics codes.
0 stars 0 forks source link

anl.gov no longer hosts debian wheezy #2

Open jerahmie opened 9 years ago

jerahmie commented 9 years ago

debian-devel.vbox currently uses anl.gov debian apt package repo, but anl.gov no longer maintains apt repo. This will be fixed in the next version of vbox-devel.vbox The workaround is to provision vm-debian-vmec. After provision fails, log into running vagrant vm and change all instances of http://mirrors.anl.gov/ to http://http.debian.net in /etc/apt/sources.list

jerahmie commented 9 years ago

I implemented a temporary fix by adding a line in the ansible provision script to switch the repo, as described above.